xds-protos 1.66.2__py3-none-any.whl → 1.67.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- google/api/apikeys/__init__.py +0 -0
- google/api/apikeys/v2/__init__.py +0 -0
- google/api/apikeys/v2/apikeys_pb2.py +100 -0
- google/api/apikeys/v2/resources_pb2.py +65 -0
- google/api/auth_pb2.py +8 -8
- google/api/backend_pb2.py +10 -4
- google/api/billing_pb2.py +5 -6
- google/api/client_pb2.py +47 -1
- google/api/cloudquotas/__init__.py +0 -0
- google/api/cloudquotas/v1/__init__.py +0 -0
- google/api/cloudquotas/v1/cloudquotas_pb2.py +96 -0
- google/api/cloudquotas/v1/resources_pb2.py +96 -0
- google/api/control_pb2.py +4 -3
- google/api/endpoint_pb2.py +2 -4
- google/api/error_reason_pb2.py +2 -2
- google/api/expr/conformance/__init__.py +0 -0
- google/api/expr/conformance/v1alpha1/__init__.py +0 -0
- google/api/expr/conformance/v1alpha1/conformance_service_pb2.py +55 -0
- google/api/expr/v1alpha1/checked_pb2.py +30 -30
- google/api/expr/v1alpha1/syntax_pb2.py +25 -19
- google/api/field_behavior_pb2.py +4 -2
- google/api/field_info_pb2.py +31 -0
- google/api/policy_pb2.py +29 -0
- google/api/routing_pb2.py +29 -0
- google/api/service_pb2.py +4 -8
- google/api/servicecontrol/v1/check_error_pb2.py +2 -2
- google/api/servicecontrol/v1/distribution_pb2.py +2 -2
- google/api/servicecontrol/v1/http_request_pb2.py +2 -2
- google/api/servicecontrol/v1/log_entry_pb2.py +2 -2
- google/api/servicecontrol/v1/metric_value_pb2.py +2 -2
- google/api/servicecontrol/v1/operation_pb2.py +2 -2
- google/api/servicecontrol/v1/quota_controller_pb2.py +2 -2
- google/api/servicecontrol/v1/service_controller_pb2.py +20 -21
- google/api/servicecontrol/v2/__init__.py +0 -0
- google/api/servicecontrol/v2/service_controller_pb2.py +52 -0
- google/api/servicemanagement/v1/resources_pb2.py +35 -43
- google/api/servicemanagement/v1/servicemanager_pb2.py +67 -86
- google/api/serviceusage/v1/resources_pb2.py +13 -11
- google/api/serviceusage/v1/serviceusage_pb2.py +3 -3
- google/api/serviceusage/v1beta1/resources_pb2.py +39 -34
- google/api/serviceusage/v1beta1/serviceusage_pb2.py +78 -77
- google/logging/type/http_request_pb2.py +3 -4
- google/logging/type/log_severity_pb2.py +4 -5
- google/logging/v2/log_entry_pb2.py +34 -32
- google/logging/v2/logging_config_pb2.py +268 -154
- google/logging/v2/logging_metrics_pb2.py +45 -43
- google/logging/v2/logging_pb2.py +60 -63
- google/longrunning/operations_pb2.py +2 -2
- google/rpc/context/audit_context_pb2.py +27 -0
- google/rpc/error_details_pb2.py +13 -13
- google/rpc/http_pb2.py +30 -0
- {xds_protos-1.66.2.dist-info → xds_protos-1.67.0.dist-info}/METADATA +1 -1
- {xds_protos-1.66.2.dist-info → xds_protos-1.67.0.dist-info}/RECORD +55 -37
- {xds_protos-1.66.2.dist-info → xds_protos-1.67.0.dist-info}/WHEEL +0 -0
- {xds_protos-1.66.2.dist-info → xds_protos-1.67.0.dist-info}/top_level.txt +0 -0
File without changes
|
File without changes
|
@@ -0,0 +1,100 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: google/api/apikeys/v2/apikeys.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
15
|
+
from google.api.apikeys.v2 import resources_pb2 as google_dot_api_dot_apikeys_dot_v2_dot_resources__pb2
|
16
|
+
from google.api import client_pb2 as google_dot_api_dot_client__pb2
|
17
|
+
from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
|
18
|
+
from google.api import resource_pb2 as google_dot_api_dot_resource__pb2
|
19
|
+
from google.longrunning import operations_pb2 as google_dot_longrunning_dot_operations__pb2
|
20
|
+
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
21
|
+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
22
|
+
|
23
|
+
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#google/api/apikeys/v2/apikeys.proto\x12\x15google.api.apikeys.v2\x1a\x1cgoogle/api/annotations.proto\x1a%google/api/apikeys/v2/resources.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"\x84\x01\n\x10\x43reateKeyRequest\x12\x32\n\x06parent\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\x12\x1a\x61pikeys.googleapis.com/Key\x12,\n\x03key\x18\x02 \x01(\x0b\x32\x1a.google.api.apikeys.v2.KeyB\x03\xe0\x41\x02\x12\x0e\n\x06key_id\x18\x03 \x01(\t\"\x91\x01\n\x0fListKeysRequest\x12\x32\n\x06parent\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\x12\x1a\x61pikeys.googleapis.com/Key\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0cshow_deleted\x18\x06 \x01(\x08\x42\x03\xe0\x41\x01\"U\n\x10ListKeysResponse\x12(\n\x04keys\x18\x01 \x03(\x0b\x32\x1a.google.api.apikeys.v2.Key\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"A\n\rGetKeyRequest\x12\x30\n\x04name\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\n\x1a\x61pikeys.googleapis.com/Key\"G\n\x13GetKeyStringRequest\x12\x30\n\x04name\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\n\x1a\x61pikeys.googleapis.com/Key\"*\n\x14GetKeyStringResponse\x12\x12\n\nkey_string\x18\x01 \x01(\t\"q\n\x10UpdateKeyRequest\x12,\n\x03key\x18\x01 \x01(\x0b\x32\x1a.google.api.apikeys.v2.KeyB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"W\n\x10\x44\x65leteKeyRequest\x12\x30\n\x04name\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\n\x1a\x61pikeys.googleapis.com/Key\x12\x11\n\x04\x65tag\x18\x02 \x01(\tB\x03\xe0\x41\x01\"F\n\x12UndeleteKeyRequest\x12\x30\n\x04name\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\n\x1a\x61pikeys.googleapis.com/Key\"+\n\x10LookupKeyRequest\x12\x17\n\nkey_string\x18\x01 \x01(\tB\x03\xe0\x41\x02\"1\n\x11LookupKeyResponse\x12\x0e\n\x06parent\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t2\xbe\x0b\n\x07\x41piKeys\x12\xbd\x01\n\tCreateKey\x12\'.google.api.apikeys.v2.CreateKeyRequest\x1a\x1d.google.longrunning.Operation\"h\xca\x41\x1c\n\x03Key\x12\x15google.protobuf.Empty\xda\x41\x11parent,key,key_id\x82\xd3\xe4\x93\x02/\"(/v2/{parent=projects/*/locations/*}/keys:\x03key\x12\x96\x01\n\x08ListKeys\x12&.google.api.apikeys.v2.ListKeysRequest\x1a\'.google.api.apikeys.v2.ListKeysResponse\"9\xda\x41\x06parent\x82\xd3\xe4\x93\x02*\x12(/v2/{parent=projects/*/locations/*}/keys\x12\x83\x01\n\x06GetKey\x12$.google.api.apikeys.v2.GetKeyRequest\x1a\x1a.google.api.apikeys.v2.Key\"7\xda\x41\x04name\x82\xd3\xe4\x93\x02*\x12(/v2/{name=projects/*/locations/*/keys/*}\x12\xaa\x01\n\x0cGetKeyString\x12*.google.api.apikeys.v2.GetKeyStringRequest\x1a+.google.api.apikeys.v2.GetKeyStringResponse\"A\xda\x41\x04name\x82\xd3\xe4\x93\x02\x34\x12\x32/v2/{name=projects/*/locations/*/keys/*}/keyString\x12\xbf\x01\n\tUpdateKey\x12\'.google.api.apikeys.v2.UpdateKeyRequest\x1a\x1d.google.longrunning.Operation\"j\xca\x41\x1c\n\x03Key\x12\x15google.protobuf.Empty\xda\x41\x0fkey,update_mask\x82\xd3\xe4\x93\x02\x33\x32,/v2/{key.name=projects/*/locations/*/keys/*}:\x03key\x12\xab\x01\n\tDeleteKey\x12\'.google.api.apikeys.v2.DeleteKeyRequest\x1a\x1d.google.longrunning.Operation\"V\xca\x41\x1c\n\x03Key\x12\x15google.protobuf.Empty\xda\x41\x04name\x82\xd3\xe4\x93\x02**(/v2/{name=projects/*/locations/*/keys/*}\x12\xb4\x01\n\x0bUndeleteKey\x12).google.api.apikeys.v2.UndeleteKeyRequest\x1a\x1d.google.longrunning.Operation\"[\xca\x41\x1c\n\x03Key\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x36\"1/v2/{name=projects/*/locations/*/keys/*}:undelete:\x01*\x12z\n\tLookupKey\x12\'.google.api.apikeys.v2.LookupKeyRequest\x1a(.google.api.apikeys.v2.LookupKeyResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/v2/keys:lookupKey\x1a\x83\x01\xca\x41\x16\x61pikeys.googleapis.com\xd2\x41ghttps://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-onlyB\xb3\x01\n\x19\x63om.google.api.apikeys.v2B\x0c\x41piKeysProtoP\x01Z5cloud.google.com/go/apikeys/apiv2/apikeyspb;apikeyspb\xaa\x02\x17Google.Cloud.ApiKeys.V2\xca\x02\x17Google\\Cloud\\ApiKeys\\V2\xea\x02\x1aGoogle::Cloud::ApiKeys::V2b\x06proto3')
|
25
|
+
|
26
|
+
_globals = globals()
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'google.api.apikeys.v2.apikeys_pb2', _globals)
|
29
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
30
|
+
DESCRIPTOR._options = None
|
31
|
+
DESCRIPTOR._serialized_options = b'\n\031com.google.api.apikeys.v2B\014ApiKeysProtoP\001Z5cloud.google.com/go/apikeys/apiv2/apikeyspb;apikeyspb\252\002\027Google.Cloud.ApiKeys.V2\312\002\027Google\\Cloud\\ApiKeys\\V2\352\002\032Google::Cloud::ApiKeys::V2'
|
32
|
+
_CREATEKEYREQUEST.fields_by_name['parent']._options = None
|
33
|
+
_CREATEKEYREQUEST.fields_by_name['parent']._serialized_options = b'\340A\002\372A\034\022\032apikeys.googleapis.com/Key'
|
34
|
+
_CREATEKEYREQUEST.fields_by_name['key']._options = None
|
35
|
+
_CREATEKEYREQUEST.fields_by_name['key']._serialized_options = b'\340A\002'
|
36
|
+
_LISTKEYSREQUEST.fields_by_name['parent']._options = None
|
37
|
+
_LISTKEYSREQUEST.fields_by_name['parent']._serialized_options = b'\340A\002\372A\034\022\032apikeys.googleapis.com/Key'
|
38
|
+
_LISTKEYSREQUEST.fields_by_name['page_size']._options = None
|
39
|
+
_LISTKEYSREQUEST.fields_by_name['page_size']._serialized_options = b'\340A\001'
|
40
|
+
_LISTKEYSREQUEST.fields_by_name['page_token']._options = None
|
41
|
+
_LISTKEYSREQUEST.fields_by_name['page_token']._serialized_options = b'\340A\001'
|
42
|
+
_LISTKEYSREQUEST.fields_by_name['show_deleted']._options = None
|
43
|
+
_LISTKEYSREQUEST.fields_by_name['show_deleted']._serialized_options = b'\340A\001'
|
44
|
+
_GETKEYREQUEST.fields_by_name['name']._options = None
|
45
|
+
_GETKEYREQUEST.fields_by_name['name']._serialized_options = b'\340A\002\372A\034\n\032apikeys.googleapis.com/Key'
|
46
|
+
_GETKEYSTRINGREQUEST.fields_by_name['name']._options = None
|
47
|
+
_GETKEYSTRINGREQUEST.fields_by_name['name']._serialized_options = b'\340A\002\372A\034\n\032apikeys.googleapis.com/Key'
|
48
|
+
_UPDATEKEYREQUEST.fields_by_name['key']._options = None
|
49
|
+
_UPDATEKEYREQUEST.fields_by_name['key']._serialized_options = b'\340A\002'
|
50
|
+
_DELETEKEYREQUEST.fields_by_name['name']._options = None
|
51
|
+
_DELETEKEYREQUEST.fields_by_name['name']._serialized_options = b'\340A\002\372A\034\n\032apikeys.googleapis.com/Key'
|
52
|
+
_DELETEKEYREQUEST.fields_by_name['etag']._options = None
|
53
|
+
_DELETEKEYREQUEST.fields_by_name['etag']._serialized_options = b'\340A\001'
|
54
|
+
_UNDELETEKEYREQUEST.fields_by_name['name']._options = None
|
55
|
+
_UNDELETEKEYREQUEST.fields_by_name['name']._serialized_options = b'\340A\002\372A\034\n\032apikeys.googleapis.com/Key'
|
56
|
+
_LOOKUPKEYREQUEST.fields_by_name['key_string']._options = None
|
57
|
+
_LOOKUPKEYREQUEST.fields_by_name['key_string']._serialized_options = b'\340A\002'
|
58
|
+
_APIKEYS._options = None
|
59
|
+
_APIKEYS._serialized_options = b'\312A\026apikeys.googleapis.com\322Aghttps://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only'
|
60
|
+
_APIKEYS.methods_by_name['CreateKey']._options = None
|
61
|
+
_APIKEYS.methods_by_name['CreateKey']._serialized_options = b'\312A\034\n\003Key\022\025google.protobuf.Empty\332A\021parent,key,key_id\202\323\344\223\002/\"(/v2/{parent=projects/*/locations/*}/keys:\003key'
|
62
|
+
_APIKEYS.methods_by_name['ListKeys']._options = None
|
63
|
+
_APIKEYS.methods_by_name['ListKeys']._serialized_options = b'\332A\006parent\202\323\344\223\002*\022(/v2/{parent=projects/*/locations/*}/keys'
|
64
|
+
_APIKEYS.methods_by_name['GetKey']._options = None
|
65
|
+
_APIKEYS.methods_by_name['GetKey']._serialized_options = b'\332A\004name\202\323\344\223\002*\022(/v2/{name=projects/*/locations/*/keys/*}'
|
66
|
+
_APIKEYS.methods_by_name['GetKeyString']._options = None
|
67
|
+
_APIKEYS.methods_by_name['GetKeyString']._serialized_options = b'\332A\004name\202\323\344\223\0024\0222/v2/{name=projects/*/locations/*/keys/*}/keyString'
|
68
|
+
_APIKEYS.methods_by_name['UpdateKey']._options = None
|
69
|
+
_APIKEYS.methods_by_name['UpdateKey']._serialized_options = b'\312A\034\n\003Key\022\025google.protobuf.Empty\332A\017key,update_mask\202\323\344\223\00232,/v2/{key.name=projects/*/locations/*/keys/*}:\003key'
|
70
|
+
_APIKEYS.methods_by_name['DeleteKey']._options = None
|
71
|
+
_APIKEYS.methods_by_name['DeleteKey']._serialized_options = b'\312A\034\n\003Key\022\025google.protobuf.Empty\332A\004name\202\323\344\223\002**(/v2/{name=projects/*/locations/*/keys/*}'
|
72
|
+
_APIKEYS.methods_by_name['UndeleteKey']._options = None
|
73
|
+
_APIKEYS.methods_by_name['UndeleteKey']._serialized_options = b'\312A\034\n\003Key\022\025google.protobuf.Empty\202\323\344\223\0026\"1/v2/{name=projects/*/locations/*/keys/*}:undelete:\001*'
|
74
|
+
_APIKEYS.methods_by_name['LookupKey']._options = None
|
75
|
+
_APIKEYS.methods_by_name['LookupKey']._serialized_options = b'\202\323\344\223\002\024\022\022/v2/keys:lookupKey'
|
76
|
+
_globals['_CREATEKEYREQUEST']._serialized_start=317
|
77
|
+
_globals['_CREATEKEYREQUEST']._serialized_end=449
|
78
|
+
_globals['_LISTKEYSREQUEST']._serialized_start=452
|
79
|
+
_globals['_LISTKEYSREQUEST']._serialized_end=597
|
80
|
+
_globals['_LISTKEYSRESPONSE']._serialized_start=599
|
81
|
+
_globals['_LISTKEYSRESPONSE']._serialized_end=684
|
82
|
+
_globals['_GETKEYREQUEST']._serialized_start=686
|
83
|
+
_globals['_GETKEYREQUEST']._serialized_end=751
|
84
|
+
_globals['_GETKEYSTRINGREQUEST']._serialized_start=753
|
85
|
+
_globals['_GETKEYSTRINGREQUEST']._serialized_end=824
|
86
|
+
_globals['_GETKEYSTRINGRESPONSE']._serialized_start=826
|
87
|
+
_globals['_GETKEYSTRINGRESPONSE']._serialized_end=868
|
88
|
+
_globals['_UPDATEKEYREQUEST']._serialized_start=870
|
89
|
+
_globals['_UPDATEKEYREQUEST']._serialized_end=983
|
90
|
+
_globals['_DELETEKEYREQUEST']._serialized_start=985
|
91
|
+
_globals['_DELETEKEYREQUEST']._serialized_end=1072
|
92
|
+
_globals['_UNDELETEKEYREQUEST']._serialized_start=1074
|
93
|
+
_globals['_UNDELETEKEYREQUEST']._serialized_end=1144
|
94
|
+
_globals['_LOOKUPKEYREQUEST']._serialized_start=1146
|
95
|
+
_globals['_LOOKUPKEYREQUEST']._serialized_end=1189
|
96
|
+
_globals['_LOOKUPKEYRESPONSE']._serialized_start=1191
|
97
|
+
_globals['_LOOKUPKEYRESPONSE']._serialized_end=1240
|
98
|
+
_globals['_APIKEYS']._serialized_start=1243
|
99
|
+
_globals['_APIKEYS']._serialized_end=2713
|
100
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,65 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: google/api/apikeys/v2/resources.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
|
15
|
+
from google.api import resource_pb2 as google_dot_api_dot_resource__pb2
|
16
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%google/api/apikeys/v2/resources.proto\x12\x15google.api.apikeys.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa2\x04\n\x03Key\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x17\n\nkey_string\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0b\x64\x65lete_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12@\n\x0b\x61nnotations\x18\x08 \x03(\x0b\x32+.google.api.apikeys.v2.Key.AnnotationsEntry\x12\x39\n\x0crestrictions\x18\t \x01(\x0b\x32#.google.api.apikeys.v2.Restrictions\x12\x11\n\x04\x65tag\x18\x0b \x01(\tB\x03\xe0\x41\x03\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:a\xea\x41^\n\x1a\x61pikeys.googleapis.com/Key\x12\x32projects/{project}/locations/{location}/keys/{key}*\x04keys2\x03keyR\x01\x01\"\x9e\x03\n\x0cRestrictions\x12Q\n\x18\x62rowser_key_restrictions\x18\x01 \x01(\x0b\x32-.google.api.apikeys.v2.BrowserKeyRestrictionsH\x00\x12O\n\x17server_key_restrictions\x18\x02 \x01(\x0b\x32,.google.api.apikeys.v2.ServerKeyRestrictionsH\x00\x12Q\n\x18\x61ndroid_key_restrictions\x18\x03 \x01(\x0b\x32-.google.api.apikeys.v2.AndroidKeyRestrictionsH\x00\x12I\n\x14ios_key_restrictions\x18\x04 \x01(\x0b\x32).google.api.apikeys.v2.IosKeyRestrictionsH\x00\x12\x35\n\x0b\x61pi_targets\x18\x05 \x03(\x0b\x32 .google.api.apikeys.v2.ApiTargetB\x15\n\x13\x63lient_restrictions\"3\n\x16\x42rowserKeyRestrictions\x12\x19\n\x11\x61llowed_referrers\x18\x01 \x03(\t\",\n\x15ServerKeyRestrictions\x12\x13\n\x0b\x61llowed_ips\x18\x01 \x03(\t\"a\n\x16\x41ndroidKeyRestrictions\x12G\n\x14\x61llowed_applications\x18\x01 \x03(\x0b\x32).google.api.apikeys.v2.AndroidApplication\"D\n\x12\x41ndroidApplication\x12\x18\n\x10sha1_fingerprint\x18\x01 \x01(\t\x12\x14\n\x0cpackage_name\x18\x02 \x01(\t\"0\n\x12IosKeyRestrictions\x12\x1a\n\x12\x61llowed_bundle_ids\x18\x01 \x03(\t\"2\n\tApiTarget\x12\x0f\n\x07service\x18\x01 \x01(\t\x12\x14\n\x07methods\x18\x02 \x03(\tB\x03\xe0\x41\x01\x42\xb5\x01\n\x19\x63om.google.api.apikeys.v2B\x0eResourcesProtoP\x01Z5cloud.google.com/go/apikeys/apiv2/apikeyspb;apikeyspb\xaa\x02\x17Google.Cloud.ApiKeys.V2\xca\x02\x17Google\\Cloud\\ApiKeys\\V2\xea\x02\x1aGoogle::Cloud::ApiKeys::V2b\x06proto3')
|
20
|
+
|
21
|
+
_globals = globals()
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'google.api.apikeys.v2.resources_pb2', _globals)
|
24
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
25
|
+
DESCRIPTOR._options = None
|
26
|
+
DESCRIPTOR._serialized_options = b'\n\031com.google.api.apikeys.v2B\016ResourcesProtoP\001Z5cloud.google.com/go/apikeys/apiv2/apikeyspb;apikeyspb\252\002\027Google.Cloud.ApiKeys.V2\312\002\027Google\\Cloud\\ApiKeys\\V2\352\002\032Google::Cloud::ApiKeys::V2'
|
27
|
+
_KEY_ANNOTATIONSENTRY._options = None
|
28
|
+
_KEY_ANNOTATIONSENTRY._serialized_options = b'8\001'
|
29
|
+
_KEY.fields_by_name['name']._options = None
|
30
|
+
_KEY.fields_by_name['name']._serialized_options = b'\340A\003'
|
31
|
+
_KEY.fields_by_name['uid']._options = None
|
32
|
+
_KEY.fields_by_name['uid']._serialized_options = b'\340A\003'
|
33
|
+
_KEY.fields_by_name['key_string']._options = None
|
34
|
+
_KEY.fields_by_name['key_string']._serialized_options = b'\340A\003'
|
35
|
+
_KEY.fields_by_name['create_time']._options = None
|
36
|
+
_KEY.fields_by_name['create_time']._serialized_options = b'\340A\003'
|
37
|
+
_KEY.fields_by_name['update_time']._options = None
|
38
|
+
_KEY.fields_by_name['update_time']._serialized_options = b'\340A\003'
|
39
|
+
_KEY.fields_by_name['delete_time']._options = None
|
40
|
+
_KEY.fields_by_name['delete_time']._serialized_options = b'\340A\003'
|
41
|
+
_KEY.fields_by_name['etag']._options = None
|
42
|
+
_KEY.fields_by_name['etag']._serialized_options = b'\340A\003'
|
43
|
+
_KEY._options = None
|
44
|
+
_KEY._serialized_options = b'\352A^\n\032apikeys.googleapis.com/Key\0222projects/{project}/locations/{location}/keys/{key}*\004keys2\003keyR\001\001'
|
45
|
+
_APITARGET.fields_by_name['methods']._options = None
|
46
|
+
_APITARGET.fields_by_name['methods']._serialized_options = b'\340A\001'
|
47
|
+
_globals['_KEY']._serialized_start=158
|
48
|
+
_globals['_KEY']._serialized_end=704
|
49
|
+
_globals['_KEY_ANNOTATIONSENTRY']._serialized_start=555
|
50
|
+
_globals['_KEY_ANNOTATIONSENTRY']._serialized_end=605
|
51
|
+
_globals['_RESTRICTIONS']._serialized_start=707
|
52
|
+
_globals['_RESTRICTIONS']._serialized_end=1121
|
53
|
+
_globals['_BROWSERKEYRESTRICTIONS']._serialized_start=1123
|
54
|
+
_globals['_BROWSERKEYRESTRICTIONS']._serialized_end=1174
|
55
|
+
_globals['_SERVERKEYRESTRICTIONS']._serialized_start=1176
|
56
|
+
_globals['_SERVERKEYRESTRICTIONS']._serialized_end=1220
|
57
|
+
_globals['_ANDROIDKEYRESTRICTIONS']._serialized_start=1222
|
58
|
+
_globals['_ANDROIDKEYRESTRICTIONS']._serialized_end=1319
|
59
|
+
_globals['_ANDROIDAPPLICATION']._serialized_start=1321
|
60
|
+
_globals['_ANDROIDAPPLICATION']._serialized_end=1389
|
61
|
+
_globals['_IOSKEYRESTRICTIONS']._serialized_start=1391
|
62
|
+
_globals['_IOSKEYRESTRICTIONS']._serialized_end=1439
|
63
|
+
_globals['_APITARGET']._serialized_start=1441
|
64
|
+
_globals['_APITARGET']._serialized_end=1491
|
65
|
+
# @@protoc_insertion_point(module_scope)
|
google/api/auth_pb2.py
CHANGED
@@ -13,7 +13,7 @@ _sym_db = _symbol_database.Default()
|
|
13
13
|
|
14
14
|
|
15
15
|
|
16
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15google/api/auth.proto\x12\ngoogle.api\"l\n\x0e\x41uthentication\x12-\n\x05rules\x18\x03 \x03(\x0b\x32\x1e.google.api.AuthenticationRule\x12+\n\tproviders\x18\x04 \x03(\x0b\x32\x18.google.api.AuthProvider\"\xa9\x01\n\x12\x41uthenticationRule\x12\x10\n\x08selector\x18\x01 \x01(\t\x12,\n\x05oauth\x18\x02 \x01(\x0b\x32\x1d.google.api.OAuthRequirements\x12 \n\x18\x61llow_without_credential\x18\x05 \x01(\x08\x12\x31\n\x0crequirements\x18\x07 \x03(\x0b\x32\x1b.google.api.AuthRequirement\"
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15google/api/auth.proto\x12\ngoogle.api\"l\n\x0e\x41uthentication\x12-\n\x05rules\x18\x03 \x03(\x0b\x32\x1e.google.api.AuthenticationRule\x12+\n\tproviders\x18\x04 \x03(\x0b\x32\x18.google.api.AuthProvider\"\xa9\x01\n\x12\x41uthenticationRule\x12\x10\n\x08selector\x18\x01 \x01(\t\x12,\n\x05oauth\x18\x02 \x01(\x0b\x32\x1d.google.api.OAuthRequirements\x12 \n\x18\x61llow_without_credential\x18\x05 \x01(\x08\x12\x31\n\x0crequirements\x18\x07 \x03(\x0b\x32\x1b.google.api.AuthRequirement\"^\n\x0bJwtLocation\x12\x10\n\x06header\x18\x01 \x01(\tH\x00\x12\x0f\n\x05query\x18\x02 \x01(\tH\x00\x12\x10\n\x06\x63ookie\x18\x04 \x01(\tH\x00\x12\x14\n\x0cvalue_prefix\x18\x03 \x01(\tB\x04\n\x02in\"\x9a\x01\n\x0c\x41uthProvider\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06issuer\x18\x02 \x01(\t\x12\x10\n\x08jwks_uri\x18\x03 \x01(\t\x12\x11\n\taudiences\x18\x04 \x01(\t\x12\x19\n\x11\x61uthorization_url\x18\x05 \x01(\t\x12.\n\rjwt_locations\x18\x06 \x03(\x0b\x32\x17.google.api.JwtLocation\"-\n\x11OAuthRequirements\x12\x18\n\x10\x63\x61nonical_scopes\x18\x01 \x01(\t\"9\n\x0f\x41uthRequirement\x12\x13\n\x0bprovider_id\x18\x01 \x01(\t\x12\x11\n\taudiences\x18\x02 \x01(\tBk\n\x0e\x63om.google.apiB\tAuthProtoP\x01ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\xa2\x02\x04GAPIb\x06proto3')
|
17
17
|
|
18
18
|
_globals = globals()
|
19
19
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -26,11 +26,11 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
26
26
|
_globals['_AUTHENTICATIONRULE']._serialized_start=148
|
27
27
|
_globals['_AUTHENTICATIONRULE']._serialized_end=317
|
28
28
|
_globals['_JWTLOCATION']._serialized_start=319
|
29
|
-
_globals['_JWTLOCATION']._serialized_end=
|
30
|
-
_globals['_AUTHPROVIDER']._serialized_start=
|
31
|
-
_globals['_AUTHPROVIDER']._serialized_end=
|
32
|
-
_globals['_OAUTHREQUIREMENTS']._serialized_start=
|
33
|
-
_globals['_OAUTHREQUIREMENTS']._serialized_end=
|
34
|
-
_globals['_AUTHREQUIREMENT']._serialized_start=
|
35
|
-
_globals['_AUTHREQUIREMENT']._serialized_end=
|
29
|
+
_globals['_JWTLOCATION']._serialized_end=413
|
30
|
+
_globals['_AUTHPROVIDER']._serialized_start=416
|
31
|
+
_globals['_AUTHPROVIDER']._serialized_end=570
|
32
|
+
_globals['_OAUTHREQUIREMENTS']._serialized_start=572
|
33
|
+
_globals['_OAUTHREQUIREMENTS']._serialized_end=617
|
34
|
+
_globals['_AUTHREQUIREMENT']._serialized_start=619
|
35
|
+
_globals['_AUTHREQUIREMENT']._serialized_end=676
|
36
36
|
# @@protoc_insertion_point(module_scope)
|
google/api/backend_pb2.py
CHANGED
@@ -13,7 +13,7 @@ _sym_db = _symbol_database.Default()
|
|
13
13
|
|
14
14
|
|
15
15
|
|
16
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18google/api/backend.proto\x12\ngoogle.api\"1\n\x07\x42\x61\x63kend\x12&\n\x05rules\x18\x01 \x03(\x0b\x32\x17.google.api.BackendRule\"\
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18google/api/backend.proto\x12\ngoogle.api\"1\n\x07\x42\x61\x63kend\x12&\n\x05rules\x18\x01 \x03(\x0b\x32\x17.google.api.BackendRule\"\xb2\x04\n\x0b\x42\x61\x63kendRule\x12\x10\n\x08selector\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x64ress\x18\x02 \x01(\t\x12\x10\n\x08\x64\x65\x61\x64line\x18\x03 \x01(\x01\x12\x18\n\x0cmin_deadline\x18\x04 \x01(\x01\x42\x02\x18\x01\x12\x1a\n\x12operation_deadline\x18\x05 \x01(\x01\x12\x41\n\x10path_translation\x18\x06 \x01(\x0e\x32\'.google.api.BackendRule.PathTranslation\x12\x16\n\x0cjwt_audience\x18\x07 \x01(\tH\x00\x12\x16\n\x0c\x64isable_auth\x18\x08 \x01(\x08H\x00\x12\x10\n\x08protocol\x18\t \x01(\t\x12^\n\x1doverrides_by_request_protocol\x18\n \x03(\x0b\x32\x37.google.api.BackendRule.OverridesByRequestProtocolEntry\x1aZ\n\x1fOverridesByRequestProtocolEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12&\n\x05value\x18\x02 \x01(\x0b\x32\x17.google.api.BackendRule:\x02\x38\x01\"e\n\x0fPathTranslation\x12 \n\x1cPATH_TRANSLATION_UNSPECIFIED\x10\x00\x12\x14\n\x10\x43ONSTANT_ADDRESS\x10\x01\x12\x1a\n\x16\x41PPEND_PATH_TO_ADDRESS\x10\x02\x42\x10\n\x0e\x61uthenticationBn\n\x0e\x63om.google.apiB\x0c\x42\x61\x63kendProtoP\x01ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\xa2\x02\x04GAPIb\x06proto3')
|
17
17
|
|
18
18
|
_globals = globals()
|
19
19
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -21,10 +21,16 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'google.api.backend_pb2', _g
|
|
21
21
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
22
22
|
DESCRIPTOR._options = None
|
23
23
|
DESCRIPTOR._serialized_options = b'\n\016com.google.apiB\014BackendProtoP\001ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\242\002\004GAPI'
|
24
|
+
_BACKENDRULE_OVERRIDESBYREQUESTPROTOCOLENTRY._options = None
|
25
|
+
_BACKENDRULE_OVERRIDESBYREQUESTPROTOCOLENTRY._serialized_options = b'8\001'
|
26
|
+
_BACKENDRULE.fields_by_name['min_deadline']._options = None
|
27
|
+
_BACKENDRULE.fields_by_name['min_deadline']._serialized_options = b'\030\001'
|
24
28
|
_globals['_BACKEND']._serialized_start=40
|
25
29
|
_globals['_BACKEND']._serialized_end=89
|
26
30
|
_globals['_BACKENDRULE']._serialized_start=92
|
27
|
-
_globals['_BACKENDRULE']._serialized_end=
|
28
|
-
_globals['
|
29
|
-
_globals['
|
31
|
+
_globals['_BACKENDRULE']._serialized_end=654
|
32
|
+
_globals['_BACKENDRULE_OVERRIDESBYREQUESTPROTOCOLENTRY']._serialized_start=443
|
33
|
+
_globals['_BACKENDRULE_OVERRIDESBYREQUESTPROTOCOLENTRY']._serialized_end=533
|
34
|
+
_globals['_BACKENDRULE_PATHTRANSLATION']._serialized_start=535
|
35
|
+
_globals['_BACKENDRULE_PATHTRANSLATION']._serialized_end=636
|
30
36
|
# @@protoc_insertion_point(module_scope)
|
google/api/billing_pb2.py
CHANGED
@@ -11,10 +11,9 @@ from google.protobuf.internal import builder as _builder
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
-
from google.api import metric_pb2 as google_dot_api_dot_metric__pb2
|
15
14
|
|
16
15
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18google/api/billing.proto\x12\ngoogle.api\
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18google/api/billing.proto\x12\ngoogle.api\"\x93\x01\n\x07\x42illing\x12\x45\n\x15\x63onsumer_destinations\x18\x08 \x03(\x0b\x32&.google.api.Billing.BillingDestination\x1a\x41\n\x12\x42illingDestination\x12\x1a\n\x12monitored_resource\x18\x01 \x01(\t\x12\x0f\n\x07metrics\x18\x02 \x03(\tBn\n\x0e\x63om.google.apiB\x0c\x42illingProtoP\x01ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\xa2\x02\x04GAPIb\x06proto3')
|
18
17
|
|
19
18
|
_globals = globals()
|
20
19
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -22,8 +21,8 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'google.api.billing_pb2', _g
|
|
22
21
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
23
22
|
DESCRIPTOR._options = None
|
24
23
|
DESCRIPTOR._serialized_options = b'\n\016com.google.apiB\014BillingProtoP\001ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\242\002\004GAPI'
|
25
|
-
_globals['_BILLING']._serialized_start=
|
26
|
-
_globals['_BILLING']._serialized_end=
|
27
|
-
_globals['_BILLING_BILLINGDESTINATION']._serialized_start=
|
28
|
-
_globals['_BILLING_BILLINGDESTINATION']._serialized_end=
|
24
|
+
_globals['_BILLING']._serialized_start=41
|
25
|
+
_globals['_BILLING']._serialized_end=188
|
26
|
+
_globals['_BILLING_BILLINGDESTINATION']._serialized_start=123
|
27
|
+
_globals['_BILLING_BILLINGDESTINATION']._serialized_end=188
|
29
28
|
# @@protoc_insertion_point(module_scope)
|
google/api/client_pb2.py
CHANGED
@@ -11,10 +11,12 @@ from google.protobuf.internal import builder as _builder
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
+
from google.api import launch_stage_pb2 as google_dot_api_dot_launch__stage__pb2
|
14
15
|
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
16
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
15
17
|
|
16
18
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17google/api/client.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto:9\n\x10method_signature\x12\x1e.google.protobuf.MethodOptions\x18\x9b\x08 \x03(\t:6\n\x0c\x64\x65\x66\x61ult_host\x12\x1f.google.protobuf.ServiceOptions\x18\x99\x08 \x01(\t:6\n\x0coauth_scopes\x12\x1f.google.protobuf.ServiceOptions\x18\x9a\x08 \x01(\tBi\n\x0e\x63om.google.apiB\x0b\x43lientProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3')
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17google/api/client.proto\x12\ngoogle.api\x1a\x1dgoogle/api/launch_stage.proto\x1a google/protobuf/descriptor.proto\x1a\x1egoogle/protobuf/duration.proto\"t\n\x16\x43ommonLanguageSettings\x12\x1e\n\x12reference_docs_uri\x18\x01 \x01(\tB\x02\x18\x01\x12:\n\x0c\x64\x65stinations\x18\x02 \x03(\x0e\x32$.google.api.ClientLibraryDestination\"\xfb\x03\n\x15\x43lientLibrarySettings\x12\x0f\n\x07version\x18\x01 \x01(\t\x12-\n\x0claunch_stage\x18\x02 \x01(\x0e\x32\x17.google.api.LaunchStage\x12\x1a\n\x12rest_numeric_enums\x18\x03 \x01(\x08\x12/\n\rjava_settings\x18\x15 \x01(\x0b\x32\x18.google.api.JavaSettings\x12-\n\x0c\x63pp_settings\x18\x16 \x01(\x0b\x32\x17.google.api.CppSettings\x12-\n\x0cphp_settings\x18\x17 \x01(\x0b\x32\x17.google.api.PhpSettings\x12\x33\n\x0fpython_settings\x18\x18 \x01(\x0b\x32\x1a.google.api.PythonSettings\x12/\n\rnode_settings\x18\x19 \x01(\x0b\x32\x18.google.api.NodeSettings\x12\x33\n\x0f\x64otnet_settings\x18\x1a \x01(\x0b\x32\x1a.google.api.DotnetSettings\x12/\n\rruby_settings\x18\x1b \x01(\x0b\x32\x18.google.api.RubySettings\x12+\n\x0bgo_settings\x18\x1c \x01(\x0b\x32\x16.google.api.GoSettings\"\xa8\x03\n\nPublishing\x12\x33\n\x0fmethod_settings\x18\x02 \x03(\x0b\x32\x1a.google.api.MethodSettings\x12\x15\n\rnew_issue_uri\x18\x65 \x01(\t\x12\x19\n\x11\x64ocumentation_uri\x18\x66 \x01(\t\x12\x16\n\x0e\x61pi_short_name\x18g \x01(\t\x12\x14\n\x0cgithub_label\x18h \x01(\t\x12\x1e\n\x16\x63odeowner_github_teams\x18i \x03(\t\x12\x16\n\x0e\x64oc_tag_prefix\x18j \x01(\t\x12;\n\x0corganization\x18k \x01(\x0e\x32%.google.api.ClientLibraryOrganization\x12;\n\x10library_settings\x18m \x03(\x0b\x32!.google.api.ClientLibrarySettings\x12)\n!proto_reference_documentation_uri\x18n \x01(\t\x12(\n rest_reference_documentation_uri\x18o \x01(\t\"\xe3\x01\n\x0cJavaSettings\x12\x17\n\x0flibrary_package\x18\x01 \x01(\t\x12L\n\x13service_class_names\x18\x02 \x03(\x0b\x32/.google.api.JavaSettings.ServiceClassNamesEntry\x12\x32\n\x06\x63ommon\x18\x03 \x01(\x0b\x32\".google.api.CommonLanguageSettings\x1a\x38\n\x16ServiceClassNamesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"A\n\x0b\x43ppSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32\".google.api.CommonLanguageSettings\"A\n\x0bPhpSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32\".google.api.CommonLanguageSettings\"D\n\x0ePythonSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32\".google.api.CommonLanguageSettings\"B\n\x0cNodeSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32\".google.api.CommonLanguageSettings\"\xaa\x03\n\x0e\x44otnetSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32\".google.api.CommonLanguageSettings\x12I\n\x10renamed_services\x18\x02 \x03(\x0b\x32/.google.api.DotnetSettings.RenamedServicesEntry\x12K\n\x11renamed_resources\x18\x03 \x03(\x0b\x32\x30.google.api.DotnetSettings.RenamedResourcesEntry\x12\x19\n\x11ignored_resources\x18\x04 \x03(\t\x12 \n\x18\x66orced_namespace_aliases\x18\x05 \x03(\t\x12\x1e\n\x16handwritten_signatures\x18\x06 \x03(\t\x1a\x36\n\x14RenamedServicesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x37\n\x15RenamedResourcesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"B\n\x0cRubySettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32\".google.api.CommonLanguageSettings\"@\n\nGoSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32\".google.api.CommonLanguageSettings\"\xcf\x02\n\x0eMethodSettings\x12\x10\n\x08selector\x18\x01 \x01(\t\x12<\n\x0clong_running\x18\x02 \x01(\x0b\x32&.google.api.MethodSettings.LongRunning\x12\x1d\n\x15\x61uto_populated_fields\x18\x03 \x03(\t\x1a\xcd\x01\n\x0bLongRunning\x12\x35\n\x12initial_poll_delay\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1d\n\x15poll_delay_multiplier\x18\x02 \x01(\x02\x12\x31\n\x0emax_poll_delay\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x35\n\x12total_poll_timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration*\xa3\x01\n\x19\x43lientLibraryOrganization\x12+\n\'CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED\x10\x00\x12\t\n\x05\x43LOUD\x10\x01\x12\x07\n\x03\x41\x44S\x10\x02\x12\n\n\x06PHOTOS\x10\x03\x12\x0f\n\x0bSTREET_VIEW\x10\x04\x12\x0c\n\x08SHOPPING\x10\x05\x12\x07\n\x03GEO\x10\x06\x12\x11\n\rGENERATIVE_AI\x10\x07*g\n\x18\x43lientLibraryDestination\x12*\n&CLIENT_LIBRARY_DESTINATION_UNSPECIFIED\x10\x00\x12\n\n\x06GITHUB\x10\n\x12\x13\n\x0fPACKAGE_MANAGER\x10\x14:9\n\x10method_signature\x12\x1e.google.protobuf.MethodOptions\x18\x9b\x08 \x03(\t:6\n\x0c\x64\x65\x66\x61ult_host\x12\x1f.google.protobuf.ServiceOptions\x18\x99\x08 \x01(\t:6\n\x0coauth_scopes\x12\x1f.google.protobuf.ServiceOptions\x18\x9a\x08 \x01(\t:8\n\x0b\x61pi_version\x12\x1f.google.protobuf.ServiceOptions\x18\xc1\xba\xab\xfa\x01 \x01(\tBi\n\x0e\x63om.google.apiB\x0b\x43lientProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3')
|
18
20
|
|
19
21
|
_globals = globals()
|
20
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -22,4 +24,48 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'google.api.client_pb2', _gl
|
|
22
24
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
23
25
|
DESCRIPTOR._options = None
|
24
26
|
DESCRIPTOR._serialized_options = b'\n\016com.google.apiB\013ClientProtoP\001ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\242\002\004GAPI'
|
27
|
+
_COMMONLANGUAGESETTINGS.fields_by_name['reference_docs_uri']._options = None
|
28
|
+
_COMMONLANGUAGESETTINGS.fields_by_name['reference_docs_uri']._serialized_options = b'\030\001'
|
29
|
+
_JAVASETTINGS_SERVICECLASSNAMESENTRY._options = None
|
30
|
+
_JAVASETTINGS_SERVICECLASSNAMESENTRY._serialized_options = b'8\001'
|
31
|
+
_DOTNETSETTINGS_RENAMEDSERVICESENTRY._options = None
|
32
|
+
_DOTNETSETTINGS_RENAMEDSERVICESENTRY._serialized_options = b'8\001'
|
33
|
+
_DOTNETSETTINGS_RENAMEDRESOURCESENTRY._options = None
|
34
|
+
_DOTNETSETTINGS_RENAMEDRESOURCESENTRY._serialized_options = b'8\001'
|
35
|
+
_globals['_CLIENTLIBRARYORGANIZATION']._serialized_start=2595
|
36
|
+
_globals['_CLIENTLIBRARYORGANIZATION']._serialized_end=2758
|
37
|
+
_globals['_CLIENTLIBRARYDESTINATION']._serialized_start=2760
|
38
|
+
_globals['_CLIENTLIBRARYDESTINATION']._serialized_end=2863
|
39
|
+
_globals['_COMMONLANGUAGESETTINGS']._serialized_start=136
|
40
|
+
_globals['_COMMONLANGUAGESETTINGS']._serialized_end=252
|
41
|
+
_globals['_CLIENTLIBRARYSETTINGS']._serialized_start=255
|
42
|
+
_globals['_CLIENTLIBRARYSETTINGS']._serialized_end=762
|
43
|
+
_globals['_PUBLISHING']._serialized_start=765
|
44
|
+
_globals['_PUBLISHING']._serialized_end=1189
|
45
|
+
_globals['_JAVASETTINGS']._serialized_start=1192
|
46
|
+
_globals['_JAVASETTINGS']._serialized_end=1419
|
47
|
+
_globals['_JAVASETTINGS_SERVICECLASSNAMESENTRY']._serialized_start=1363
|
48
|
+
_globals['_JAVASETTINGS_SERVICECLASSNAMESENTRY']._serialized_end=1419
|
49
|
+
_globals['_CPPSETTINGS']._serialized_start=1421
|
50
|
+
_globals['_CPPSETTINGS']._serialized_end=1486
|
51
|
+
_globals['_PHPSETTINGS']._serialized_start=1488
|
52
|
+
_globals['_PHPSETTINGS']._serialized_end=1553
|
53
|
+
_globals['_PYTHONSETTINGS']._serialized_start=1555
|
54
|
+
_globals['_PYTHONSETTINGS']._serialized_end=1623
|
55
|
+
_globals['_NODESETTINGS']._serialized_start=1625
|
56
|
+
_globals['_NODESETTINGS']._serialized_end=1691
|
57
|
+
_globals['_DOTNETSETTINGS']._serialized_start=1694
|
58
|
+
_globals['_DOTNETSETTINGS']._serialized_end=2120
|
59
|
+
_globals['_DOTNETSETTINGS_RENAMEDSERVICESENTRY']._serialized_start=2009
|
60
|
+
_globals['_DOTNETSETTINGS_RENAMEDSERVICESENTRY']._serialized_end=2063
|
61
|
+
_globals['_DOTNETSETTINGS_RENAMEDRESOURCESENTRY']._serialized_start=2065
|
62
|
+
_globals['_DOTNETSETTINGS_RENAMEDRESOURCESENTRY']._serialized_end=2120
|
63
|
+
_globals['_RUBYSETTINGS']._serialized_start=2122
|
64
|
+
_globals['_RUBYSETTINGS']._serialized_end=2188
|
65
|
+
_globals['_GOSETTINGS']._serialized_start=2190
|
66
|
+
_globals['_GOSETTINGS']._serialized_end=2254
|
67
|
+
_globals['_METHODSETTINGS']._serialized_start=2257
|
68
|
+
_globals['_METHODSETTINGS']._serialized_end=2592
|
69
|
+
_globals['_METHODSETTINGS_LONGRUNNING']._serialized_start=2387
|
70
|
+
_globals['_METHODSETTINGS_LONGRUNNING']._serialized_end=2592
|
25
71
|
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
@@ -0,0 +1,96 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: google/api/cloudquotas/v1/cloudquotas.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
15
|
+
from google.api import client_pb2 as google_dot_api_dot_client__pb2
|
16
|
+
from google.api.cloudquotas.v1 import resources_pb2 as google_dot_api_dot_cloudquotas_dot_v1_dot_resources__pb2
|
17
|
+
from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
|
18
|
+
from google.api import resource_pb2 as google_dot_api_dot_resource__pb2
|
19
|
+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
20
|
+
|
21
|
+
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+google/api/cloudquotas/v1/cloudquotas.proto\x12\x19google.api.cloudquotas.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a)google/api/cloudquotas/v1/resources.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a google/protobuf/field_mask.proto\"\x86\x01\n\x15ListQuotaInfosRequest\x12<\n\x06parent\x18\x01 \x01(\tB,\xe0\x41\x02\xfa\x41&\x12$cloudquotas.googleapis.com/QuotaInfo\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"l\n\x16ListQuotaInfosResponse\x12\x39\n\x0bquota_infos\x18\x01 \x03(\x0b\x32$.google.api.cloudquotas.v1.QuotaInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"Q\n\x13GetQuotaInfoRequest\x12:\n\x04name\x18\x01 \x01(\tB,\xe0\x41\x02\xfa\x41&\n$cloudquotas.googleapis.com/QuotaInfo\"\xbe\x01\n\x1bListQuotaPreferencesRequest\x12\x42\n\x06parent\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\x12*cloudquotas.googleapis.com/QuotaPreference\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x93\x01\n\x1cListQuotaPreferencesResponse\x12\x45\n\x11quota_preferences\x18\x01 \x03(\x0b\x32*.google.api.cloudquotas.v1.QuotaPreference\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"]\n\x19GetQuotaPreferenceRequest\x12@\n\x04name\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\n*cloudquotas.googleapis.com/QuotaPreference\"\x9a\x02\n\x1c\x43reateQuotaPreferenceRequest\x12\x42\n\x06parent\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\x12*cloudquotas.googleapis.com/QuotaPreference\x12 \n\x13quota_preference_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12I\n\x10quota_preference\x18\x03 \x01(\x0b\x32*.google.api.cloudquotas.v1.QuotaPreferenceB\x03\xe0\x41\x02\x12I\n\x14ignore_safety_checks\x18\x04 \x03(\x0e\x32+.google.api.cloudquotas.v1.QuotaSafetyCheck\"\xa2\x02\n\x1cUpdateQuotaPreferenceRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12I\n\x10quota_preference\x18\x02 \x01(\x0b\x32*.google.api.cloudquotas.v1.QuotaPreferenceB\x03\xe0\x41\x02\x12\x1a\n\rallow_missing\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\x12\x1a\n\rvalidate_only\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12I\n\x14ignore_safety_checks\x18\x05 \x03(\x0e\x32+.google.api.cloudquotas.v1.QuotaSafetyCheck2\xb9\x11\n\x0b\x43loudQuotas\x12\xc1\x02\n\x0eListQuotaInfos\x12\x30.google.api.cloudquotas.v1.ListQuotaInfosRequest\x1a\x31.google.api.cloudquotas.v1.ListQuotaInfosResponse\"\xc9\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02\xb9\x01\x12\x39/v1/{parent=projects/*/locations/*/services/*}/quotaInfosZ@\x12>/v1/{parent=organizations/*/locations/*/services/*}/quotaInfosZ:\x12\x38/v1/{parent=folders/*/locations/*/services/*}/quotaInfos\x12\xae\x02\n\x0cGetQuotaInfo\x12..google.api.cloudquotas.v1.GetQuotaInfoRequest\x1a$.google.api.cloudquotas.v1.QuotaInfo\"\xc7\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\xb9\x01\x12\x39/v1/{name=projects/*/locations/*/services/*/quotaInfos/*}Z@\x12>/v1/{name=organizations/*/locations/*/services/*/quotaInfos/*}Z:\x12\x38/v1/{name=folders/*/locations/*/services/*/quotaInfos/*}\x12\xc4\x02\n\x14ListQuotaPreferences\x12\x36.google.api.cloudquotas.v1.ListQuotaPreferencesRequest\x1a\x37.google.api.cloudquotas.v1.ListQuotaPreferencesResponse\"\xba\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02\xaa\x01\x12\x34/v1/{parent=projects/*/locations/*}/quotaPreferencesZ5\x12\x33/v1/{parent=folders/*/locations/*}/quotaPreferencesZ;\x12\x39/v1/{parent=organizations/*/locations/*}/quotaPreferences\x12\xb1\x02\n\x12GetQuotaPreference\x12\x34.google.api.cloudquotas.v1.GetQuotaPreferenceRequest\x1a*.google.api.cloudquotas.v1.QuotaPreference\"\xb8\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02\xaa\x01\x12\x34/v1/{name=projects/*/locations/*/quotaPreferences/*}Z;\x12\x39/v1/{name=organizations/*/locations/*/quotaPreferences/*}Z5\x12\x33/v1/{name=folders/*/locations/*/quotaPreferences/*}\x12\xae\x03\n\x15\x43reateQuotaPreference\x12\x37.google.api.cloudquotas.v1.CreateQuotaPreferenceRequest\x1a*.google.api.cloudquotas.v1.QuotaPreference\"\xaf\x02\xda\x41+parent,quota_preference,quota_preference_id\xda\x41\x17parent,quota_preference\x82\xd3\xe4\x93\x02\xe0\x01\"4/v1/{parent=projects/*/locations/*}/quotaPreferences:\x10quota_preferenceZG\"3/v1/{parent=folders/*/locations/*}/quotaPreferences:\x10quota_preferenceZM\"9/v1/{parent=organizations/*/locations/*}/quotaPreferences:\x10quota_preference\x12\xb8\x03\n\x15UpdateQuotaPreference\x12\x37.google.api.cloudquotas.v1.UpdateQuotaPreferenceRequest\x1a*.google.api.cloudquotas.v1.QuotaPreference\"\xb9\x02\xda\x41\x1cquota_preference,update_mask\x82\xd3\xe4\x93\x02\x93\x02\x32\x45/v1/{quota_preference.name=projects/*/locations/*/quotaPreferences/*}:\x10quota_preferenceZX2D/v1/{quota_preference.name=folders/*/locations/*/quotaPreferences/*}:\x10quota_preferenceZ^2J/v1/{quota_preference.name=organizations/*/locations/*/quotaPreferences/*}:\x10quota_preference\x1aN\xca\x41\x1a\x63loudquotas.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xe3\x04\n\x1d\x63om.google.api.cloudquotas.v1B\x10\x43loudquotasProtoP\x01ZAcloud.google.com/go/cloudquotas/apiv1/cloudquotaspb;cloudquotaspb\xaa\x02\x1bGoogle.Cloud.CloudQuotas.V1\xca\x02\x1bGoogle\\Cloud\\CloudQuotas\\V1\xea\x02\x1eGoogle::Cloud::CloudQuotas::V1\xea\x41\xe0\x01\n\"cloudquotas.googleapis.com/Service\x12:projects/{project}/locations/{location}/services/{service}\x12\x38\x66olders/{folder}/locations/{location}/services/{service}\x12\x44organizations/{organization}/locations/{location}/services/{service}\xea\x41\xa8\x01\n#cloudquotas.googleapis.com/Location\x12\'projects/{project}/locations/{location}\x12%folders/{folder}/locations/{location}\x12\x31organizations/{organization}/locations/{location}b\x06proto3')
|
23
|
+
|
24
|
+
_globals = globals()
|
25
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
26
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'google.api.cloudquotas.v1.cloudquotas_pb2', _globals)
|
27
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
28
|
+
DESCRIPTOR._options = None
|
29
|
+
DESCRIPTOR._serialized_options = b'\n\035com.google.api.cloudquotas.v1B\020CloudquotasProtoP\001ZAcloud.google.com/go/cloudquotas/apiv1/cloudquotaspb;cloudquotaspb\252\002\033Google.Cloud.CloudQuotas.V1\312\002\033Google\\Cloud\\CloudQuotas\\V1\352\002\036Google::Cloud::CloudQuotas::V1\352A\340\001\n\"cloudquotas.googleapis.com/Service\022:projects/{project}/locations/{location}/services/{service}\0228folders/{folder}/locations/{location}/services/{service}\022Dorganizations/{organization}/locations/{location}/services/{service}\352A\250\001\n#cloudquotas.googleapis.com/Location\022\'projects/{project}/locations/{location}\022%folders/{folder}/locations/{location}\0221organizations/{organization}/locations/{location}'
|
30
|
+
_LISTQUOTAINFOSREQUEST.fields_by_name['parent']._options = None
|
31
|
+
_LISTQUOTAINFOSREQUEST.fields_by_name['parent']._serialized_options = b'\340A\002\372A&\022$cloudquotas.googleapis.com/QuotaInfo'
|
32
|
+
_LISTQUOTAINFOSREQUEST.fields_by_name['page_size']._options = None
|
33
|
+
_LISTQUOTAINFOSREQUEST.fields_by_name['page_size']._serialized_options = b'\340A\001'
|
34
|
+
_LISTQUOTAINFOSREQUEST.fields_by_name['page_token']._options = None
|
35
|
+
_LISTQUOTAINFOSREQUEST.fields_by_name['page_token']._serialized_options = b'\340A\001'
|
36
|
+
_GETQUOTAINFOREQUEST.fields_by_name['name']._options = None
|
37
|
+
_GETQUOTAINFOREQUEST.fields_by_name['name']._serialized_options = b'\340A\002\372A&\n$cloudquotas.googleapis.com/QuotaInfo'
|
38
|
+
_LISTQUOTAPREFERENCESREQUEST.fields_by_name['parent']._options = None
|
39
|
+
_LISTQUOTAPREFERENCESREQUEST.fields_by_name['parent']._serialized_options = b'\340A\002\372A,\022*cloudquotas.googleapis.com/QuotaPreference'
|
40
|
+
_LISTQUOTAPREFERENCESREQUEST.fields_by_name['page_size']._options = None
|
41
|
+
_LISTQUOTAPREFERENCESREQUEST.fields_by_name['page_size']._serialized_options = b'\340A\001'
|
42
|
+
_LISTQUOTAPREFERENCESREQUEST.fields_by_name['page_token']._options = None
|
43
|
+
_LISTQUOTAPREFERENCESREQUEST.fields_by_name['page_token']._serialized_options = b'\340A\001'
|
44
|
+
_LISTQUOTAPREFERENCESREQUEST.fields_by_name['filter']._options = None
|
45
|
+
_LISTQUOTAPREFERENCESREQUEST.fields_by_name['filter']._serialized_options = b'\340A\001'
|
46
|
+
_LISTQUOTAPREFERENCESREQUEST.fields_by_name['order_by']._options = None
|
47
|
+
_LISTQUOTAPREFERENCESREQUEST.fields_by_name['order_by']._serialized_options = b'\340A\001'
|
48
|
+
_GETQUOTAPREFERENCEREQUEST.fields_by_name['name']._options = None
|
49
|
+
_GETQUOTAPREFERENCEREQUEST.fields_by_name['name']._serialized_options = b'\340A\002\372A,\n*cloudquotas.googleapis.com/QuotaPreference'
|
50
|
+
_CREATEQUOTAPREFERENCEREQUEST.fields_by_name['parent']._options = None
|
51
|
+
_CREATEQUOTAPREFERENCEREQUEST.fields_by_name['parent']._serialized_options = b'\340A\002\372A,\022*cloudquotas.googleapis.com/QuotaPreference'
|
52
|
+
_CREATEQUOTAPREFERENCEREQUEST.fields_by_name['quota_preference_id']._options = None
|
53
|
+
_CREATEQUOTAPREFERENCEREQUEST.fields_by_name['quota_preference_id']._serialized_options = b'\340A\001'
|
54
|
+
_CREATEQUOTAPREFERENCEREQUEST.fields_by_name['quota_preference']._options = None
|
55
|
+
_CREATEQUOTAPREFERENCEREQUEST.fields_by_name['quota_preference']._serialized_options = b'\340A\002'
|
56
|
+
_UPDATEQUOTAPREFERENCEREQUEST.fields_by_name['update_mask']._options = None
|
57
|
+
_UPDATEQUOTAPREFERENCEREQUEST.fields_by_name['update_mask']._serialized_options = b'\340A\001'
|
58
|
+
_UPDATEQUOTAPREFERENCEREQUEST.fields_by_name['quota_preference']._options = None
|
59
|
+
_UPDATEQUOTAPREFERENCEREQUEST.fields_by_name['quota_preference']._serialized_options = b'\340A\002'
|
60
|
+
_UPDATEQUOTAPREFERENCEREQUEST.fields_by_name['allow_missing']._options = None
|
61
|
+
_UPDATEQUOTAPREFERENCEREQUEST.fields_by_name['allow_missing']._serialized_options = b'\340A\001'
|
62
|
+
_UPDATEQUOTAPREFERENCEREQUEST.fields_by_name['validate_only']._options = None
|
63
|
+
_UPDATEQUOTAPREFERENCEREQUEST.fields_by_name['validate_only']._serialized_options = b'\340A\001'
|
64
|
+
_CLOUDQUOTAS._options = None
|
65
|
+
_CLOUDQUOTAS._serialized_options = b'\312A\032cloudquotas.googleapis.com\322A.https://www.googleapis.com/auth/cloud-platform'
|
66
|
+
_CLOUDQUOTAS.methods_by_name['ListQuotaInfos']._options = None
|
67
|
+
_CLOUDQUOTAS.methods_by_name['ListQuotaInfos']._serialized_options = b'\332A\006parent\202\323\344\223\002\271\001\0229/v1/{parent=projects/*/locations/*/services/*}/quotaInfosZ@\022>/v1/{parent=organizations/*/locations/*/services/*}/quotaInfosZ:\0228/v1/{parent=folders/*/locations/*/services/*}/quotaInfos'
|
68
|
+
_CLOUDQUOTAS.methods_by_name['GetQuotaInfo']._options = None
|
69
|
+
_CLOUDQUOTAS.methods_by_name['GetQuotaInfo']._serialized_options = b'\332A\004name\202\323\344\223\002\271\001\0229/v1/{name=projects/*/locations/*/services/*/quotaInfos/*}Z@\022>/v1/{name=organizations/*/locations/*/services/*/quotaInfos/*}Z:\0228/v1/{name=folders/*/locations/*/services/*/quotaInfos/*}'
|
70
|
+
_CLOUDQUOTAS.methods_by_name['ListQuotaPreferences']._options = None
|
71
|
+
_CLOUDQUOTAS.methods_by_name['ListQuotaPreferences']._serialized_options = b'\332A\006parent\202\323\344\223\002\252\001\0224/v1/{parent=projects/*/locations/*}/quotaPreferencesZ5\0223/v1/{parent=folders/*/locations/*}/quotaPreferencesZ;\0229/v1/{parent=organizations/*/locations/*}/quotaPreferences'
|
72
|
+
_CLOUDQUOTAS.methods_by_name['GetQuotaPreference']._options = None
|
73
|
+
_CLOUDQUOTAS.methods_by_name['GetQuotaPreference']._serialized_options = b'\332A\004name\202\323\344\223\002\252\001\0224/v1/{name=projects/*/locations/*/quotaPreferences/*}Z;\0229/v1/{name=organizations/*/locations/*/quotaPreferences/*}Z5\0223/v1/{name=folders/*/locations/*/quotaPreferences/*}'
|
74
|
+
_CLOUDQUOTAS.methods_by_name['CreateQuotaPreference']._options = None
|
75
|
+
_CLOUDQUOTAS.methods_by_name['CreateQuotaPreference']._serialized_options = b'\332A+parent,quota_preference,quota_preference_id\332A\027parent,quota_preference\202\323\344\223\002\340\001\"4/v1/{parent=projects/*/locations/*}/quotaPreferences:\020quota_preferenceZG\"3/v1/{parent=folders/*/locations/*}/quotaPreferences:\020quota_preferenceZM\"9/v1/{parent=organizations/*/locations/*}/quotaPreferences:\020quota_preference'
|
76
|
+
_CLOUDQUOTAS.methods_by_name['UpdateQuotaPreference']._options = None
|
77
|
+
_CLOUDQUOTAS.methods_by_name['UpdateQuotaPreference']._serialized_options = b'\332A\034quota_preference,update_mask\202\323\344\223\002\223\0022E/v1/{quota_preference.name=projects/*/locations/*/quotaPreferences/*}:\020quota_preferenceZX2D/v1/{quota_preference.name=folders/*/locations/*/quotaPreferences/*}:\020quota_preferenceZ^2J/v1/{quota_preference.name=organizations/*/locations/*/quotaPreferences/*}:\020quota_preference'
|
78
|
+
_globals['_LISTQUOTAINFOSREQUEST']._serialized_start=267
|
79
|
+
_globals['_LISTQUOTAINFOSREQUEST']._serialized_end=401
|
80
|
+
_globals['_LISTQUOTAINFOSRESPONSE']._serialized_start=403
|
81
|
+
_globals['_LISTQUOTAINFOSRESPONSE']._serialized_end=511
|
82
|
+
_globals['_GETQUOTAINFOREQUEST']._serialized_start=513
|
83
|
+
_globals['_GETQUOTAINFOREQUEST']._serialized_end=594
|
84
|
+
_globals['_LISTQUOTAPREFERENCESREQUEST']._serialized_start=597
|
85
|
+
_globals['_LISTQUOTAPREFERENCESREQUEST']._serialized_end=787
|
86
|
+
_globals['_LISTQUOTAPREFERENCESRESPONSE']._serialized_start=790
|
87
|
+
_globals['_LISTQUOTAPREFERENCESRESPONSE']._serialized_end=937
|
88
|
+
_globals['_GETQUOTAPREFERENCEREQUEST']._serialized_start=939
|
89
|
+
_globals['_GETQUOTAPREFERENCEREQUEST']._serialized_end=1032
|
90
|
+
_globals['_CREATEQUOTAPREFERENCEREQUEST']._serialized_start=1035
|
91
|
+
_globals['_CREATEQUOTAPREFERENCEREQUEST']._serialized_end=1317
|
92
|
+
_globals['_UPDATEQUOTAPREFERENCEREQUEST']._serialized_start=1320
|
93
|
+
_globals['_UPDATEQUOTAPREFERENCEREQUEST']._serialized_end=1610
|
94
|
+
_globals['_CLOUDQUOTAS']._serialized_start=1613
|
95
|
+
_globals['_CLOUDQUOTAS']._serialized_end=3846
|
96
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,96 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: google/api/cloudquotas/v1/resources.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
|
15
|
+
from google.api import resource_pb2 as google_dot_api_dot_resource__pb2
|
16
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
17
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
18
|
+
|
19
|
+
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)google/api/cloudquotas/v1/resources.proto\x12\x19google.api.cloudquotas.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\x9f\x07\n\tQuotaInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08quota_id\x18\x02 \x01(\t\x12\x0e\n\x06metric\x18\x03 \x01(\t\x12\x0f\n\x07service\x18\x04 \x01(\t\x12\x12\n\nis_precise\x18\x05 \x01(\x08\x12\x18\n\x10refresh_interval\x18\x06 \x01(\t\x12J\n\x0e\x63ontainer_type\x18\x07 \x01(\x0e\x32\x32.google.api.cloudquotas.v1.QuotaInfo.ContainerType\x12\x12\n\ndimensions\x18\x08 \x03(\t\x12\x1b\n\x13metric_display_name\x18\t \x01(\t\x12\x1a\n\x12quota_display_name\x18\n \x01(\t\x12\x13\n\x0bmetric_unit\x18\x0b \x01(\t\x12W\n\x1aquota_increase_eligibility\x18\x0c \x01(\x0b\x32\x33.google.api.cloudquotas.v1.QuotaIncreaseEligibility\x12\x10\n\x08is_fixed\x18\r \x01(\x08\x12\x43\n\x10\x64imensions_infos\x18\x0e \x03(\x0b\x32).google.api.cloudquotas.v1.DimensionsInfo\x12\x15\n\ris_concurrent\x18\x0f \x01(\x08\x12!\n\x19service_request_quota_uri\x18\x11 \x01(\t\"Z\n\rContainerType\x12\x1e\n\x1a\x43ONTAINER_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07PROJECT\x10\x01\x12\n\n\x06\x46OLDER\x10\x02\x12\x10\n\x0cORGANIZATION\x10\x03:\xae\x02\xea\x41\xaa\x02\n$cloudquotas.googleapis.com/QuotaInfo\x12Rprojects/{project}/locations/{location}/services/{service}/quotaInfos/{quota_info}\x12Pfolders/{folder}/locations/{location}/services/{service}/quotaInfos/{quota_info}\x12\\organizations/{organization}/locations/{location}/services/{service}/quotaInfos/{quota_info}\"\xfc\x01\n\x18QuotaIncreaseEligibility\x12\x13\n\x0bis_eligible\x18\x01 \x01(\x08\x12\x65\n\x14ineligibility_reason\x18\x02 \x01(\x0e\x32G.google.api.cloudquotas.v1.QuotaIncreaseEligibility.IneligibilityReason\"d\n\x13IneligibilityReason\x12$\n INELIGIBILITY_REASON_UNSPECIFIED\x10\x00\x12\x1c\n\x18NO_VALID_BILLING_ACCOUNT\x10\x01\x12\t\n\x05OTHER\x10\x02\"\x85\x06\n\x0fQuotaPreference\x12\x0c\n\x04name\x18\x01 \x01(\t\x12S\n\ndimensions\x18\x02 \x03(\x0b\x32:.google.api.cloudquotas.v1.QuotaPreference.DimensionsEntryB\x03\xe0\x41\x05\x12\x41\n\x0cquota_config\x18\x03 \x01(\x0b\x32&.google.api.cloudquotas.v1.QuotaConfigB\x03\xe0\x41\x02\x12\x11\n\x04\x65tag\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x14\n\x07service\x18\x07 \x01(\tB\x03\xe0\x41\x02\x12\x15\n\x08quota_id\x18\x08 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x0breconciling\x18\n \x01(\x08\x42\x03\xe0\x41\x03\x12\x15\n\rjustification\x18\x0b \x01(\t\x12\x1a\n\rcontact_email\x18\x0c \x01(\tB\x03\xe0\x41\x04\x1a\x31\n\x0f\x44imensionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x9f\x02\xea\x41\x9b\x02\n*cloudquotas.googleapis.com/QuotaPreference\x12Kprojects/{project}/locations/{location}/quotaPreferences/{quota_preference}\x12Ifolders/{folder}/locations/{location}/quotaPreferences/{quota_preference}\x12Uorganizations/{organization}/locations/{location}/quotaPreferences/{quota_preference}\"\xb1\x03\n\x0bQuotaConfig\x12\x1c\n\x0fpreferred_value\x18\x01 \x01(\x03\x42\x03\xe0\x41\x02\x12\x19\n\x0cstate_detail\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x37\n\rgranted_value\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x03\xe0\x41\x03\x12\x15\n\x08trace_id\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12Q\n\x0b\x61nnotations\x18\x05 \x03(\x0b\x32\x37.google.api.cloudquotas.v1.QuotaConfig.AnnotationsEntryB\x03\xe0\x41\x01\x12J\n\x0erequest_origin\x18\x06 \x01(\x0e\x32-.google.api.cloudquotas.v1.QuotaConfig.OriginB\x03\xe0\x41\x03\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"F\n\x06Origin\x12\x16\n\x12ORIGIN_UNSPECIFIED\x10\x00\x12\x11\n\rCLOUD_CONSOLE\x10\x01\x12\x11\n\rAUTO_ADJUSTER\x10\x02\"\xea\x01\n\x0e\x44imensionsInfo\x12M\n\ndimensions\x18\x01 \x03(\x0b\x32\x39.google.api.cloudquotas.v1.DimensionsInfo.DimensionsEntry\x12\x38\n\x07\x64\x65tails\x18\x02 \x01(\x0b\x32\'.google.api.cloudquotas.v1.QuotaDetails\x12\x1c\n\x14\x61pplicable_locations\x18\x03 \x03(\t\x1a\x31\n\x0f\x44imensionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"[\n\x0cQuotaDetails\x12\r\n\x05value\x18\x01 \x01(\x03\x12<\n\x0crollout_info\x18\x03 \x01(\x0b\x32&.google.api.cloudquotas.v1.RolloutInfo\"&\n\x0bRolloutInfo\x12\x17\n\x0fongoing_rollout\x18\x01 \x01(\x08*~\n\x10QuotaSafetyCheck\x12\"\n\x1eQUOTA_SAFETY_CHECK_UNSPECIFIED\x10\x00\x12\x1e\n\x1aQUOTA_DECREASE_BELOW_USAGE\x10\x01\x12&\n\"QUOTA_DECREASE_PERCENTAGE_TOO_HIGH\x10\x02\x42\xd1\x01\n\x1d\x63om.google.api.cloudquotas.v1B\x0eResourcesProtoP\x01ZAcloud.google.com/go/cloudquotas/apiv1/cloudquotaspb;cloudquotaspb\xaa\x02\x1bGoogle.Cloud.CloudQuotas.V1\xca\x02\x1bGoogle\\Cloud\\CloudQuotas\\V1\xea\x02\x1eGoogle::Cloud::CloudQuotas::V1b\x06proto3')
|
21
|
+
|
22
|
+
_globals = globals()
|
23
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
24
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'google.api.cloudquotas.v1.resources_pb2', _globals)
|
25
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
26
|
+
DESCRIPTOR._options = None
|
27
|
+
DESCRIPTOR._serialized_options = b'\n\035com.google.api.cloudquotas.v1B\016ResourcesProtoP\001ZAcloud.google.com/go/cloudquotas/apiv1/cloudquotaspb;cloudquotaspb\252\002\033Google.Cloud.CloudQuotas.V1\312\002\033Google\\Cloud\\CloudQuotas\\V1\352\002\036Google::Cloud::CloudQuotas::V1'
|
28
|
+
_QUOTAINFO._options = None
|
29
|
+
_QUOTAINFO._serialized_options = b'\352A\252\002\n$cloudquotas.googleapis.com/QuotaInfo\022Rprojects/{project}/locations/{location}/services/{service}/quotaInfos/{quota_info}\022Pfolders/{folder}/locations/{location}/services/{service}/quotaInfos/{quota_info}\022\\organizations/{organization}/locations/{location}/services/{service}/quotaInfos/{quota_info}'
|
30
|
+
_QUOTAPREFERENCE_DIMENSIONSENTRY._options = None
|
31
|
+
_QUOTAPREFERENCE_DIMENSIONSENTRY._serialized_options = b'8\001'
|
32
|
+
_QUOTAPREFERENCE.fields_by_name['dimensions']._options = None
|
33
|
+
_QUOTAPREFERENCE.fields_by_name['dimensions']._serialized_options = b'\340A\005'
|
34
|
+
_QUOTAPREFERENCE.fields_by_name['quota_config']._options = None
|
35
|
+
_QUOTAPREFERENCE.fields_by_name['quota_config']._serialized_options = b'\340A\002'
|
36
|
+
_QUOTAPREFERENCE.fields_by_name['etag']._options = None
|
37
|
+
_QUOTAPREFERENCE.fields_by_name['etag']._serialized_options = b'\340A\001'
|
38
|
+
_QUOTAPREFERENCE.fields_by_name['create_time']._options = None
|
39
|
+
_QUOTAPREFERENCE.fields_by_name['create_time']._serialized_options = b'\340A\003'
|
40
|
+
_QUOTAPREFERENCE.fields_by_name['update_time']._options = None
|
41
|
+
_QUOTAPREFERENCE.fields_by_name['update_time']._serialized_options = b'\340A\003'
|
42
|
+
_QUOTAPREFERENCE.fields_by_name['service']._options = None
|
43
|
+
_QUOTAPREFERENCE.fields_by_name['service']._serialized_options = b'\340A\002'
|
44
|
+
_QUOTAPREFERENCE.fields_by_name['quota_id']._options = None
|
45
|
+
_QUOTAPREFERENCE.fields_by_name['quota_id']._serialized_options = b'\340A\002'
|
46
|
+
_QUOTAPREFERENCE.fields_by_name['reconciling']._options = None
|
47
|
+
_QUOTAPREFERENCE.fields_by_name['reconciling']._serialized_options = b'\340A\003'
|
48
|
+
_QUOTAPREFERENCE.fields_by_name['contact_email']._options = None
|
49
|
+
_QUOTAPREFERENCE.fields_by_name['contact_email']._serialized_options = b'\340A\004'
|
50
|
+
_QUOTAPREFERENCE._options = None
|
51
|
+
_QUOTAPREFERENCE._serialized_options = b'\352A\233\002\n*cloudquotas.googleapis.com/QuotaPreference\022Kprojects/{project}/locations/{location}/quotaPreferences/{quota_preference}\022Ifolders/{folder}/locations/{location}/quotaPreferences/{quota_preference}\022Uorganizations/{organization}/locations/{location}/quotaPreferences/{quota_preference}'
|
52
|
+
_QUOTACONFIG_ANNOTATIONSENTRY._options = None
|
53
|
+
_QUOTACONFIG_ANNOTATIONSENTRY._serialized_options = b'8\001'
|
54
|
+
_QUOTACONFIG.fields_by_name['preferred_value']._options = None
|
55
|
+
_QUOTACONFIG.fields_by_name['preferred_value']._serialized_options = b'\340A\002'
|
56
|
+
_QUOTACONFIG.fields_by_name['state_detail']._options = None
|
57
|
+
_QUOTACONFIG.fields_by_name['state_detail']._serialized_options = b'\340A\003'
|
58
|
+
_QUOTACONFIG.fields_by_name['granted_value']._options = None
|
59
|
+
_QUOTACONFIG.fields_by_name['granted_value']._serialized_options = b'\340A\003'
|
60
|
+
_QUOTACONFIG.fields_by_name['trace_id']._options = None
|
61
|
+
_QUOTACONFIG.fields_by_name['trace_id']._serialized_options = b'\340A\003'
|
62
|
+
_QUOTACONFIG.fields_by_name['annotations']._options = None
|
63
|
+
_QUOTACONFIG.fields_by_name['annotations']._serialized_options = b'\340A\001'
|
64
|
+
_QUOTACONFIG.fields_by_name['request_origin']._options = None
|
65
|
+
_QUOTACONFIG.fields_by_name['request_origin']._serialized_options = b'\340A\003'
|
66
|
+
_DIMENSIONSINFO_DIMENSIONSENTRY._options = None
|
67
|
+
_DIMENSIONSINFO_DIMENSIONSENTRY._serialized_options = b'8\001'
|
68
|
+
_globals['_QUOTASAFETYCHECK']._serialized_start=2964
|
69
|
+
_globals['_QUOTASAFETYCHECK']._serialized_end=3090
|
70
|
+
_globals['_QUOTAINFO']._serialized_start=198
|
71
|
+
_globals['_QUOTAINFO']._serialized_end=1125
|
72
|
+
_globals['_QUOTAINFO_CONTAINERTYPE']._serialized_start=730
|
73
|
+
_globals['_QUOTAINFO_CONTAINERTYPE']._serialized_end=820
|
74
|
+
_globals['_QUOTAINCREASEELIGIBILITY']._serialized_start=1128
|
75
|
+
_globals['_QUOTAINCREASEELIGIBILITY']._serialized_end=1380
|
76
|
+
_globals['_QUOTAINCREASEELIGIBILITY_INELIGIBILITYREASON']._serialized_start=1280
|
77
|
+
_globals['_QUOTAINCREASEELIGIBILITY_INELIGIBILITYREASON']._serialized_end=1380
|
78
|
+
_globals['_QUOTAPREFERENCE']._serialized_start=1383
|
79
|
+
_globals['_QUOTAPREFERENCE']._serialized_end=2156
|
80
|
+
_globals['_QUOTAPREFERENCE_DIMENSIONSENTRY']._serialized_start=1817
|
81
|
+
_globals['_QUOTAPREFERENCE_DIMENSIONSENTRY']._serialized_end=1866
|
82
|
+
_globals['_QUOTACONFIG']._serialized_start=2159
|
83
|
+
_globals['_QUOTACONFIG']._serialized_end=2592
|
84
|
+
_globals['_QUOTACONFIG_ANNOTATIONSENTRY']._serialized_start=2470
|
85
|
+
_globals['_QUOTACONFIG_ANNOTATIONSENTRY']._serialized_end=2520
|
86
|
+
_globals['_QUOTACONFIG_ORIGIN']._serialized_start=2522
|
87
|
+
_globals['_QUOTACONFIG_ORIGIN']._serialized_end=2592
|
88
|
+
_globals['_DIMENSIONSINFO']._serialized_start=2595
|
89
|
+
_globals['_DIMENSIONSINFO']._serialized_end=2829
|
90
|
+
_globals['_DIMENSIONSINFO_DIMENSIONSENTRY']._serialized_start=1817
|
91
|
+
_globals['_DIMENSIONSINFO_DIMENSIONSENTRY']._serialized_end=1866
|
92
|
+
_globals['_QUOTADETAILS']._serialized_start=2831
|
93
|
+
_globals['_QUOTADETAILS']._serialized_end=2922
|
94
|
+
_globals['_ROLLOUTINFO']._serialized_start=2924
|
95
|
+
_globals['_ROLLOUTINFO']._serialized_end=2962
|
96
|
+
# @@protoc_insertion_point(module_scope)
|
google/api/control_pb2.py
CHANGED
@@ -11,9 +11,10 @@ from google.protobuf.internal import builder as _builder
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
12
12
|
|
13
13
|
|
14
|
+
from google.api import policy_pb2 as google_dot_api_dot_policy__pb2
|
14
15
|
|
15
16
|
|
16
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18google/api/control.proto\x12\ngoogle.api\"\
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18google/api/control.proto\x12\ngoogle.api\x1a\x17google/api/policy.proto\"Q\n\x07\x43ontrol\x12\x13\n\x0b\x65nvironment\x18\x01 \x01(\t\x12\x31\n\x0fmethod_policies\x18\x04 \x03(\x0b\x32\x18.google.api.MethodPolicyBn\n\x0e\x63om.google.apiB\x0c\x43ontrolProtoP\x01ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\xa2\x02\x04GAPIb\x06proto3')
|
17
18
|
|
18
19
|
_globals = globals()
|
19
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -21,6 +22,6 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'google.api.control_pb2', _g
|
|
21
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
22
23
|
DESCRIPTOR._options = None
|
23
24
|
DESCRIPTOR._serialized_options = b'\n\016com.google.apiB\014ControlProtoP\001ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\242\002\004GAPI'
|
24
|
-
_globals['_CONTROL']._serialized_start=
|
25
|
-
_globals['_CONTROL']._serialized_end=
|
25
|
+
_globals['_CONTROL']._serialized_start=65
|
26
|
+
_globals['_CONTROL']._serialized_end=146
|
26
27
|
# @@protoc_insertion_point(module_scope)
|