blob: 191bea48c86296031d422b9a9b9790c0765ca496 [file] [log] [blame]
khenaidood948f772021-08-11 17:49:24 -04001// Copyright 2015 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
Matt Jeanneret85ab5082019-04-01 11:29:20 -040015// Code generated by protoc-gen-go. DO NOT EDIT.
khenaidood948f772021-08-11 17:49:24 -040016// versions:
17// protoc-gen-go v1.26.0
18// protoc v3.12.2
Matt Jeanneret85ab5082019-04-01 11:29:20 -040019// source: google/api/annotations.proto
20
Scott Baker8461e152019-10-01 14:44:30 -070021package annotations
Matt Jeanneret85ab5082019-04-01 11:29:20 -040022
Scott Baker8461e152019-10-01 14:44:30 -070023import (
khenaidood948f772021-08-11 17:49:24 -040024 reflect "reflect"
Scott Baker8461e152019-10-01 14:44:30 -070025
khenaidood948f772021-08-11 17:49:24 -040026 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
27 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
28 descriptorpb "google.golang.org/protobuf/types/descriptorpb"
Scott Baker8461e152019-10-01 14:44:30 -070029)
Matt Jeanneret85ab5082019-04-01 11:29:20 -040030
khenaidood948f772021-08-11 17:49:24 -040031const (
32 // Verify that this generated code is sufficiently up-to-date.
33 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
34 // Verify that runtime/protoimpl is sufficiently up-to-date.
35 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
36)
Matt Jeanneret85ab5082019-04-01 11:29:20 -040037
khenaidood948f772021-08-11 17:49:24 -040038var file_google_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
39 {
40 ExtendedType: (*descriptorpb.MethodOptions)(nil),
41 ExtensionType: (*HttpRule)(nil),
42 Field: 72295728,
43 Name: "google.api.http",
44 Tag: "bytes,72295728,opt,name=http",
45 Filename: "google/api/annotations.proto",
46 },
Matt Jeanneret85ab5082019-04-01 11:29:20 -040047}
48
khenaidood948f772021-08-11 17:49:24 -040049// Extension fields to descriptorpb.MethodOptions.
50var (
51 // See `HttpRule`.
52 //
53 // optional google.api.HttpRule http = 72295728;
54 E_Http = &file_google_api_annotations_proto_extTypes[0]
55)
56
57var File_google_api_annotations_proto protoreflect.FileDescriptor
58
59var file_google_api_annotations_proto_rawDesc = []byte{
60 0x0a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e,
61 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a,
62 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x69, 0x1a, 0x15, 0x67, 0x6f, 0x6f, 0x67,
63 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74,
64 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
65 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72,
66 0x6f, 0x74, 0x6f, 0x3a, 0x4b, 0x0a, 0x04, 0x68, 0x74, 0x74, 0x70, 0x12, 0x1e, 0x2e, 0x67, 0x6f,
67 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65,
68 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xb0, 0xca, 0xbc, 0x22,
69 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70,
70 0x69, 0x2e, 0x48, 0x74, 0x74, 0x70, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x04, 0x68, 0x74, 0x74, 0x70,
71 0x42, 0x6e, 0x0a, 0x0e, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61,
72 0x70, 0x69, 0x42, 0x10, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x50,
73 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x41, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67,
74 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f,
75 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x61, 0x70,
76 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3b, 0x61, 0x6e,
77 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0xa2, 0x02, 0x04, 0x47, 0x41, 0x50, 0x49,
78 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
Matt Jeanneret85ab5082019-04-01 11:29:20 -040079}
80
khenaidood948f772021-08-11 17:49:24 -040081var file_google_api_annotations_proto_goTypes = []interface{}{
82 (*descriptorpb.MethodOptions)(nil), // 0: google.protobuf.MethodOptions
83 (*HttpRule)(nil), // 1: google.api.HttpRule
84}
85var file_google_api_annotations_proto_depIdxs = []int32{
86 0, // 0: google.api.http:extendee -> google.protobuf.MethodOptions
87 1, // 1: google.api.http:type_name -> google.api.HttpRule
88 2, // [2:2] is the sub-list for method output_type
89 2, // [2:2] is the sub-list for method input_type
90 1, // [1:2] is the sub-list for extension type_name
91 0, // [0:1] is the sub-list for extension extendee
92 0, // [0:0] is the sub-list for field type_name
93}
Matt Jeanneret85ab5082019-04-01 11:29:20 -040094
khenaidood948f772021-08-11 17:49:24 -040095func init() { file_google_api_annotations_proto_init() }
96func file_google_api_annotations_proto_init() {
97 if File_google_api_annotations_proto != nil {
98 return
99 }
100 file_google_api_http_proto_init()
101 type x struct{}
102 out := protoimpl.TypeBuilder{
103 File: protoimpl.DescBuilder{
104 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
105 RawDescriptor: file_google_api_annotations_proto_rawDesc,
106 NumEnums: 0,
107 NumMessages: 0,
108 NumExtensions: 1,
109 NumServices: 0,
110 },
111 GoTypes: file_google_api_annotations_proto_goTypes,
112 DependencyIndexes: file_google_api_annotations_proto_depIdxs,
113 ExtensionInfos: file_google_api_annotations_proto_extTypes,
114 }.Build()
115 File_google_api_annotations_proto = out.File
116 file_google_api_annotations_proto_rawDesc = nil
117 file_google_api_annotations_proto_goTypes = nil
118 file_google_api_annotations_proto_depIdxs = nil
Matt Jeanneret85ab5082019-04-01 11:29:20 -0400119}