1// Copyright 2019 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
16// Code generated by protoc-gen-go. DO NOT EDIT.
17// versions:
18// 	protoc-gen-go v1.26.0
19// 	protoc        v3.12.2
20// source: google/firestore/admin/v1beta1/location.proto
21
22package admin
23
24import (
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
34const (
35	// Verify that this generated code is sufficiently up-to-date.
36	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
37	// Verify that runtime/protoimpl is sufficiently up-to-date.
38	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
39)
40
41// The metadata message for [google.cloud.location.Location.metadata][google.cloud.location.Location.metadata].
42type LocationMetadata struct {
43	state         protoimpl.MessageState
44	sizeCache     protoimpl.SizeCache
45	unknownFields protoimpl.UnknownFields
46}
47
48func (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
57func (x *LocationMetadata) String() string {
58	return protoimpl.X.MessageStringOf(x)
59}
60
61func (*LocationMetadata) ProtoMessage() {}
62
63func (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// Deprecated: Use LocationMetadata.ProtoReflect.Descriptor instead.
76func (*LocationMetadata) Descriptor() ([]byte, []int) {
77	return file_google_firestore_admin_v1beta1_location_proto_rawDescGZIP(), []int{0}
78}
79
80var File_google_firestore_admin_v1beta1_location_proto protoreflect.FileDescriptor
81
82var 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
106var (
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
111func 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
118var file_google_firestore_admin_v1beta1_location_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
119var file_google_firestore_admin_v1beta1_location_proto_goTypes = []interface{}{
120	(*LocationMetadata)(nil), // 0: google.firestore.admin.v1beta1.LocationMetadata
121}
122var file_google_firestore_admin_v1beta1_location_proto_depIdxs = []int32{
123	0, // [0:0] is the sub-list for method output_type
124	0, // [0:0] is the sub-list for method input_type
125	0, // [0:0] is the sub-list for extension type_name
126	0, // [0:0] is the sub-list for extension extendee
127	0, // [0:0] is the sub-list for field type_name
128}
129
130func init() { file_google_firestore_admin_v1beta1_location_proto_init() }
131func 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