|
| 1 | +// Copyright 2025 Google LLC |
| 2 | +// |
| 3 | +// Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +// you may not use this file except in compliance with the License. |
| 5 | +// You may obtain a copy of the License at |
| 6 | +// |
| 7 | +// http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +// |
| 9 | +// Unless required by applicable law or agreed to in writing, software |
| 10 | +// distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +// See the License for the specific language governing permissions and |
| 13 | +// limitations under the License. |
| 14 | + |
| 15 | +// @generated by protoc-gen-es v2.6.3 with parameter "target=ts" |
| 16 | +// @generated from file google/api/annotations.proto (package google.api, syntax proto3) |
| 17 | +/* eslint-disable */ |
| 18 | + |
| 19 | +import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv2"; |
| 20 | +import { extDesc, fileDesc } from "@bufbuild/protobuf/codegenv2"; |
| 21 | +import type { HttpRule } from "./http_pb"; |
| 22 | +import { file_google_api_http } from "./http_pb"; |
| 23 | +import type { MethodOptions } from "@bufbuild/protobuf/wkt"; |
| 24 | +import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt"; |
| 25 | + |
| 26 | +/** |
| 27 | + * Describes the file google/api/annotations.proto. |
| 28 | + */ |
| 29 | +export const file_google_api_annotations: GenFile = /*@__PURE__*/ |
| 30 | + fileDesc("Chxnb29nbGUvYXBpL2Fubm90YXRpb25zLnByb3RvEgpnb29nbGUuYXBpOksKBGh0dHASHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxiwyrwiIAEoCzIULmdvb2dsZS5hcGkuSHR0cFJ1bGVSBGh0dHBCrgEKDmNvbS5nb29nbGUuYXBpQhBBbm5vdGF0aW9uc1Byb3RvUAFaQWdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvYXBpL2Fubm90YXRpb25zO2Fubm90YXRpb25zogIDR0FYqgIKR29vZ2xlLkFwacoCCkdvb2dsZVxBcGniAhZHb29nbGVcQXBpXEdQQk1ldGFkYXRh6gILR29vZ2xlOjpBcGliBnByb3RvMw", [file_google_api_http, file_google_protobuf_descriptor]); |
| 31 | + |
| 32 | +/** |
| 33 | + * See `HttpRule`. |
| 34 | + * |
| 35 | + * @generated from extension: google.api.HttpRule http = 72295728; |
| 36 | + */ |
| 37 | +export const http: GenExtension<MethodOptions, HttpRule> = /*@__PURE__*/ |
| 38 | + extDesc(file_google_api_annotations, 0); |
| 39 | + |
0 commit comments