1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 package annotations
22
23 import (
24 reflect "reflect"
25
26 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
27 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
28 descriptorpb "google.golang.org/protobuf/types/descriptorpb"
29 )
30
31 const (
32
33 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
34
35 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
36 )
37
38 var 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 },
47 }
48
49
50 var (
51
52
53
54 E_Http = &file_google_api_annotations_proto_extTypes[0]
55 )
56
57 var File_google_api_annotations_proto protoreflect.FileDescriptor
58
59 var 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,
79 }
80
81 var file_google_api_annotations_proto_goTypes = []interface{}{
82 (*descriptorpb.MethodOptions)(nil),
83 (*HttpRule)(nil),
84 }
85 var file_google_api_annotations_proto_depIdxs = []int32{
86 0,
87 1,
88 2,
89 2,
90 1,
91 0,
92 0,
93 }
94
95 func init() { file_google_api_annotations_proto_init() }
96 func 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
119 }
120
View as plain text