perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
33 lines • 2.35 kB
JavaScript
;
//
// Copyright (C) 2018 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.TestConfig_DummyFieldsSchema = exports.TestConfigSchema = exports.file_protos_perfetto_config_test_config = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/config/test_config.proto.
*/
exports.file_protos_perfetto_config_test_config = (0, codegenv1_1.fileDesc)("Cihwcm90b3MvcGVyZmV0dG8vY29uZmlnL3Rlc3RfY29uZmlnLnByb3RvEg9wZXJmZXR0by5wcm90b3MijQQKClRlc3RDb25maWcSFQoNbWVzc2FnZV9jb3VudBgBIAEoDRIfChdtYXhfbWVzc2FnZXNfcGVyX3NlY29uZBgCIAEoDRIMCgRzZWVkGAMgASgNEhQKDG1lc3NhZ2Vfc2l6ZRgEIAEoDRIeChZzZW5kX2JhdGNoX29uX3JlZ2lzdGVyGAUgASgIEj0KDGR1bW15X2ZpZWxkcxgGIAEoCzInLnBlcmZldHRvLnByb3Rvcy5UZXN0Q29uZmlnLkR1bW15RmllbGRzGsMCCgtEdW1teUZpZWxkcxIUCgxmaWVsZF91aW50MzIYASABKA0SEwoLZmllbGRfaW50MzIYAiABKAUSFAoMZmllbGRfdWludDY0GAMgASgEEhMKC2ZpZWxkX2ludDY0GAQgASgDEhUKDWZpZWxkX2ZpeGVkNjQYBSABKAYSFgoOZmllbGRfc2ZpeGVkNjQYBiABKBASFQoNZmllbGRfZml4ZWQzMhgHIAEoBxIWCg5maWVsZF9zZml4ZWQzMhgIIAEoDxIUCgxmaWVsZF9kb3VibGUYCSABKAESEwoLZmllbGRfZmxvYXQYCiABKAISFAoMZmllbGRfc2ludDY0GAsgASgSEhQKDGZpZWxkX3NpbnQzMhgMIAEoERIUCgxmaWVsZF9zdHJpbmcYDSABKAkSEwoLZmllbGRfYnl0ZXMYDiABKAw");
/**
* Describes the message perfetto.protos.TestConfig.
* Use `create(TestConfigSchema)` to create a new message.
*/
exports.TestConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_test_config, 0);
/**
* Describes the message perfetto.protos.TestConfig.DummyFields.
* Use `create(TestConfig_DummyFieldsSchema)` to create a new message.
*/
exports.TestConfig_DummyFieldsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_test_config, 0, 0);
//# sourceMappingURL=test_config_pb.js.map