UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

38 lines 2.49 kB
"use strict"; // // Copyright (C) 2022 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.StatsdSimpleAtomMatcherSchema = exports.StatsdPulledAtomSubscriptionSchema = exports.StatsdShellSubscriptionSchema = exports.file_protos_third_party_statsd_shell_config = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/third_party/statsd/shell_config.proto. */ exports.file_protos_third_party_statsd_shell_config = (0, codegenv1_1.fileDesc)("Cixwcm90b3MvdGhpcmRfcGFydHkvc3RhdHNkL3NoZWxsX2NvbmZpZy5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIpIBChdTdGF0c2RTaGVsbFN1YnNjcmlwdGlvbhI4CgZwdXNoZWQYASADKAsyKC5wZXJmZXR0by5wcm90b3MuU3RhdHNkU2ltcGxlQXRvbU1hdGNoZXISPQoGcHVsbGVkGAIgAygLMi0ucGVyZmV0dG8ucHJvdG9zLlN0YXRzZFB1bGxlZEF0b21TdWJzY3JpcHRpb24igAEKHFN0YXRzZFB1bGxlZEF0b21TdWJzY3JpcHRpb24SOQoHbWF0Y2hlchgBIAEoCzIoLnBlcmZldHRvLnByb3Rvcy5TdGF0c2RTaW1wbGVBdG9tTWF0Y2hlchITCgtmcmVxX21pbGxpcxgCIAEoBRIQCghwYWNrYWdlcxgDIAMoCSIqChdTdGF0c2RTaW1wbGVBdG9tTWF0Y2hlchIPCgdhdG9tX2lkGAEgASgF"); /** * Describes the message perfetto.protos.StatsdShellSubscription. * Use `create(StatsdShellSubscriptionSchema)` to create a new message. */ exports.StatsdShellSubscriptionSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_third_party_statsd_shell_config, 0); /** * Describes the message perfetto.protos.StatsdPulledAtomSubscription. * Use `create(StatsdPulledAtomSubscriptionSchema)` to create a new message. */ exports.StatsdPulledAtomSubscriptionSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_third_party_statsd_shell_config, 1); /** * Describes the message perfetto.protos.StatsdSimpleAtomMatcher. * Use `create(StatsdSimpleAtomMatcherSchema)` to create a new message. */ exports.StatsdSimpleAtomMatcherSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_third_party_statsd_shell_config, 2); //# sourceMappingURL=shell_config_pb.js.map