1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22 package admin
23
24 import (
25 reflect "reflect"
26 sync "sync"
27
28 _ "google.golang.org/genproto/googleapis/api/annotations"
29 _ "google.golang.org/genproto/googleapis/type/latlng"
30 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
31 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
32 )
33
34 const (
35
36 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
37
38 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
39 )
40
41
42 type LocationMetadata struct {
43 state protoimpl.MessageState
44 sizeCache protoimpl.SizeCache
45 unknownFields protoimpl.UnknownFields
46 }
47
48 func (x *LocationMetadata) Reset() {
49 *x = LocationMetadata{}
50 if protoimpl.UnsafeEnabled {
51 mi := &file_google_firestore_admin_v1beta1_location_proto_msgTypes[0]
52 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
53 ms.StoreMessageInfo(mi)
54 }
55 }
56
57 func (x *LocationMetadata) String() string {
58 return protoimpl.X.MessageStringOf(x)
59 }
60
61 func (*LocationMetadata) ProtoMessage() {}
62
63 func (x *LocationMetadata) ProtoReflect() protoreflect.Message {
64 mi := &file_google_firestore_admin_v1beta1_location_proto_msgTypes[0]
65 if protoimpl.UnsafeEnabled && x != nil {
66 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
67 if ms.LoadMessageInfo() == nil {
68 ms.StoreMessageInfo(mi)
69 }
70 return ms
71 }
72 return mi.MessageOf(x)
73 }
74
75
76 func (*LocationMetadata) Descriptor() ([]byte, []int) {
77 return file_google_firestore_admin_v1beta1_location_proto_rawDescGZIP(), []int{0}
78 }
79
80 var File_google_firestore_admin_v1beta1_location_proto protoreflect.FileDescriptor
81
82 var file_google_firestore_admin_v1beta1_location_proto_rawDesc = []byte{
83 0x0a, 0x2d, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x66, 0x69, 0x72, 0x65, 0x73, 0x74, 0x6f,
84 0x72, 0x65, 0x2f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31,
85 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
86 0x1e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x66, 0x69, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72,
87 0x65, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x1a,
88 0x18, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x2f, 0x6c, 0x61, 0x74,
89 0x6c, 0x6e, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
90 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
91 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x12, 0x0a, 0x10, 0x4c, 0x6f, 0x63, 0x61, 0x74,
92 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x42, 0xa8, 0x01, 0x0a, 0x22,
93 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x66, 0x69, 0x72, 0x65, 0x73,
94 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74,
95 0x61, 0x31, 0x42, 0x0d, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74,
96 0x6f, 0x50, 0x01, 0x5a, 0x43, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61,
97 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f,
98 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x66, 0x69, 0x72, 0x65, 0x73,
99 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74,
100 0x61, 0x31, 0x3b, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0xa2, 0x02, 0x04, 0x47, 0x43, 0x46, 0x53, 0xaa,
101 0x02, 0x24, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x46,
102 0x69, 0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x56,
103 0x31, 0x42, 0x65, 0x74, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
104 }
105
106 var (
107 file_google_firestore_admin_v1beta1_location_proto_rawDescOnce sync.Once
108 file_google_firestore_admin_v1beta1_location_proto_rawDescData = file_google_firestore_admin_v1beta1_location_proto_rawDesc
109 )
110
111 func file_google_firestore_admin_v1beta1_location_proto_rawDescGZIP() []byte {
112 file_google_firestore_admin_v1beta1_location_proto_rawDescOnce.Do(func() {
113 file_google_firestore_admin_v1beta1_location_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_firestore_admin_v1beta1_location_proto_rawDescData)
114 })
115 return file_google_firestore_admin_v1beta1_location_proto_rawDescData
116 }
117
118 var file_google_firestore_admin_v1beta1_location_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
119 var file_google_firestore_admin_v1beta1_location_proto_goTypes = []interface{}{
120 (*LocationMetadata)(nil),
121 }
122 var file_google_firestore_admin_v1beta1_location_proto_depIdxs = []int32{
123 0,
124 0,
125 0,
126 0,
127 0,
128 }
129
130 func init() { file_google_firestore_admin_v1beta1_location_proto_init() }
131 func file_google_firestore_admin_v1beta1_location_proto_init() {
132 if File_google_firestore_admin_v1beta1_location_proto != nil {
133 return
134 }
135 if !protoimpl.UnsafeEnabled {
136 file_google_firestore_admin_v1beta1_location_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
137 switch v := v.(*LocationMetadata); i {
138 case 0:
139 return &v.state
140 case 1:
141 return &v.sizeCache
142 case 2:
143 return &v.unknownFields
144 default:
145 return nil
146 }
147 }
148 }
149 type x struct{}
150 out := protoimpl.TypeBuilder{
151 File: protoimpl.DescBuilder{
152 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
153 RawDescriptor: file_google_firestore_admin_v1beta1_location_proto_rawDesc,
154 NumEnums: 0,
155 NumMessages: 1,
156 NumExtensions: 0,
157 NumServices: 0,
158 },
159 GoTypes: file_google_firestore_admin_v1beta1_location_proto_goTypes,
160 DependencyIndexes: file_google_firestore_admin_v1beta1_location_proto_depIdxs,
161 MessageInfos: file_google_firestore_admin_v1beta1_location_proto_msgTypes,
162 }.Build()
163 File_google_firestore_admin_v1beta1_location_proto = out.File
164 file_google_firestore_admin_v1beta1_location_proto_rawDesc = nil
165 file_google_firestore_admin_v1beta1_location_proto_goTypes = nil
166 file_google_firestore_admin_v1beta1_location_proto_depIdxs = nil
167 }
168
View as plain text