perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
50 lines • 2.6 kB
JavaScript
;
//
// Copyright (C) 2020 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConsoleConfig_OutputSchema = exports.ConsoleConfig_Output = exports.ConsoleConfigSchema = exports.file_protos_perfetto_config_interceptors_console_config = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/config/interceptors/console_config.proto.
*/
exports.file_protos_perfetto_config_interceptors_console_config = (0, codegenv1_1.fileDesc)("Cjhwcm90b3MvcGVyZmV0dG8vY29uZmlnL2ludGVyY2VwdG9ycy9jb25zb2xlX2NvbmZpZy5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIqUBCg1Db25zb2xlQ29uZmlnEjUKBm91dHB1dBgBIAEoDjIlLnBlcmZldHRvLnByb3Rvcy5Db25zb2xlQ29uZmlnLk91dHB1dBIVCg1lbmFibGVfY29sb3JzGAIgASgIIkYKBk91dHB1dBIWChJPVVRQVVRfVU5TUEVDSUZJRUQQABIRCg1PVVRQVVRfU1RET1VUEAESEQoNT1VUUFVUX1NUREVSUhAC");
/**
* Describes the message perfetto.protos.ConsoleConfig.
* Use `create(ConsoleConfigSchema)` to create a new message.
*/
exports.ConsoleConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_interceptors_console_config, 0);
/**
* @generated from enum perfetto.protos.ConsoleConfig.Output
*/
var ConsoleConfig_Output;
(function (ConsoleConfig_Output) {
/**
* @generated from enum value: OUTPUT_UNSPECIFIED = 0;
*/
ConsoleConfig_Output[ConsoleConfig_Output["UNSPECIFIED"] = 0] = "UNSPECIFIED";
/**
* @generated from enum value: OUTPUT_STDOUT = 1;
*/
ConsoleConfig_Output[ConsoleConfig_Output["STDOUT"] = 1] = "STDOUT";
/**
* @generated from enum value: OUTPUT_STDERR = 2;
*/
ConsoleConfig_Output[ConsoleConfig_Output["STDERR"] = 2] = "STDERR";
})(ConsoleConfig_Output || (exports.ConsoleConfig_Output = ConsoleConfig_Output = {}));
/**
* Describes the enum perfetto.protos.ConsoleConfig.Output.
*/
exports.ConsoleConfig_OutputSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_config_interceptors_console_config, 0, 0);
//# sourceMappingURL=console_config_pb.js.map