perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
43 lines (36 loc) • 1.95 kB
text/typescript
//
// Copyright (C) 2019 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.
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
// @generated from file protos/perfetto/metrics/custom_options.proto (syntax proto2)
/* eslint-disable */
import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv1";
import { extDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
import type { FieldOptions } from "@bufbuild/protobuf/wkt";
import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
/**
* Describes the file protos/perfetto/metrics/custom_options.proto.
*/
export const file_protos_perfetto_metrics_custom_options: GenFile = /*@__PURE__*/
fileDesc("Cixwcm90b3MvcGVyZmV0dG8vbWV0cmljcy9jdXN0b21fb3B0aW9ucy5wcm90bzozCgR1bml0Eh0uZ29vZ2xlLnByb3RvYnVmLkZpZWxkT3B0aW9ucxjRhgMgASgJUgR1bml0OlMKFGltcHJvdmVtZW50RGlyZWN0aW9uEh0uZ29vZ2xlLnByb3RvYnVmLkZpZWxkT3B0aW9ucxjShgMgASgJUhRpbXByb3ZlbWVudERpcmVjdGlvbg", [file_google_protobuf_descriptor]);
/**
* @generated from extension: optional string unit = 50001;
*/
export const unit: GenExtension<FieldOptions, string> = /*@__PURE__*/
extDesc(file_protos_perfetto_metrics_custom_options, 0);
/**
* @generated from extension: optional string improvementDirection = 50002;
*/
export const improvementDirection: GenExtension<FieldOptions, string> = /*@__PURE__*/
extDesc(file_protos_perfetto_metrics_custom_options, 1);