1# -*- coding: utf-8 -*-
2
3# Copyright 2025 Google LLC
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17# Generated by the protocol buffer compiler. DO NOT EDIT!
18# source: google/cloud/location/locations.proto
19# Protobuf Python Version: 4.25.3
20"""Generated protocol buffer code."""
21from google.protobuf import descriptor as _descriptor
22from google.protobuf import descriptor_pool as _descriptor_pool
23from google.protobuf import symbol_database as _symbol_database
24from google.protobuf.internal import builder as _builder
25
26# @@protoc_insertion_point(imports)
27
28_sym_db = _symbol_database.Default()
29
30
31from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
32
33from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
34from google.api import client_pb2 as google_dot_api_dot_client__pb2
35
36DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
37 b'\n%google/cloud/location/locations.proto\x12\x15google.cloud.location\x1a\x1cgoogle/api/annotations.proto\x1a\x19google/protobuf/any.proto\x1a\x17google/api/client.proto"[\n\x14ListLocationsRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x02 \x01(\t\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\x12\n\npage_token\x18\x04 \x01(\t"d\n\x15ListLocationsResponse\x12\x32\n\tlocations\x18\x01 \x03(\x0b\x32\x1f.google.cloud.location.Location\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t""\n\x12GetLocationRequest\x12\x0c\n\x04name\x18\x01 \x01(\t"\xd7\x01\n\x08Location\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0blocation_id\x18\x04 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x05 \x01(\t\x12;\n\x06labels\x18\x02 \x03(\x0b\x32+.google.cloud.location.Location.LabelsEntry\x12&\n\x08metadata\x18\x03 \x01(\x0b\x32\x14.google.protobuf.Any\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x32\xa4\x03\n\tLocations\x12\xab\x01\n\rListLocations\x12+.google.cloud.location.ListLocationsRequest\x1a,.google.cloud.location.ListLocationsResponse"?\x82\xd3\xe4\x93\x02\x39\x12\x14/v1/{name=locations}Z!\x12\x1f/v1/{name=projects/*}/locations\x12\x9e\x01\n\x0bGetLocation\x12).google.cloud.location.GetLocationRequest\x1a\x1f.google.cloud.location.Location"C\x82\xd3\xe4\x93\x02=\x12\x16/v1/{name=locations/*}Z#\x12!/v1/{name=projects/*/locations/*}\x1aH\xca\x41\x14\x63loud.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformBo\n\x19\x63om.google.cloud.locationB\x0eLocationsProtoP\x01Z=google.golang.org/genproto/googleapis/cloud/location;location\xf8\x01\x01\x62\x06proto3'
38)
39
40_globals = globals()
41_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
42_builder.BuildTopDescriptorsAndMessages(
43 DESCRIPTOR, "google.cloud.location.locations_pb2", _globals
44)
45if _descriptor._USE_C_DESCRIPTORS == False:
46 _globals["DESCRIPTOR"]._options = None
47 _globals[
48 "DESCRIPTOR"
49 ]._serialized_options = b"\n\031com.google.cloud.locationB\016LocationsProtoP\001Z=google.golang.org/genproto/googleapis/cloud/location;location\370\001\001"
50 _globals["_LOCATION_LABELSENTRY"]._options = None
51 _globals["_LOCATION_LABELSENTRY"]._serialized_options = b"8\001"
52 _globals["_LOCATIONS"]._options = None
53 _globals[
54 "_LOCATIONS"
55 ]._serialized_options = b"\312A\024cloud.googleapis.com\322A.https://www.googleapis.com/auth/cloud-platform"
56 _globals["_LOCATIONS"].methods_by_name["ListLocations"]._options = None
57 _globals["_LOCATIONS"].methods_by_name[
58 "ListLocations"
59 ]._serialized_options = b"\202\323\344\223\0029\022\024/v1/{name=locations}Z!\022\037/v1/{name=projects/*}/locations"
60 _globals["_LOCATIONS"].methods_by_name["GetLocation"]._options = None
61 _globals["_LOCATIONS"].methods_by_name[
62 "GetLocation"
63 ]._serialized_options = b"\202\323\344\223\002=\022\026/v1/{name=locations/*}Z#\022!/v1/{name=projects/*/locations/*}"
64 _globals["_LISTLOCATIONSREQUEST"]._serialized_start = 146
65 _globals["_LISTLOCATIONSREQUEST"]._serialized_end = 237
66 _globals["_LISTLOCATIONSRESPONSE"]._serialized_start = 239
67 _globals["_LISTLOCATIONSRESPONSE"]._serialized_end = 339
68 _globals["_GETLOCATIONREQUEST"]._serialized_start = 341
69 _globals["_GETLOCATIONREQUEST"]._serialized_end = 375
70 _globals["_LOCATION"]._serialized_start = 378
71 _globals["_LOCATION"]._serialized_end = 593
72 _globals["_LOCATION_LABELSENTRY"]._serialized_start = 548
73 _globals["_LOCATION_LABELSENTRY"]._serialized_end = 593
74 _globals["_LOCATIONS"]._serialized_start = 596
75 _globals["_LOCATIONS"]._serialized_end = 1016
76# @@protoc_insertion_point(module_scope)