perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
43 lines • 3.14 kB
JavaScript
;
//
// Copyright (C) 2017 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.CommitDataRequest_ChunkToPatch_PatchSchema = exports.CommitDataRequest_ChunkToPatchSchema = exports.CommitDataRequest_ChunksToMoveSchema = exports.CommitDataRequestSchema = exports.file_protos_perfetto_common_commit_data_request = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/common/commit_data_request.proto.
*/
exports.file_protos_perfetto_common_commit_data_request = (0, codegenv1_1.fileDesc)("CjBwcm90b3MvcGVyZmV0dG8vY29tbW9uL2NvbW1pdF9kYXRhX3JlcXVlc3QucHJvdG8SD3BlcmZldHRvLnByb3RvcyLoAwoRQ29tbWl0RGF0YVJlcXVlc3QSRwoOY2h1bmtzX3RvX21vdmUYASADKAsyLy5wZXJmZXR0by5wcm90b3MuQ29tbWl0RGF0YVJlcXVlc3QuQ2h1bmtzVG9Nb3ZlEkgKD2NodW5rc190b19wYXRjaBgCIAMoCzIvLnBlcmZldHRvLnByb3Rvcy5Db21taXREYXRhUmVxdWVzdC5DaHVua1RvUGF0Y2gSGAoQZmx1c2hfcmVxdWVzdF9pZBgDIAEoBBpQCgxDaHVua3NUb01vdmUSDAoEcGFnZRgBIAEoDRINCgVjaHVuaxgCIAEoDRIVCg10YXJnZXRfYnVmZmVyGAMgASgNEgwKBGRhdGEYBCABKAwa0wEKDENodW5rVG9QYXRjaBIVCg10YXJnZXRfYnVmZmVyGAEgASgNEhEKCXdyaXRlcl9pZBgCIAEoDRIQCghjaHVua19pZBgDIAEoDRJGCgdwYXRjaGVzGAQgAygLMjUucGVyZmV0dG8ucHJvdG9zLkNvbW1pdERhdGFSZXF1ZXN0LkNodW5rVG9QYXRjaC5QYXRjaBIYChBoYXNfbW9yZV9wYXRjaGVzGAUgASgIGiUKBVBhdGNoEg4KBm9mZnNldBgBIAEoDRIMCgRkYXRhGAIgASgM");
/**
* Describes the message perfetto.protos.CommitDataRequest.
* Use `create(CommitDataRequestSchema)` to create a new message.
*/
exports.CommitDataRequestSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_common_commit_data_request, 0);
/**
* Describes the message perfetto.protos.CommitDataRequest.ChunksToMove.
* Use `create(CommitDataRequest_ChunksToMoveSchema)` to create a new message.
*/
exports.CommitDataRequest_ChunksToMoveSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_common_commit_data_request, 0, 0);
/**
* Describes the message perfetto.protos.CommitDataRequest.ChunkToPatch.
* Use `create(CommitDataRequest_ChunkToPatchSchema)` to create a new message.
*/
exports.CommitDataRequest_ChunkToPatchSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_common_commit_data_request, 0, 1);
/**
* Describes the message perfetto.protos.CommitDataRequest.ChunkToPatch.Patch.
* Use `create(CommitDataRequest_ChunkToPatch_PatchSchema)` to create a new message.
*/
exports.CommitDataRequest_ChunkToPatch_PatchSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_common_commit_data_request, 0, 1, 0);
//# sourceMappingURL=commit_data_request_pb.js.map