py2docfx 0.1.11rc1981066__py3-none-any.whl → 0.1.11rc1996319__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.
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/authorization_code.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azd_cli.py +20 -14
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_arc.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_cli.py +36 -14
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_powershell.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/chained.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/default.py +4 -3
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/imds.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/managed_identity.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/__init__.py +2 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/auth_code_redirect_handler.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/decorators.py +15 -7
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/interactive.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/managed_identity_client.py +0 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/msal_client.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/msal_managed_identity_client.py +2 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/shared_token_cache.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/utils.py +17 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_version.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azd_cli.py +14 -11
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_cli.py +30 -12
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/default.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/imds.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/managed_identity.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_internal/decorators.py +15 -7
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_internal/managed_identity_client.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/__about__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/google/api/annotations_pb2.py +7 -4
- py2docfx/venv/venv1/Lib/site-packages/google/api/auth_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/backend_pb2.py +14 -7
- py2docfx/venv/venv1/Lib/site-packages/google/api/billing_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/client_pb2.py +47 -38
- py2docfx/venv/venv1/Lib/site-packages/google/api/config_change_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/consumer_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/context_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/control_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/api/distribution_pb2.py +7 -5
- py2docfx/venv/venv1/Lib/site-packages/google/api/documentation_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/endpoint_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/error_reason_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/field_behavior_pb2.py +8 -6
- py2docfx/venv/venv1/Lib/site-packages/google/api/field_info_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/api/http_pb2.py +7 -4
- py2docfx/venv/venv1/Lib/site-packages/google/api/httpbody_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/api/label_pb2.py +7 -4
- py2docfx/venv/venv1/Lib/site-packages/google/api/launch_stage_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/log_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/api/logging_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/metric_pb2.py +12 -9
- py2docfx/venv/venv1/Lib/site-packages/google/api/monitored_resource_pb2.py +15 -10
- py2docfx/venv/venv1/Lib/site-packages/google/api/monitoring_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/policy_pb2.py +7 -5
- py2docfx/venv/venv1/Lib/site-packages/google/api/quota_pb2.py +10 -7
- py2docfx/venv/venv1/Lib/site-packages/google/api/resource_pb2.py +7 -5
- py2docfx/venv/venv1/Lib/site-packages/google/api/routing_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/api/service_pb2.py +15 -12
- py2docfx/venv/venv1/Lib/site-packages/google/api/source_info_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/api/system_parameter_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/usage_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/api/visibility_pb2.py +7 -5
- py2docfx/venv/venv1/Lib/site-packages/google/cloud/extended_operations_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/cloud/location/locations_pb2.py +18 -13
- py2docfx/venv/venv1/Lib/site-packages/google/gapic/metadata/gapic_metadata_pb2.py +31 -26
- py2docfx/venv/venv1/Lib/site-packages/google/logging/type/http_request_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/logging/type/log_severity_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_grpc.py +2 -1
- py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_grpc_pb2.py +11 -10
- py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_pb2.py +20 -17
- py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_pb2_grpc.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_proto.py +2 -1
- py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_proto_pb2.py +22 -19
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/code_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/attribute_context_pb2.py +20 -16
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/audit_context_pb2.py +7 -5
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/error_details_pb2.py +21 -19
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/http_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/status_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/type/calendar_period_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/color_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/type/date_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/datetime_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/type/dayofweek_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/decimal_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/expr_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/fraction_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/interval_pb2.py +6 -4
- py2docfx/venv/venv1/Lib/site-packages/google/type/latlng_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/localized_text_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/money_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/month_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/phone_number_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/postal_address_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/quaternion_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/google/type/timeofday_pb2.py +6 -3
- py2docfx/venv/venv1/Lib/site-packages/psutil/__init__.py +122 -201
- py2docfx/venv/venv1/Lib/site-packages/psutil/_common.py +84 -128
- py2docfx/venv/venv1/Lib/site-packages/psutil/_psaix.py +24 -38
- py2docfx/venv/venv1/Lib/site-packages/psutil/_psbsd.py +44 -58
- py2docfx/venv/venv1/Lib/site-packages/psutil/_pslinux.py +170 -254
- py2docfx/venv/venv1/Lib/site-packages/psutil/_psosx.py +8 -16
- py2docfx/venv/venv1/Lib/site-packages/psutil/_psposix.py +13 -49
- py2docfx/venv/venv1/Lib/site-packages/psutil/_pssunos.py +41 -60
- py2docfx/venv/venv1/Lib/site-packages/psutil/_pswindows.py +75 -145
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/__init__.py +105 -193
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_aix.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_bsd.py +27 -26
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_connections.py +16 -17
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_contracts.py +5 -19
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_linux.py +153 -211
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_memleaks.py +0 -6
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_misc.py +22 -207
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_osx.py +9 -4
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_posix.py +8 -15
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_process.py +104 -184
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_process_all.py +28 -36
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_scripts.py +240 -0
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_sunos.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_system.py +44 -50
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_testutils.py +23 -33
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_unicode.py +8 -67
- py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_windows.py +32 -52
- {py2docfx-0.1.11rc1981066.dist-info → py2docfx-0.1.11rc1996319.dist-info}/METADATA +1 -1
- {py2docfx-0.1.11rc1981066.dist-info → py2docfx-0.1.11rc1996319.dist-info}/RECORD +125 -125
- py2docfx/venv/venv1/Lib/site-packages/psutil/_compat.py +0 -477
- {py2docfx-0.1.11rc1981066.dist-info → py2docfx-0.1.11rc1996319.dist-info}/WHEEL +0 -0
- {py2docfx-0.1.11rc1981066.dist-info → py2docfx-0.1.11rc1996319.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/api/quota.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -35,12 +36,14 @@ _globals = globals()
|
|
35
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
36
37
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.api.quota_pb2", _globals)
|
37
38
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
38
|
-
DESCRIPTOR._options = None
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
39
|
+
_globals["DESCRIPTOR"]._options = None
|
40
|
+
_globals[
|
41
|
+
"DESCRIPTOR"
|
42
|
+
]._serialized_options = b"\n\016com.google.apiB\nQuotaProtoP\001ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\242\002\004GAPI"
|
43
|
+
_globals["_METRICRULE_METRICCOSTSENTRY"]._options = None
|
44
|
+
_globals["_METRICRULE_METRICCOSTSENTRY"]._serialized_options = b"8\001"
|
45
|
+
_globals["_QUOTALIMIT_VALUESENTRY"]._options = None
|
46
|
+
_globals["_QUOTALIMIT_VALUESENTRY"]._serialized_options = b"8\001"
|
44
47
|
_globals["_QUOTA"]._serialized_start = 38
|
45
48
|
_globals["_QUOTA"]._serialized_end = 131
|
46
49
|
_globals["_METRICRULE"]._serialized_start = 134
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/api/resource.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -29,17 +30,18 @@ _sym_db = _symbol_database.Default()
|
|
29
30
|
|
30
31
|
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
31
32
|
|
32
|
-
|
33
33
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
34
|
-
b'\n\x19google/api/resource.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto"\xee\x02\n\x12ResourceDescriptor\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0f\n\x07pattern\x18\x02 \x03(\t\x12\x12\n\nname_field\x18\x03 \x01(\t\x12\x37\n\x07history\x18\x04 \x01(\x0e\x32&.google.api.ResourceDescriptor.History\x12\x0e\n\x06plural\x18\x05 \x01(\t\x12\x10\n\x08singular\x18\x06 \x01(\t\x12\x33\n\x05style\x18\n \x03(\x0e\x32$.google.api.ResourceDescriptor.Style"[\n\x07History\x12\x17\n\x13HISTORY_UNSPECIFIED\x10\x00\x12\x1d\n\x19ORIGINALLY_SINGLE_PATTERN\x10\x01\x12\x18\n\x14\x46UTURE_MULTI_PATTERN\x10\x02"8\n\x05Style\x12\x15\n\x11STYLE_UNSPECIFIED\x10\x00\x12\x18\n\x14\x44\x45\x43LARATIVE_FRIENDLY\x10\x01"5\n\x11ResourceReference\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x12\n\nchild_type\x18\x02 \x01(\t:Y\n\x12resource_reference\x12\x1d.google.protobuf.FieldOptions\x18\x9f\x08 \x01(\x0b\x32\x1d.google.api.ResourceReference:Z\n\x13resource_definition\x12\x1c.google.protobuf.FileOptions\x18\x9d\x08 \x03(\x0b\x32\x1e.google.api.ResourceDescriptor:R\n\x08resource\x12\x1f.google.protobuf.MessageOptions\x18\x9d\x08 \x01(\x0b\x32\x1e.google.api.
|
34
|
+
b'\n\x19google/api/resource.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto"\xee\x02\n\x12ResourceDescriptor\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0f\n\x07pattern\x18\x02 \x03(\t\x12\x12\n\nname_field\x18\x03 \x01(\t\x12\x37\n\x07history\x18\x04 \x01(\x0e\x32&.google.api.ResourceDescriptor.History\x12\x0e\n\x06plural\x18\x05 \x01(\t\x12\x10\n\x08singular\x18\x06 \x01(\t\x12\x33\n\x05style\x18\n \x03(\x0e\x32$.google.api.ResourceDescriptor.Style"[\n\x07History\x12\x17\n\x13HISTORY_UNSPECIFIED\x10\x00\x12\x1d\n\x19ORIGINALLY_SINGLE_PATTERN\x10\x01\x12\x18\n\x14\x46UTURE_MULTI_PATTERN\x10\x02"8\n\x05Style\x12\x15\n\x11STYLE_UNSPECIFIED\x10\x00\x12\x18\n\x14\x44\x45\x43LARATIVE_FRIENDLY\x10\x01"5\n\x11ResourceReference\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x12\n\nchild_type\x18\x02 \x01(\t:Y\n\x12resource_reference\x12\x1d.google.protobuf.FieldOptions\x18\x9f\x08 \x01(\x0b\x32\x1d.google.api.ResourceReference:Z\n\x13resource_definition\x12\x1c.google.protobuf.FileOptions\x18\x9d\x08 \x03(\x0b\x32\x1e.google.api.ResourceDescriptor:R\n\x08resource\x12\x1f.google.protobuf.MessageOptions\x18\x9d\x08 \x01(\x0b\x32\x1e.google.api.ResourceDescriptorBk\n\x0e\x63om.google.apiB\rResourceProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3'
|
35
35
|
)
|
36
36
|
|
37
37
|
_globals = globals()
|
38
38
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
39
39
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.api.resource_pb2", _globals)
|
40
40
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
41
|
-
DESCRIPTOR._options = None
|
42
|
-
|
41
|
+
_globals["DESCRIPTOR"]._options = None
|
42
|
+
_globals[
|
43
|
+
"DESCRIPTOR"
|
44
|
+
]._serialized_options = b"\n\016com.google.apiB\rResourceProtoP\001ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\242\002\004GAPI"
|
43
45
|
_globals["_RESOURCEDESCRIPTOR"]._serialized_start = 76
|
44
46
|
_globals["_RESOURCEDESCRIPTOR"]._serialized_end = 442
|
45
47
|
_globals["_RESOURCEDESCRIPTOR_HISTORY"]._serialized_start = 293
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/api/routing.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -29,7 +30,6 @@ _sym_db = _symbol_database.Default()
|
|
29
30
|
|
30
31
|
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
31
32
|
|
32
|
-
|
33
33
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
34
34
|
b'\n\x18google/api/routing.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto"G\n\x0bRoutingRule\x12\x38\n\x12routing_parameters\x18\x02 \x03(\x0b\x32\x1c.google.api.RoutingParameter"8\n\x10RoutingParameter\x12\r\n\x05\x66ield\x18\x01 \x01(\t\x12\x15\n\rpath_template\x18\x02 \x01(\t:K\n\x07routing\x12\x1e.google.protobuf.MethodOptions\x18\xb1\xca\xbc" \x01(\x0b\x32\x17.google.api.RoutingRuleBj\n\x0e\x63om.google.apiB\x0cRoutingProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3'
|
35
35
|
)
|
@@ -38,8 +38,10 @@ _globals = globals()
|
|
38
38
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
39
39
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.api.routing_pb2", _globals)
|
40
40
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
41
|
-
DESCRIPTOR._options = None
|
42
|
-
|
41
|
+
_globals["DESCRIPTOR"]._options = None
|
42
|
+
_globals[
|
43
|
+
"DESCRIPTOR"
|
44
|
+
]._serialized_options = b"\n\016com.google.apiB\014RoutingProtoP\001ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\242\002\004GAPI"
|
43
45
|
_globals["_ROUTINGRULE"]._serialized_start = 74
|
44
46
|
_globals["_ROUTINGRULE"]._serialized_end = 145
|
45
47
|
_globals["_ROUTINGPARAMETER"]._serialized_start = 147
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/api/service.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -27,30 +28,30 @@ from google.protobuf.internal import builder as _builder
|
|
27
28
|
_sym_db = _symbol_database.Default()
|
28
29
|
|
29
30
|
|
31
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
32
|
+
from google.protobuf import api_pb2 as google_dot_protobuf_dot_api__pb2
|
33
|
+
from google.protobuf import type_pb2 as google_dot_protobuf_dot_type__pb2
|
34
|
+
|
35
|
+
from google.api import documentation_pb2 as google_dot_api_dot_documentation__pb2
|
36
|
+
from google.api import (
|
37
|
+
monitored_resource_pb2 as google_dot_api_dot_monitored__resource__pb2,
|
38
|
+
)
|
39
|
+
from google.api import system_parameter_pb2 as google_dot_api_dot_system__parameter__pb2
|
30
40
|
from google.api import auth_pb2 as google_dot_api_dot_auth__pb2
|
31
41
|
from google.api import backend_pb2 as google_dot_api_dot_backend__pb2
|
32
42
|
from google.api import billing_pb2 as google_dot_api_dot_billing__pb2
|
33
43
|
from google.api import client_pb2 as google_dot_api_dot_client__pb2
|
34
44
|
from google.api import context_pb2 as google_dot_api_dot_context__pb2
|
35
45
|
from google.api import control_pb2 as google_dot_api_dot_control__pb2
|
36
|
-
from google.api import documentation_pb2 as google_dot_api_dot_documentation__pb2
|
37
46
|
from google.api import endpoint_pb2 as google_dot_api_dot_endpoint__pb2
|
38
47
|
from google.api import http_pb2 as google_dot_api_dot_http__pb2
|
39
48
|
from google.api import log_pb2 as google_dot_api_dot_log__pb2
|
40
49
|
from google.api import logging_pb2 as google_dot_api_dot_logging__pb2
|
41
50
|
from google.api import metric_pb2 as google_dot_api_dot_metric__pb2
|
42
|
-
from google.api import (
|
43
|
-
monitored_resource_pb2 as google_dot_api_dot_monitored__resource__pb2,
|
44
|
-
)
|
45
51
|
from google.api import monitoring_pb2 as google_dot_api_dot_monitoring__pb2
|
46
52
|
from google.api import quota_pb2 as google_dot_api_dot_quota__pb2
|
47
53
|
from google.api import source_info_pb2 as google_dot_api_dot_source__info__pb2
|
48
|
-
from google.api import system_parameter_pb2 as google_dot_api_dot_system__parameter__pb2
|
49
54
|
from google.api import usage_pb2 as google_dot_api_dot_usage__pb2
|
50
|
-
from google.protobuf import api_pb2 as google_dot_protobuf_dot_api__pb2
|
51
|
-
from google.protobuf import type_pb2 as google_dot_protobuf_dot_type__pb2
|
52
|
-
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
53
|
-
|
54
55
|
|
55
56
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
56
57
|
b"\n\x18google/api/service.proto\x12\ngoogle.api\x1a\x15google/api/auth.proto\x1a\x18google/api/backend.proto\x1a\x18google/api/billing.proto\x1a\x17google/api/client.proto\x1a\x18google/api/context.proto\x1a\x18google/api/control.proto\x1a\x1egoogle/api/documentation.proto\x1a\x19google/api/endpoint.proto\x1a\x15google/api/http.proto\x1a\x14google/api/log.proto\x1a\x18google/api/logging.proto\x1a\x17google/api/metric.proto\x1a#google/api/monitored_resource.proto\x1a\x1bgoogle/api/monitoring.proto\x1a\x16google/api/quota.proto\x1a\x1cgoogle/api/source_info.proto\x1a!google/api/system_parameter.proto\x1a\x16google/api/usage.proto\x1a\x19google/protobuf/api.proto\x1a\x1agoogle/protobuf/type.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\x82\x08\n\x07Service\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x1b\n\x13producer_project_id\x18\x16 \x01(\t\x12\n\n\x02id\x18! \x01(\t\x12\"\n\x04\x61pis\x18\x03 \x03(\x0b\x32\x14.google.protobuf.Api\x12$\n\x05types\x18\x04 \x03(\x0b\x32\x15.google.protobuf.Type\x12$\n\x05\x65nums\x18\x05 \x03(\x0b\x32\x15.google.protobuf.Enum\x12\x30\n\rdocumentation\x18\x06 \x01(\x0b\x32\x19.google.api.Documentation\x12$\n\x07\x62\x61\x63kend\x18\x08 \x01(\x0b\x32\x13.google.api.Backend\x12\x1e\n\x04http\x18\t \x01(\x0b\x32\x10.google.api.Http\x12 \n\x05quota\x18\n \x01(\x0b\x32\x11.google.api.Quota\x12\x32\n\x0e\x61uthentication\x18\x0b \x01(\x0b\x32\x1a.google.api.Authentication\x12$\n\x07\x63ontext\x18\x0c \x01(\x0b\x32\x13.google.api.Context\x12 \n\x05usage\x18\x0f \x01(\x0b\x32\x11.google.api.Usage\x12'\n\tendpoints\x18\x12 \x03(\x0b\x32\x14.google.api.Endpoint\x12$\n\x07\x63ontrol\x18\x15 \x01(\x0b\x32\x13.google.api.Control\x12'\n\x04logs\x18\x17 \x03(\x0b\x32\x19.google.api.LogDescriptor\x12-\n\x07metrics\x18\x18 \x03(\x0b\x32\x1c.google.api.MetricDescriptor\x12\x44\n\x13monitored_resources\x18\x19 \x03(\x0b\x32'.google.api.MonitoredResourceDescriptor\x12$\n\x07\x62illing\x18\x1a \x01(\x0b\x32\x13.google.api.Billing\x12$\n\x07logging\x18\x1b \x01(\x0b\x32\x13.google.api.Logging\x12*\n\nmonitoring\x18\x1c \x01(\x0b\x32\x16.google.api.Monitoring\x12\x37\n\x11system_parameters\x18\x1d \x01(\x0b\x32\x1c.google.api.SystemParameters\x12+\n\x0bsource_info\x18% \x01(\x0b\x32\x16.google.api.SourceInfo\x12*\n\npublishing\x18- \x01(\x0b\x32\x16.google.api.Publishing\x12\x34\n\x0e\x63onfig_version\x18\x14 \x01(\x0b\x32\x1c.google.protobuf.UInt32ValueBn\n\x0e\x63om.google.apiB\x0cServiceProtoP\x01ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\xa2\x02\x04GAPIb\x06proto3"
|
@@ -60,8 +61,10 @@ _globals = globals()
|
|
60
61
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
61
62
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.api.service_pb2", _globals)
|
62
63
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
63
|
-
DESCRIPTOR._options = None
|
64
|
-
|
64
|
+
_globals["DESCRIPTOR"]._options = None
|
65
|
+
_globals[
|
66
|
+
"DESCRIPTOR"
|
67
|
+
]._serialized_options = b"\n\016com.google.apiB\014ServiceProtoP\001ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\242\002\004GAPI"
|
65
68
|
_globals["_SERVICE"]._serialized_start = 614
|
66
69
|
_globals["_SERVICE"]._serialized_end = 1640
|
67
70
|
# @@protoc_insertion_point(module_scope)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/api/source_info.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -29,7 +30,6 @@ _sym_db = _symbol_database.Default()
|
|
29
30
|
|
30
31
|
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
31
32
|
|
32
|
-
|
33
33
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
34
34
|
b'\n\x1cgoogle/api/source_info.proto\x12\ngoogle.api\x1a\x19google/protobuf/any.proto"8\n\nSourceInfo\x12*\n\x0csource_files\x18\x01 \x03(\x0b\x32\x14.google.protobuf.AnyBq\n\x0e\x63om.google.apiB\x0fSourceInfoProtoP\x01ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\xa2\x02\x04GAPIb\x06proto3'
|
35
35
|
)
|
@@ -40,8 +40,10 @@ _builder.BuildTopDescriptorsAndMessages(
|
|
40
40
|
DESCRIPTOR, "google.api.source_info_pb2", _globals
|
41
41
|
)
|
42
42
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
43
|
-
DESCRIPTOR._options = None
|
44
|
-
|
43
|
+
_globals["DESCRIPTOR"]._options = None
|
44
|
+
_globals[
|
45
|
+
"DESCRIPTOR"
|
46
|
+
]._serialized_options = b"\n\016com.google.apiB\017SourceInfoProtoP\001ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\242\002\004GAPI"
|
45
47
|
_globals["_SOURCEINFO"]._serialized_start = 71
|
46
48
|
_globals["_SOURCEINFO"]._serialized_end = 127
|
47
49
|
# @@protoc_insertion_point(module_scope)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/api/system_parameter.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -37,8 +38,10 @@ _builder.BuildTopDescriptorsAndMessages(
|
|
37
38
|
DESCRIPTOR, "google.api.system_parameter_pb2", _globals
|
38
39
|
)
|
39
40
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
40
|
-
DESCRIPTOR._options = None
|
41
|
-
|
41
|
+
_globals["DESCRIPTOR"]._options = None
|
42
|
+
_globals[
|
43
|
+
"DESCRIPTOR"
|
44
|
+
]._serialized_options = b"\n\016com.google.apiB\024SystemParameterProtoP\001ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\242\002\004GAPI"
|
42
45
|
_globals["_SYSTEMPARAMETERS"]._serialized_start = 49
|
43
46
|
_globals["_SYSTEMPARAMETERS"]._serialized_end = 115
|
44
47
|
_globals["_SYSTEMPARAMETERRULE"]._serialized_start = 117
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/api/usage.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -35,8 +36,10 @@ _globals = globals()
|
|
35
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
36
37
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.api.usage_pb2", _globals)
|
37
38
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
38
|
-
DESCRIPTOR._options = None
|
39
|
-
|
39
|
+
_globals["DESCRIPTOR"]._options = None
|
40
|
+
_globals[
|
41
|
+
"DESCRIPTOR"
|
42
|
+
]._serialized_options = b"\n\016com.google.apiB\nUsageProtoP\001ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\242\002\004GAPI"
|
40
43
|
_globals["_USAGE"]._serialized_start = 38
|
41
44
|
_globals["_USAGE"]._serialized_end = 144
|
42
45
|
_globals["_USAGERULE"]._serialized_start = 146
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/api/visibility.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -29,9 +30,8 @@ _sym_db = _symbol_database.Default()
|
|
29
30
|
|
30
31
|
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
31
32
|
|
32
|
-
|
33
33
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
34
|
-
b'\n\x1bgoogle/api/visibility.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto"7\n\nVisibility\x12)\n\x05rules\x18\x01 \x03(\x0b\x32\x1a.google.api.VisibilityRule"7\n\x0eVisibilityRule\x12\x10\n\x08selector\x18\x01 \x01(\t\x12\x13\n\x0brestriction\x18\x02 \x01(\t:T\n\x0f\x65num_visibility\x12\x1c.google.protobuf.EnumOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.VisibilityRule:Z\n\x10value_visibility\x12!.google.protobuf.EnumValueOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.VisibilityRule:V\n\x10\x66ield_visibility\x12\x1d.google.protobuf.FieldOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.VisibilityRule:Z\n\x12message_visibility\x12\x1f.google.protobuf.MessageOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.VisibilityRule:X\n\x11method_visibility\x12\x1e.google.protobuf.MethodOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.VisibilityRule:V\n\x0e\x61pi_visibility\x12\x1f.google.protobuf.ServiceOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.
|
34
|
+
b'\n\x1bgoogle/api/visibility.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto"7\n\nVisibility\x12)\n\x05rules\x18\x01 \x03(\x0b\x32\x1a.google.api.VisibilityRule"7\n\x0eVisibilityRule\x12\x10\n\x08selector\x18\x01 \x01(\t\x12\x13\n\x0brestriction\x18\x02 \x01(\t:T\n\x0f\x65num_visibility\x12\x1c.google.protobuf.EnumOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.VisibilityRule:Z\n\x10value_visibility\x12!.google.protobuf.EnumValueOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.VisibilityRule:V\n\x10\x66ield_visibility\x12\x1d.google.protobuf.FieldOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.VisibilityRule:Z\n\x12message_visibility\x12\x1f.google.protobuf.MessageOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.VisibilityRule:X\n\x11method_visibility\x12\x1e.google.protobuf.MethodOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.VisibilityRule:V\n\x0e\x61pi_visibility\x12\x1f.google.protobuf.ServiceOptions\x18\xaf\xca\xbc" \x01(\x0b\x32\x1a.google.api.VisibilityRuleBk\n\x0e\x63om.google.apiB\x0fVisibilityProtoP\x01Z?google.golang.org/genproto/googleapis/api/visibility;visibility\xa2\x02\x04GAPIb\x06proto3'
|
35
35
|
)
|
36
36
|
|
37
37
|
_globals = globals()
|
@@ -40,8 +40,10 @@ _builder.BuildTopDescriptorsAndMessages(
|
|
40
40
|
DESCRIPTOR, "google.api.visibility_pb2", _globals
|
41
41
|
)
|
42
42
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
43
|
-
DESCRIPTOR._options = None
|
44
|
-
|
43
|
+
_globals["DESCRIPTOR"]._options = None
|
44
|
+
_globals[
|
45
|
+
"DESCRIPTOR"
|
46
|
+
]._serialized_options = b"\n\016com.google.apiB\017VisibilityProtoP\001Z?google.golang.org/genproto/googleapis/api/visibility;visibility\242\002\004GAPI"
|
45
47
|
_globals["_VISIBILITY"]._serialized_start = 77
|
46
48
|
_globals["_VISIBILITY"]._serialized_end = 132
|
47
49
|
_globals["_VISIBILITYRULE"]._serialized_start = 134
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/cloud/extended_operations.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -29,7 +30,6 @@ _sym_db = _symbol_database.Default()
|
|
29
30
|
|
30
31
|
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
31
32
|
|
32
|
-
|
33
33
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
34
34
|
b"\n&google/cloud/extended_operations.proto\x12\x0cgoogle.cloud\x1a google/protobuf/descriptor.proto*b\n\x18OperationResponseMapping\x12\r\n\tUNDEFINED\x10\x00\x12\x08\n\x04NAME\x10\x01\x12\n\n\x06STATUS\x10\x02\x12\x0e\n\nERROR_CODE\x10\x03\x12\x11\n\rERROR_MESSAGE\x10\x04:_\n\x0foperation_field\x12\x1d.google.protobuf.FieldOptions\x18\xfd\x08 \x01(\x0e\x32&.google.cloud.OperationResponseMapping:?\n\x17operation_request_field\x12\x1d.google.protobuf.FieldOptions\x18\xfe\x08 \x01(\t:@\n\x18operation_response_field\x12\x1d.google.protobuf.FieldOptions\x18\xff\x08 \x01(\t::\n\x11operation_service\x12\x1e.google.protobuf.MethodOptions\x18\xe1\t \x01(\t:A\n\x18operation_polling_method\x12\x1e.google.protobuf.MethodOptions\x18\xe2\t \x01(\x08\x42y\n\x10\x63om.google.cloudB\x17\x45xtendedOperationsProtoP\x01ZCgoogle.golang.org/genproto/googleapis/cloud/extendedops;extendedops\xa2\x02\x04GAPIb\x06proto3"
|
35
35
|
)
|
@@ -40,8 +40,10 @@ _builder.BuildTopDescriptorsAndMessages(
|
|
40
40
|
DESCRIPTOR, "google.cloud.extended_operations_pb2", _globals
|
41
41
|
)
|
42
42
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
43
|
-
DESCRIPTOR._options = None
|
44
|
-
|
43
|
+
_globals["DESCRIPTOR"]._options = None
|
44
|
+
_globals[
|
45
|
+
"DESCRIPTOR"
|
46
|
+
]._serialized_options = b"\n\020com.google.cloudB\027ExtendedOperationsProtoP\001ZCgoogle.golang.org/genproto/googleapis/cloud/extendedops;extendedops\242\002\004GAPI"
|
45
47
|
_globals["_OPERATIONRESPONSEMAPPING"]._serialized_start = 90
|
46
48
|
_globals["_OPERATIONRESPONSEMAPPING"]._serialized_end = 188
|
47
49
|
# @@protoc_insertion_point(module_scope)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/cloud/location/locations.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -27,10 +28,10 @@ from google.protobuf.internal import builder as _builder
|
|
27
28
|
_sym_db = _symbol_database.Default()
|
28
29
|
|
29
30
|
|
30
|
-
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
31
31
|
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
32
|
-
from google.api import client_pb2 as google_dot_api_dot_client__pb2
|
33
32
|
|
33
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
34
|
+
from google.api import client_pb2 as google_dot_api_dot_client__pb2
|
34
35
|
|
35
36
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
36
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'
|
@@ -42,18 +43,22 @@ _builder.BuildTopDescriptorsAndMessages(
|
|
42
43
|
DESCRIPTOR, "google.cloud.location.locations_pb2", _globals
|
43
44
|
)
|
44
45
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
45
|
-
DESCRIPTOR._options = None
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
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[
|
53
58
|
"ListLocations"
|
54
59
|
]._serialized_options = b"\202\323\344\223\0029\022\024/v1/{name=locations}Z!\022\037/v1/{name=projects/*}/locations"
|
55
|
-
_LOCATIONS.methods_by_name["GetLocation"]._options = None
|
56
|
-
_LOCATIONS.methods_by_name[
|
60
|
+
_globals["_LOCATIONS"].methods_by_name["GetLocation"]._options = None
|
61
|
+
_globals["_LOCATIONS"].methods_by_name[
|
57
62
|
"GetLocation"
|
58
63
|
]._serialized_options = b"\202\323\344\223\002=\022\026/v1/{name=locations/*}Z#\022!/v1/{name=projects/*/locations/*}"
|
59
64
|
_globals["_LISTLOCATIONSREQUEST"]._serialized_start = 146
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -15,7 +15,8 @@
|
|
15
15
|
# limitations under the License.
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
|
-
# source:
|
18
|
+
# source: gapic/metadata/gapic_metadata.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -28,35 +29,39 @@ _sym_db = _symbol_database.Default()
|
|
28
29
|
|
29
30
|
|
30
31
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
31
|
-
b'\n
|
32
|
+
b'\n#gapic/metadata/gapic_metadata.proto\x12\x15google.gapic.metadata"\xf0\x05\n\rGapicMetadata\x12\x0e\n\x06schema\x18\x01 \x01(\t\x12\x0f\n\x07\x63omment\x18\x02 \x01(\t\x12\x10\n\x08language\x18\x03 \x01(\t\x12\x15\n\rproto_package\x18\x04 \x01(\t\x12\x17\n\x0flibrary_package\x18\x05 \x01(\t\x12\x44\n\x08services\x18\x06 \x03(\x0b\x32\x32.google.gapic.metadata.GapicMetadata.ServicesEntry\x1ai\n\rServicesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12G\n\x05value\x18\x02 \x01(\x0b\x32\x38.google.gapic.metadata.GapicMetadata.ServiceForTransport:\x02\x38\x01\x1a\xd3\x01\n\x13ServiceForTransport\x12V\n\x07\x63lients\x18\x01 \x03(\x0b\x32\x45.google.gapic.metadata.GapicMetadata.ServiceForTransport.ClientsEntry\x1a\x64\n\x0c\x43lientsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x43\n\x05value\x18\x02 \x01(\x0b\x32\x34.google.gapic.metadata.GapicMetadata.ServiceAsClient:\x02\x38\x01\x1a\xd5\x01\n\x0fServiceAsClient\x12\x16\n\x0elibrary_client\x18\x01 \x01(\t\x12L\n\x04rpcs\x18\x02 \x03(\x0b\x32>.google.gapic.metadata.GapicMetadata.ServiceAsClient.RpcsEntry\x1a\\\n\tRpcsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12>\n\x05value\x18\x02 \x01(\x0b\x32/.google.gapic.metadata.GapicMetadata.MethodList:\x02\x38\x01\x1a\x1d\n\nMethodList\x12\x0f\n\x07methods\x18\x01 \x03(\tB\xba\x01\n\x19\x63om.google.gapic.metadataB\x12GapicMetadataProtoP\x01Z=google.golang.org/genproto/googleapis/gapic/metadata;metadata\xaa\x02\x15Google.Gapic.Metadata\xca\x02\x15Google\\Gapic\\Metadata\xea\x02\x17Google::Gapic::Metadatab\x06proto3'
|
32
33
|
)
|
33
34
|
|
34
35
|
_globals = globals()
|
35
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
36
37
|
_builder.BuildTopDescriptorsAndMessages(
|
37
|
-
DESCRIPTOR, "
|
38
|
+
DESCRIPTOR, "gapic.metadata.gapic_metadata_pb2", _globals
|
38
39
|
)
|
39
40
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
40
|
-
DESCRIPTOR._options = None
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
_globals["
|
51
|
-
_globals["
|
52
|
-
_globals["
|
53
|
-
_globals["
|
54
|
-
_globals["
|
55
|
-
_globals["
|
56
|
-
_globals["
|
57
|
-
_globals["
|
58
|
-
_globals["
|
59
|
-
_globals["
|
60
|
-
_globals["
|
61
|
-
_globals["
|
41
|
+
_globals["DESCRIPTOR"]._options = None
|
42
|
+
_globals[
|
43
|
+
"DESCRIPTOR"
|
44
|
+
]._serialized_options = b"\n\031com.google.gapic.metadataB\022GapicMetadataProtoP\001Z=google.golang.org/genproto/googleapis/gapic/metadata;metadata\252\002\025Google.Gapic.Metadata\312\002\025Google\\Gapic\\Metadata\352\002\027Google::Gapic::Metadata"
|
45
|
+
_globals["_GAPICMETADATA_SERVICESENTRY"]._options = None
|
46
|
+
_globals["_GAPICMETADATA_SERVICESENTRY"]._serialized_options = b"8\001"
|
47
|
+
_globals["_GAPICMETADATA_SERVICEFORTRANSPORT_CLIENTSENTRY"]._options = None
|
48
|
+
_globals[
|
49
|
+
"_GAPICMETADATA_SERVICEFORTRANSPORT_CLIENTSENTRY"
|
50
|
+
]._serialized_options = b"8\001"
|
51
|
+
_globals["_GAPICMETADATA_SERVICEASCLIENT_RPCSENTRY"]._options = None
|
52
|
+
_globals["_GAPICMETADATA_SERVICEASCLIENT_RPCSENTRY"]._serialized_options = b"8\001"
|
53
|
+
_globals["_GAPICMETADATA"]._serialized_start = 63
|
54
|
+
_globals["_GAPICMETADATA"]._serialized_end = 815
|
55
|
+
_globals["_GAPICMETADATA_SERVICESENTRY"]._serialized_start = 249
|
56
|
+
_globals["_GAPICMETADATA_SERVICESENTRY"]._serialized_end = 354
|
57
|
+
_globals["_GAPICMETADATA_SERVICEFORTRANSPORT"]._serialized_start = 357
|
58
|
+
_globals["_GAPICMETADATA_SERVICEFORTRANSPORT"]._serialized_end = 568
|
59
|
+
_globals["_GAPICMETADATA_SERVICEFORTRANSPORT_CLIENTSENTRY"]._serialized_start = 468
|
60
|
+
_globals["_GAPICMETADATA_SERVICEFORTRANSPORT_CLIENTSENTRY"]._serialized_end = 568
|
61
|
+
_globals["_GAPICMETADATA_SERVICEASCLIENT"]._serialized_start = 571
|
62
|
+
_globals["_GAPICMETADATA_SERVICEASCLIENT"]._serialized_end = 784
|
63
|
+
_globals["_GAPICMETADATA_SERVICEASCLIENT_RPCSENTRY"]._serialized_start = 692
|
64
|
+
_globals["_GAPICMETADATA_SERVICEASCLIENT_RPCSENTRY"]._serialized_end = 784
|
65
|
+
_globals["_GAPICMETADATA_METHODLIST"]._serialized_start = 786
|
66
|
+
_globals["_GAPICMETADATA_METHODLIST"]._serialized_end = 815
|
62
67
|
# @@protoc_insertion_point(module_scope)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/logging/type/http_request.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -29,7 +30,6 @@ _sym_db = _symbol_database.Default()
|
|
29
30
|
|
30
31
|
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
31
32
|
|
32
|
-
|
33
33
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
34
34
|
b'\n&google/logging/type/http_request.proto\x12\x13google.logging.type\x1a\x1egoogle/protobuf/duration.proto"\xef\x02\n\x0bHttpRequest\x12\x16\n\x0erequest_method\x18\x01 \x01(\t\x12\x13\n\x0brequest_url\x18\x02 \x01(\t\x12\x14\n\x0crequest_size\x18\x03 \x01(\x03\x12\x0e\n\x06status\x18\x04 \x01(\x05\x12\x15\n\rresponse_size\x18\x05 \x01(\x03\x12\x12\n\nuser_agent\x18\x06 \x01(\t\x12\x11\n\tremote_ip\x18\x07 \x01(\t\x12\x11\n\tserver_ip\x18\r \x01(\t\x12\x0f\n\x07referer\x18\x08 \x01(\t\x12*\n\x07latency\x18\x0e \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x14\n\x0c\x63\x61\x63he_lookup\x18\x0b \x01(\x08\x12\x11\n\tcache_hit\x18\t \x01(\x08\x12*\n"cache_validated_with_origin_server\x18\n \x01(\x08\x12\x18\n\x10\x63\x61\x63he_fill_bytes\x18\x0c \x01(\x03\x12\x10\n\x08protocol\x18\x0f \x01(\tB\xbe\x01\n\x17\x63om.google.logging.typeB\x10HttpRequestProtoP\x01Z8google.golang.org/genproto/googleapis/logging/type;ltype\xaa\x02\x19Google.Cloud.Logging.Type\xca\x02\x19Google\\Cloud\\Logging\\Type\xea\x02\x1cGoogle::Cloud::Logging::Typeb\x06proto3'
|
35
35
|
)
|
@@ -40,8 +40,10 @@ _builder.BuildTopDescriptorsAndMessages(
|
|
40
40
|
DESCRIPTOR, "google.logging.type.http_request_pb2", _globals
|
41
41
|
)
|
42
42
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
43
|
-
DESCRIPTOR._options = None
|
44
|
-
|
43
|
+
_globals["DESCRIPTOR"]._options = None
|
44
|
+
_globals[
|
45
|
+
"DESCRIPTOR"
|
46
|
+
]._serialized_options = b"\n\027com.google.logging.typeB\020HttpRequestProtoP\001Z8google.golang.org/genproto/googleapis/logging/type;ltype\252\002\031Google.Cloud.Logging.Type\312\002\031Google\\Cloud\\Logging\\Type\352\002\034Google::Cloud::Logging::Type"
|
45
47
|
_globals["_HTTPREQUEST"]._serialized_start = 96
|
46
48
|
_globals["_HTTPREQUEST"]._serialized_end = 463
|
47
49
|
# @@protoc_insertion_point(module_scope)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
18
18
|
# source: google/logging/type/log_severity.proto
|
19
|
+
# Protobuf Python Version: 4.25.3
|
19
20
|
"""Generated protocol buffer code."""
|
20
21
|
from google.protobuf import descriptor as _descriptor
|
21
22
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -37,8 +38,10 @@ _builder.BuildTopDescriptorsAndMessages(
|
|
37
38
|
DESCRIPTOR, "google.logging.type.log_severity_pb2", _globals
|
38
39
|
)
|
39
40
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
40
|
-
DESCRIPTOR._options = None
|
41
|
-
|
41
|
+
_globals["DESCRIPTOR"]._options = None
|
42
|
+
_globals[
|
43
|
+
"DESCRIPTOR"
|
44
|
+
]._serialized_options = b"\n\027com.google.logging.typeB\020LogSeverityProtoP\001Z8google.golang.org/genproto/googleapis/logging/type;ltype\242\002\004GLOG\252\002\031Google.Cloud.Logging.Type\312\002\031Google\\Cloud\\Logging\\Type\352\002\034Google::Cloud::Logging::Type"
|
42
45
|
_globals["_LOGSEVERITY"]._serialized_start = 64
|
43
46
|
_globals["_LOGSEVERITY"]._serialized_end = 194
|
44
47
|
# @@protoc_insertion_point(module_scope)
|
@@ -2,14 +2,15 @@
|
|
2
2
|
# googleapis-common-protos <= 1.52.0, where this import path contained
|
3
3
|
# all of the message and gRPC definitions.
|
4
4
|
|
5
|
-
from google.longrunning.operations_proto_pb2 import *
|
6
|
-
from google.longrunning.operations_proto_pb2 import _OPERATION
|
7
|
-
from google.longrunning.operations_proto_pb2 import _OPERATION
|
8
|
-
from google.longrunning.operations_proto_pb2 import _GETOPERATIONREQUEST
|
9
|
-
from google.longrunning.operations_proto_pb2 import _LISTOPERATIONSREQUEST
|
10
|
-
from google.longrunning.operations_proto_pb2 import _LISTOPERATIONSRESPONSE
|
11
|
-
from google.longrunning.operations_proto_pb2 import _CANCELOPERATIONREQUEST
|
12
|
-
from google.longrunning.operations_proto_pb2 import _DELETEOPERATIONREQUEST
|
13
|
-
from google.longrunning.operations_proto_pb2 import _OPERATIONINFO
|
14
|
-
from google.longrunning.operations_proto_pb2 import _OPERATIONS
|
15
5
|
from google.longrunning.operations_pb2_grpc import *
|
6
|
+
from google.longrunning.operations_proto_pb2 import (
|
7
|
+
_CANCELOPERATIONREQUEST,
|
8
|
+
_DELETEOPERATIONREQUEST,
|
9
|
+
_GETOPERATIONREQUEST,
|
10
|
+
_LISTOPERATIONSREQUEST,
|
11
|
+
_LISTOPERATIONSRESPONSE,
|
12
|
+
_OPERATION,
|
13
|
+
_OPERATIONINFO,
|
14
|
+
_OPERATIONS,
|
15
|
+
)
|
16
|
+
from google.longrunning.operations_proto_pb2 import *
|