py2docfx 0.1.16.dev2051338__py3-none-any.whl → 0.1.16.dev2064350__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/convert_prepare/environment.py +3 -1
- py2docfx/convert_prepare/get_source.py +6 -1
- py2docfx/convert_prepare/package_info.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/babel/py.typed +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/markupsafe/_speedups.pyi +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/markupsafe/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/packaging/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/chardet/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/pyparsing/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/tenacity/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/py.typed +4 -0
- py2docfx/venv/basevenv/Lib/site-packages/pkg_resources/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/collections/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinx/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/applehelp/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/htmlhelp/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/qthelp/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/serializinghtml/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/_version.py +9 -4
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/contrib/emscripten/response.py +8 -16
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/contrib/pyopenssl.py +10 -0
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/exceptions.py +12 -4
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/http2/connection.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/py.typed +2 -0
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/util/ssl_.py +21 -1
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/util/ssl_match_hostname.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/wheel/__init__.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/wheel/__main__.py +7 -5
- py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/__init__.py +3 -5
- py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/convert.py +14 -9
- py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/pack.py +1 -2
- py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/tags.py +4 -3
- py2docfx/venv/basevenv/Lib/site-packages/wheel/_metadata.py +184 -0
- py2docfx/venv/basevenv/Lib/site-packages/wheel/bdist_wheel.py +12 -23
- py2docfx/venv/basevenv/Lib/site-packages/wheel/macosx_libfile.py +4 -0
- py2docfx/venv/basevenv/Lib/site-packages/wheel/metadata.py +17 -183
- py2docfx/venv/basevenv/Lib/site-packages/wheel/wheelfile.py +30 -16
- py2docfx/venv/venv1/Lib/site-packages/azure/core/_version.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/credentials.py +5 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/core/instrumentation.py +67 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_base.py +3 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_tools.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication.py +4 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication_async.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_distributed_tracing.py +152 -29
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_redirect.py +3 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_redirect_async.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry.py +3 -10
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry_async.py +3 -8
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_universal.py +2 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/transport/_aiohttp.py +0 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/polling/base_polling.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/azure/core/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/rest/_http_response_impl_async.py +3 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/rest/_rest_py3.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/settings.py +27 -21
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/__init__.py +3 -7
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/_abstract_span.py +2 -35
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/_models.py +71 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/common.py +12 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/decorator.py +66 -13
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/decorator_async.py +62 -23
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/ext/opencensus_span/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/opentelemetry.py +244 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_connection_string_parser.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_messaging_shared.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_pipeline_transport_rest_shared.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_utils.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/certifi/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/__init__.pyi +28 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/_openssl.pyi +8 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/asn1.pyi +7 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/exceptions.pyi +17 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/ocsp.pyi +117 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi +72 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/aead.pyi +103 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ciphers.pyi +38 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/cmac.pyi +18 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/dh.pyi +51 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ec.pyi +52 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi +12 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi +12 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi +19 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi +21 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi +43 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/keys.pyi +33 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi +13 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/rsa.pyi +55 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi +12 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/x448.pyi +12 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/pkcs12.pyi +46 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/pkcs7.pyi +49 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/test_support.pyi +22 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/x509.pyi +246 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/annotations_pb2.pyi +24 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/auth_pb2.pyi +120 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/backend_pb2.pyi +102 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/billing_pb2.pyi +50 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/client_pb2.pyi +405 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/config_change_pb2.pyi +65 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/consumer_pb2.pyi +62 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/context_pb2.pyi +60 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/control_pb2.pyi +43 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/distribution_pb2.pyi +144 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/documentation_pb2.pyi +86 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/endpoint_pb2.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/error_reason_pb2.pyi +90 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/field_behavior_pb2.pyi +45 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/field_info_pb2.pyi +60 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/http_pb2.pyi +94 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/httpbody_pb2.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/label_pb2.pyi +47 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/launch_stage_pb2.pyi +40 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/log_pb2.pyi +47 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/logging_pb2.pyi +57 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/metric_pb2.pyi +186 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/monitored_resource_pb2.pyi +104 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/monitoring_pb2.pyi +57 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/policy_pb2.pyi +57 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/quota_pb2.pyi +116 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/resource_pb2.pyi +93 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/routing_pb2.pyi +49 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/service_pb2.pyi +170 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/source_info_pb2.pyi +34 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/system_parameter_pb2.pyi +60 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/usage_pb2.pyi +55 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/visibility_pb2.pyi +56 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/google/auth/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/google/cloud/extended_operations_pb2.pyi +45 -0
- py2docfx/venv/venv1/Lib/site-packages/google/cloud/location/locations_pb2.pyi +96 -0
- py2docfx/venv/venv1/Lib/site-packages/google/gapic/metadata/gapic_metadata_pb2.pyi +118 -0
- py2docfx/venv/venv1/Lib/site-packages/google/logging/type/http_request_pb2.pyi +91 -0
- py2docfx/venv/venv1/Lib/site-packages/google/logging/type/log_severity_pb2.pyi +42 -0
- py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_proto_pb2.pyi +126 -0
- py2docfx/venv/venv1/Lib/site-packages/google/oauth2/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/code_pb2.pyi +58 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/attribute_context_pb2.pyi +309 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/audit_context_pb2.pyi +51 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/error_details_pb2.pyi +207 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/http_pb2.pyi +71 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/status_pb2.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/calendar_period_pb2.pyi +40 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/color_pb2.pyi +42 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/date_pb2.pyi +36 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/datetime_pb2.pyi +77 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/dayofweek_pb2.pyi +40 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/decimal_pb2.pyi +27 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/expr_pb2.pyi +39 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/fraction_pb2.pyi +31 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/interval_pb2.pyi +36 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/latlng_pb2.pyi +31 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/localized_text_pb2.pyi +31 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/money_pb2.pyi +36 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/month_pb2.pyi +50 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/phone_number_pb2.pyi +48 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/postal_address_pb2.pyi +74 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/quaternion_pb2.pyi +39 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/timeofday_pb2.pyi +39 -0
- py2docfx/venv/venv1/Lib/site-packages/idna/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/jwt/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/packaging/__init__.py +15 -0
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/_elffile.py +9 -7
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_manylinux.py +12 -9
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_musllinux.py +5 -3
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/_parser.py +11 -13
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_tokenizer.py +10 -8
- py2docfx/venv/venv1/Lib/site-packages/packaging/licenses/__init__.py +145 -0
- py2docfx/venv/venv1/Lib/site-packages/packaging/licenses/_spdx.py +759 -0
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/markers.py +103 -25
- py2docfx/venv/venv1/Lib/site-packages/packaging/metadata.py +863 -0
- py2docfx/venv/venv1/Lib/site-packages/packaging/py.typed +0 -0
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/requirements.py +5 -4
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/specifiers.py +40 -31
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/tags.py +96 -50
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/utils.py +39 -48
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/version.py +53 -32
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/chardet/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/pyparsing/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/tenacity/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/py.typed +4 -0
- py2docfx/venv/venv1/Lib/site-packages/pkg_resources/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/rsa/py.typed +1 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/collections/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/typing_extensions.py +30 -12
- py2docfx/venv/venv1/Lib/site-packages/urllib3/_version.py +9 -4
- py2docfx/venv/venv1/Lib/site-packages/urllib3/contrib/emscripten/response.py +8 -16
- py2docfx/venv/venv1/Lib/site-packages/urllib3/contrib/pyopenssl.py +10 -0
- py2docfx/venv/venv1/Lib/site-packages/urllib3/exceptions.py +12 -4
- py2docfx/venv/venv1/Lib/site-packages/urllib3/http2/connection.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/urllib3/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/urllib3/util/ssl_.py +21 -1
- py2docfx/venv/venv1/Lib/site-packages/urllib3/util/ssl_match_hostname.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/wheel/__init__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/wheel/__main__.py +7 -5
- py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/__init__.py +3 -5
- py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/convert.py +14 -9
- py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/pack.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/tags.py +4 -3
- py2docfx/venv/venv1/Lib/site-packages/wheel/_metadata.py +184 -0
- py2docfx/venv/venv1/Lib/site-packages/wheel/bdist_wheel.py +12 -23
- py2docfx/venv/venv1/Lib/site-packages/wheel/macosx_libfile.py +4 -0
- py2docfx/venv/venv1/Lib/site-packages/wheel/metadata.py +17 -183
- py2docfx/venv/venv1/Lib/site-packages/wheel/wheelfile.py +30 -16
- {py2docfx-0.1.16.dev2051338.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/METADATA +2 -3
- {py2docfx-0.1.16.dev2051338.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/RECORD +263 -104
- {py2docfx-0.1.16.dev2051338.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/WHEEL +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/wheel/_bdist_wheel.py +0 -613
- py2docfx/venv/basevenv/Lib/site-packages/wheel/_setuptools_logging.py +0 -26
- py2docfx/venv/basevenv/Lib/site-packages/wheel/util.py +0 -17
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/_elffile.py +0 -108
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/_parser.py +0 -356
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/markers.py +0 -253
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/tags.py +0 -571
- py2docfx/venv/venv1/Lib/site-packages/wheel/_bdist_wheel.py +0 -613
- py2docfx/venv/venv1/Lib/site-packages/wheel/_setuptools_logging.py +0 -26
- py2docfx/venv/venv1/Lib/site-packages/wheel/util.py +0 -17
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_manylinux.py +0 -260
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_musllinux.py +0 -83
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_structures.py +0 -61
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_tokenizer.py +0 -192
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/requirements.py +0 -90
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/specifiers.py +0 -1011
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/utils.py +0 -172
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/version.py +0 -561
- /py2docfx/venv/basevenv/Lib/site-packages/{wheel/vendored/__init__.py → certifi/py.typed} +0 -0
- /py2docfx/venv/basevenv/Lib/site-packages/{wheel/vendored/packaging/__init__.py → charset_normalizer/py.typed} +0 -0
- /py2docfx/venv/{venv1/Lib/site-packages/wheel/vendored/__init__.py → basevenv/Lib/site-packages/idna/py.typed} +0 -0
- /py2docfx/venv/{venv1/Lib/site-packages/wheel/vendored/packaging/__init__.py → basevenv/Lib/site-packages/jinja2/py.typed} +0 -0
- /py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/unpack.py +0 -0
- /py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_structures.py +0 -0
- /py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/unpack.py +0 -0
- {py2docfx-0.1.16.dev2051338.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,102 @@
|
|
1
|
+
# Copyright 2025 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
from typing import ClassVar as _ClassVar
|
16
|
+
from typing import Iterable as _Iterable
|
17
|
+
from typing import Mapping as _Mapping
|
18
|
+
from typing import Optional as _Optional
|
19
|
+
from typing import Union as _Union
|
20
|
+
|
21
|
+
from google.protobuf import descriptor as _descriptor
|
22
|
+
from google.protobuf import message as _message
|
23
|
+
from google.protobuf.internal import containers as _containers
|
24
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
25
|
+
|
26
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
27
|
+
|
28
|
+
class Backend(_message.Message):
|
29
|
+
__slots__ = ("rules",)
|
30
|
+
RULES_FIELD_NUMBER: _ClassVar[int]
|
31
|
+
rules: _containers.RepeatedCompositeFieldContainer[BackendRule]
|
32
|
+
def __init__(
|
33
|
+
self, rules: _Optional[_Iterable[_Union[BackendRule, _Mapping]]] = ...
|
34
|
+
) -> None: ...
|
35
|
+
|
36
|
+
class BackendRule(_message.Message):
|
37
|
+
__slots__ = (
|
38
|
+
"selector",
|
39
|
+
"address",
|
40
|
+
"deadline",
|
41
|
+
"min_deadline",
|
42
|
+
"operation_deadline",
|
43
|
+
"path_translation",
|
44
|
+
"jwt_audience",
|
45
|
+
"disable_auth",
|
46
|
+
"protocol",
|
47
|
+
"overrides_by_request_protocol",
|
48
|
+
)
|
49
|
+
|
50
|
+
class PathTranslation(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
51
|
+
__slots__ = ()
|
52
|
+
PATH_TRANSLATION_UNSPECIFIED: _ClassVar[BackendRule.PathTranslation]
|
53
|
+
CONSTANT_ADDRESS: _ClassVar[BackendRule.PathTranslation]
|
54
|
+
APPEND_PATH_TO_ADDRESS: _ClassVar[BackendRule.PathTranslation]
|
55
|
+
PATH_TRANSLATION_UNSPECIFIED: BackendRule.PathTranslation
|
56
|
+
CONSTANT_ADDRESS: BackendRule.PathTranslation
|
57
|
+
APPEND_PATH_TO_ADDRESS: BackendRule.PathTranslation
|
58
|
+
|
59
|
+
class OverridesByRequestProtocolEntry(_message.Message):
|
60
|
+
__slots__ = ("key", "value")
|
61
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
62
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
63
|
+
key: str
|
64
|
+
value: BackendRule
|
65
|
+
def __init__(
|
66
|
+
self,
|
67
|
+
key: _Optional[str] = ...,
|
68
|
+
value: _Optional[_Union[BackendRule, _Mapping]] = ...,
|
69
|
+
) -> None: ...
|
70
|
+
SELECTOR_FIELD_NUMBER: _ClassVar[int]
|
71
|
+
ADDRESS_FIELD_NUMBER: _ClassVar[int]
|
72
|
+
DEADLINE_FIELD_NUMBER: _ClassVar[int]
|
73
|
+
MIN_DEADLINE_FIELD_NUMBER: _ClassVar[int]
|
74
|
+
OPERATION_DEADLINE_FIELD_NUMBER: _ClassVar[int]
|
75
|
+
PATH_TRANSLATION_FIELD_NUMBER: _ClassVar[int]
|
76
|
+
JWT_AUDIENCE_FIELD_NUMBER: _ClassVar[int]
|
77
|
+
DISABLE_AUTH_FIELD_NUMBER: _ClassVar[int]
|
78
|
+
PROTOCOL_FIELD_NUMBER: _ClassVar[int]
|
79
|
+
OVERRIDES_BY_REQUEST_PROTOCOL_FIELD_NUMBER: _ClassVar[int]
|
80
|
+
selector: str
|
81
|
+
address: str
|
82
|
+
deadline: float
|
83
|
+
min_deadline: float
|
84
|
+
operation_deadline: float
|
85
|
+
path_translation: BackendRule.PathTranslation
|
86
|
+
jwt_audience: str
|
87
|
+
disable_auth: bool
|
88
|
+
protocol: str
|
89
|
+
overrides_by_request_protocol: _containers.MessageMap[str, BackendRule]
|
90
|
+
def __init__(
|
91
|
+
self,
|
92
|
+
selector: _Optional[str] = ...,
|
93
|
+
address: _Optional[str] = ...,
|
94
|
+
deadline: _Optional[float] = ...,
|
95
|
+
min_deadline: _Optional[float] = ...,
|
96
|
+
operation_deadline: _Optional[float] = ...,
|
97
|
+
path_translation: _Optional[_Union[BackendRule.PathTranslation, str]] = ...,
|
98
|
+
jwt_audience: _Optional[str] = ...,
|
99
|
+
disable_auth: bool = ...,
|
100
|
+
protocol: _Optional[str] = ...,
|
101
|
+
overrides_by_request_protocol: _Optional[_Mapping[str, BackendRule]] = ...,
|
102
|
+
) -> None: ...
|
@@ -0,0 +1,50 @@
|
|
1
|
+
# Copyright 2025 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
from typing import ClassVar as _ClassVar
|
16
|
+
from typing import Iterable as _Iterable
|
17
|
+
from typing import Mapping as _Mapping
|
18
|
+
from typing import Optional as _Optional
|
19
|
+
from typing import Union as _Union
|
20
|
+
|
21
|
+
from google.protobuf import descriptor as _descriptor
|
22
|
+
from google.protobuf import message as _message
|
23
|
+
from google.protobuf.internal import containers as _containers
|
24
|
+
|
25
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
26
|
+
|
27
|
+
class Billing(_message.Message):
|
28
|
+
__slots__ = ("consumer_destinations",)
|
29
|
+
|
30
|
+
class BillingDestination(_message.Message):
|
31
|
+
__slots__ = ("monitored_resource", "metrics")
|
32
|
+
MONITORED_RESOURCE_FIELD_NUMBER: _ClassVar[int]
|
33
|
+
METRICS_FIELD_NUMBER: _ClassVar[int]
|
34
|
+
monitored_resource: str
|
35
|
+
metrics: _containers.RepeatedScalarFieldContainer[str]
|
36
|
+
def __init__(
|
37
|
+
self,
|
38
|
+
monitored_resource: _Optional[str] = ...,
|
39
|
+
metrics: _Optional[_Iterable[str]] = ...,
|
40
|
+
) -> None: ...
|
41
|
+
CONSUMER_DESTINATIONS_FIELD_NUMBER: _ClassVar[int]
|
42
|
+
consumer_destinations: _containers.RepeatedCompositeFieldContainer[
|
43
|
+
Billing.BillingDestination
|
44
|
+
]
|
45
|
+
def __init__(
|
46
|
+
self,
|
47
|
+
consumer_destinations: _Optional[
|
48
|
+
_Iterable[_Union[Billing.BillingDestination, _Mapping]]
|
49
|
+
] = ...,
|
50
|
+
) -> None: ...
|
@@ -0,0 +1,405 @@
|
|
1
|
+
# Copyright 2025 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
from typing import ClassVar as _ClassVar
|
16
|
+
from typing import Iterable as _Iterable
|
17
|
+
from typing import Mapping as _Mapping
|
18
|
+
from typing import Optional as _Optional
|
19
|
+
from typing import Union as _Union
|
20
|
+
|
21
|
+
from google.protobuf import descriptor as _descriptor
|
22
|
+
from google.protobuf import descriptor_pb2 as _descriptor_pb2
|
23
|
+
from google.protobuf import duration_pb2 as _duration_pb2
|
24
|
+
from google.protobuf import message as _message
|
25
|
+
from google.protobuf.internal import containers as _containers
|
26
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
27
|
+
|
28
|
+
from google.api import launch_stage_pb2 as _launch_stage_pb2
|
29
|
+
|
30
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
31
|
+
|
32
|
+
class ClientLibraryOrganization(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
33
|
+
__slots__ = ()
|
34
|
+
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED: _ClassVar[ClientLibraryOrganization]
|
35
|
+
CLOUD: _ClassVar[ClientLibraryOrganization]
|
36
|
+
ADS: _ClassVar[ClientLibraryOrganization]
|
37
|
+
PHOTOS: _ClassVar[ClientLibraryOrganization]
|
38
|
+
STREET_VIEW: _ClassVar[ClientLibraryOrganization]
|
39
|
+
SHOPPING: _ClassVar[ClientLibraryOrganization]
|
40
|
+
GEO: _ClassVar[ClientLibraryOrganization]
|
41
|
+
GENERATIVE_AI: _ClassVar[ClientLibraryOrganization]
|
42
|
+
|
43
|
+
class ClientLibraryDestination(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
44
|
+
__slots__ = ()
|
45
|
+
CLIENT_LIBRARY_DESTINATION_UNSPECIFIED: _ClassVar[ClientLibraryDestination]
|
46
|
+
GITHUB: _ClassVar[ClientLibraryDestination]
|
47
|
+
PACKAGE_MANAGER: _ClassVar[ClientLibraryDestination]
|
48
|
+
|
49
|
+
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED: ClientLibraryOrganization
|
50
|
+
CLOUD: ClientLibraryOrganization
|
51
|
+
ADS: ClientLibraryOrganization
|
52
|
+
PHOTOS: ClientLibraryOrganization
|
53
|
+
STREET_VIEW: ClientLibraryOrganization
|
54
|
+
SHOPPING: ClientLibraryOrganization
|
55
|
+
GEO: ClientLibraryOrganization
|
56
|
+
GENERATIVE_AI: ClientLibraryOrganization
|
57
|
+
CLIENT_LIBRARY_DESTINATION_UNSPECIFIED: ClientLibraryDestination
|
58
|
+
GITHUB: ClientLibraryDestination
|
59
|
+
PACKAGE_MANAGER: ClientLibraryDestination
|
60
|
+
METHOD_SIGNATURE_FIELD_NUMBER: _ClassVar[int]
|
61
|
+
method_signature: _descriptor.FieldDescriptor
|
62
|
+
DEFAULT_HOST_FIELD_NUMBER: _ClassVar[int]
|
63
|
+
default_host: _descriptor.FieldDescriptor
|
64
|
+
OAUTH_SCOPES_FIELD_NUMBER: _ClassVar[int]
|
65
|
+
oauth_scopes: _descriptor.FieldDescriptor
|
66
|
+
API_VERSION_FIELD_NUMBER: _ClassVar[int]
|
67
|
+
api_version: _descriptor.FieldDescriptor
|
68
|
+
|
69
|
+
class CommonLanguageSettings(_message.Message):
|
70
|
+
__slots__ = ("reference_docs_uri", "destinations", "selective_gapic_generation")
|
71
|
+
REFERENCE_DOCS_URI_FIELD_NUMBER: _ClassVar[int]
|
72
|
+
DESTINATIONS_FIELD_NUMBER: _ClassVar[int]
|
73
|
+
SELECTIVE_GAPIC_GENERATION_FIELD_NUMBER: _ClassVar[int]
|
74
|
+
reference_docs_uri: str
|
75
|
+
destinations: _containers.RepeatedScalarFieldContainer[ClientLibraryDestination]
|
76
|
+
selective_gapic_generation: SelectiveGapicGeneration
|
77
|
+
def __init__(
|
78
|
+
self,
|
79
|
+
reference_docs_uri: _Optional[str] = ...,
|
80
|
+
destinations: _Optional[_Iterable[_Union[ClientLibraryDestination, str]]] = ...,
|
81
|
+
selective_gapic_generation: _Optional[
|
82
|
+
_Union[SelectiveGapicGeneration, _Mapping]
|
83
|
+
] = ...,
|
84
|
+
) -> None: ...
|
85
|
+
|
86
|
+
class ClientLibrarySettings(_message.Message):
|
87
|
+
__slots__ = (
|
88
|
+
"version",
|
89
|
+
"launch_stage",
|
90
|
+
"rest_numeric_enums",
|
91
|
+
"java_settings",
|
92
|
+
"cpp_settings",
|
93
|
+
"php_settings",
|
94
|
+
"python_settings",
|
95
|
+
"node_settings",
|
96
|
+
"dotnet_settings",
|
97
|
+
"ruby_settings",
|
98
|
+
"go_settings",
|
99
|
+
)
|
100
|
+
VERSION_FIELD_NUMBER: _ClassVar[int]
|
101
|
+
LAUNCH_STAGE_FIELD_NUMBER: _ClassVar[int]
|
102
|
+
REST_NUMERIC_ENUMS_FIELD_NUMBER: _ClassVar[int]
|
103
|
+
JAVA_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
104
|
+
CPP_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
105
|
+
PHP_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
106
|
+
PYTHON_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
107
|
+
NODE_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
108
|
+
DOTNET_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
109
|
+
RUBY_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
110
|
+
GO_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
111
|
+
version: str
|
112
|
+
launch_stage: _launch_stage_pb2.LaunchStage
|
113
|
+
rest_numeric_enums: bool
|
114
|
+
java_settings: JavaSettings
|
115
|
+
cpp_settings: CppSettings
|
116
|
+
php_settings: PhpSettings
|
117
|
+
python_settings: PythonSettings
|
118
|
+
node_settings: NodeSettings
|
119
|
+
dotnet_settings: DotnetSettings
|
120
|
+
ruby_settings: RubySettings
|
121
|
+
go_settings: GoSettings
|
122
|
+
def __init__(
|
123
|
+
self,
|
124
|
+
version: _Optional[str] = ...,
|
125
|
+
launch_stage: _Optional[_Union[_launch_stage_pb2.LaunchStage, str]] = ...,
|
126
|
+
rest_numeric_enums: bool = ...,
|
127
|
+
java_settings: _Optional[_Union[JavaSettings, _Mapping]] = ...,
|
128
|
+
cpp_settings: _Optional[_Union[CppSettings, _Mapping]] = ...,
|
129
|
+
php_settings: _Optional[_Union[PhpSettings, _Mapping]] = ...,
|
130
|
+
python_settings: _Optional[_Union[PythonSettings, _Mapping]] = ...,
|
131
|
+
node_settings: _Optional[_Union[NodeSettings, _Mapping]] = ...,
|
132
|
+
dotnet_settings: _Optional[_Union[DotnetSettings, _Mapping]] = ...,
|
133
|
+
ruby_settings: _Optional[_Union[RubySettings, _Mapping]] = ...,
|
134
|
+
go_settings: _Optional[_Union[GoSettings, _Mapping]] = ...,
|
135
|
+
) -> None: ...
|
136
|
+
|
137
|
+
class Publishing(_message.Message):
|
138
|
+
__slots__ = (
|
139
|
+
"method_settings",
|
140
|
+
"new_issue_uri",
|
141
|
+
"documentation_uri",
|
142
|
+
"api_short_name",
|
143
|
+
"github_label",
|
144
|
+
"codeowner_github_teams",
|
145
|
+
"doc_tag_prefix",
|
146
|
+
"organization",
|
147
|
+
"library_settings",
|
148
|
+
"proto_reference_documentation_uri",
|
149
|
+
"rest_reference_documentation_uri",
|
150
|
+
)
|
151
|
+
METHOD_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
152
|
+
NEW_ISSUE_URI_FIELD_NUMBER: _ClassVar[int]
|
153
|
+
DOCUMENTATION_URI_FIELD_NUMBER: _ClassVar[int]
|
154
|
+
API_SHORT_NAME_FIELD_NUMBER: _ClassVar[int]
|
155
|
+
GITHUB_LABEL_FIELD_NUMBER: _ClassVar[int]
|
156
|
+
CODEOWNER_GITHUB_TEAMS_FIELD_NUMBER: _ClassVar[int]
|
157
|
+
DOC_TAG_PREFIX_FIELD_NUMBER: _ClassVar[int]
|
158
|
+
ORGANIZATION_FIELD_NUMBER: _ClassVar[int]
|
159
|
+
LIBRARY_SETTINGS_FIELD_NUMBER: _ClassVar[int]
|
160
|
+
PROTO_REFERENCE_DOCUMENTATION_URI_FIELD_NUMBER: _ClassVar[int]
|
161
|
+
REST_REFERENCE_DOCUMENTATION_URI_FIELD_NUMBER: _ClassVar[int]
|
162
|
+
method_settings: _containers.RepeatedCompositeFieldContainer[MethodSettings]
|
163
|
+
new_issue_uri: str
|
164
|
+
documentation_uri: str
|
165
|
+
api_short_name: str
|
166
|
+
github_label: str
|
167
|
+
codeowner_github_teams: _containers.RepeatedScalarFieldContainer[str]
|
168
|
+
doc_tag_prefix: str
|
169
|
+
organization: ClientLibraryOrganization
|
170
|
+
library_settings: _containers.RepeatedCompositeFieldContainer[ClientLibrarySettings]
|
171
|
+
proto_reference_documentation_uri: str
|
172
|
+
rest_reference_documentation_uri: str
|
173
|
+
def __init__(
|
174
|
+
self,
|
175
|
+
method_settings: _Optional[_Iterable[_Union[MethodSettings, _Mapping]]] = ...,
|
176
|
+
new_issue_uri: _Optional[str] = ...,
|
177
|
+
documentation_uri: _Optional[str] = ...,
|
178
|
+
api_short_name: _Optional[str] = ...,
|
179
|
+
github_label: _Optional[str] = ...,
|
180
|
+
codeowner_github_teams: _Optional[_Iterable[str]] = ...,
|
181
|
+
doc_tag_prefix: _Optional[str] = ...,
|
182
|
+
organization: _Optional[_Union[ClientLibraryOrganization, str]] = ...,
|
183
|
+
library_settings: _Optional[
|
184
|
+
_Iterable[_Union[ClientLibrarySettings, _Mapping]]
|
185
|
+
] = ...,
|
186
|
+
proto_reference_documentation_uri: _Optional[str] = ...,
|
187
|
+
rest_reference_documentation_uri: _Optional[str] = ...,
|
188
|
+
) -> None: ...
|
189
|
+
|
190
|
+
class JavaSettings(_message.Message):
|
191
|
+
__slots__ = ("library_package", "service_class_names", "common")
|
192
|
+
|
193
|
+
class ServiceClassNamesEntry(_message.Message):
|
194
|
+
__slots__ = ("key", "value")
|
195
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
196
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
197
|
+
key: str
|
198
|
+
value: str
|
199
|
+
def __init__(
|
200
|
+
self, key: _Optional[str] = ..., value: _Optional[str] = ...
|
201
|
+
) -> None: ...
|
202
|
+
LIBRARY_PACKAGE_FIELD_NUMBER: _ClassVar[int]
|
203
|
+
SERVICE_CLASS_NAMES_FIELD_NUMBER: _ClassVar[int]
|
204
|
+
COMMON_FIELD_NUMBER: _ClassVar[int]
|
205
|
+
library_package: str
|
206
|
+
service_class_names: _containers.ScalarMap[str, str]
|
207
|
+
common: CommonLanguageSettings
|
208
|
+
def __init__(
|
209
|
+
self,
|
210
|
+
library_package: _Optional[str] = ...,
|
211
|
+
service_class_names: _Optional[_Mapping[str, str]] = ...,
|
212
|
+
common: _Optional[_Union[CommonLanguageSettings, _Mapping]] = ...,
|
213
|
+
) -> None: ...
|
214
|
+
|
215
|
+
class CppSettings(_message.Message):
|
216
|
+
__slots__ = ("common",)
|
217
|
+
COMMON_FIELD_NUMBER: _ClassVar[int]
|
218
|
+
common: CommonLanguageSettings
|
219
|
+
def __init__(
|
220
|
+
self, common: _Optional[_Union[CommonLanguageSettings, _Mapping]] = ...
|
221
|
+
) -> None: ...
|
222
|
+
|
223
|
+
class PhpSettings(_message.Message):
|
224
|
+
__slots__ = ("common",)
|
225
|
+
COMMON_FIELD_NUMBER: _ClassVar[int]
|
226
|
+
common: CommonLanguageSettings
|
227
|
+
def __init__(
|
228
|
+
self, common: _Optional[_Union[CommonLanguageSettings, _Mapping]] = ...
|
229
|
+
) -> None: ...
|
230
|
+
|
231
|
+
class PythonSettings(_message.Message):
|
232
|
+
__slots__ = ("common", "experimental_features")
|
233
|
+
|
234
|
+
class ExperimentalFeatures(_message.Message):
|
235
|
+
__slots__ = (
|
236
|
+
"rest_async_io_enabled",
|
237
|
+
"protobuf_pythonic_types_enabled",
|
238
|
+
"unversioned_package_disabled",
|
239
|
+
)
|
240
|
+
REST_ASYNC_IO_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
241
|
+
PROTOBUF_PYTHONIC_TYPES_ENABLED_FIELD_NUMBER: _ClassVar[int]
|
242
|
+
UNVERSIONED_PACKAGE_DISABLED_FIELD_NUMBER: _ClassVar[int]
|
243
|
+
rest_async_io_enabled: bool
|
244
|
+
protobuf_pythonic_types_enabled: bool
|
245
|
+
unversioned_package_disabled: bool
|
246
|
+
def __init__(
|
247
|
+
self,
|
248
|
+
rest_async_io_enabled: bool = ...,
|
249
|
+
protobuf_pythonic_types_enabled: bool = ...,
|
250
|
+
unversioned_package_disabled: bool = ...,
|
251
|
+
) -> None: ...
|
252
|
+
COMMON_FIELD_NUMBER: _ClassVar[int]
|
253
|
+
EXPERIMENTAL_FEATURES_FIELD_NUMBER: _ClassVar[int]
|
254
|
+
common: CommonLanguageSettings
|
255
|
+
experimental_features: PythonSettings.ExperimentalFeatures
|
256
|
+
def __init__(
|
257
|
+
self,
|
258
|
+
common: _Optional[_Union[CommonLanguageSettings, _Mapping]] = ...,
|
259
|
+
experimental_features: _Optional[
|
260
|
+
_Union[PythonSettings.ExperimentalFeatures, _Mapping]
|
261
|
+
] = ...,
|
262
|
+
) -> None: ...
|
263
|
+
|
264
|
+
class NodeSettings(_message.Message):
|
265
|
+
__slots__ = ("common",)
|
266
|
+
COMMON_FIELD_NUMBER: _ClassVar[int]
|
267
|
+
common: CommonLanguageSettings
|
268
|
+
def __init__(
|
269
|
+
self, common: _Optional[_Union[CommonLanguageSettings, _Mapping]] = ...
|
270
|
+
) -> None: ...
|
271
|
+
|
272
|
+
class DotnetSettings(_message.Message):
|
273
|
+
__slots__ = (
|
274
|
+
"common",
|
275
|
+
"renamed_services",
|
276
|
+
"renamed_resources",
|
277
|
+
"ignored_resources",
|
278
|
+
"forced_namespace_aliases",
|
279
|
+
"handwritten_signatures",
|
280
|
+
)
|
281
|
+
|
282
|
+
class RenamedServicesEntry(_message.Message):
|
283
|
+
__slots__ = ("key", "value")
|
284
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
285
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
286
|
+
key: str
|
287
|
+
value: str
|
288
|
+
def __init__(
|
289
|
+
self, key: _Optional[str] = ..., value: _Optional[str] = ...
|
290
|
+
) -> None: ...
|
291
|
+
|
292
|
+
class RenamedResourcesEntry(_message.Message):
|
293
|
+
__slots__ = ("key", "value")
|
294
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
295
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
296
|
+
key: str
|
297
|
+
value: str
|
298
|
+
def __init__(
|
299
|
+
self, key: _Optional[str] = ..., value: _Optional[str] = ...
|
300
|
+
) -> None: ...
|
301
|
+
COMMON_FIELD_NUMBER: _ClassVar[int]
|
302
|
+
RENAMED_SERVICES_FIELD_NUMBER: _ClassVar[int]
|
303
|
+
RENAMED_RESOURCES_FIELD_NUMBER: _ClassVar[int]
|
304
|
+
IGNORED_RESOURCES_FIELD_NUMBER: _ClassVar[int]
|
305
|
+
FORCED_NAMESPACE_ALIASES_FIELD_NUMBER: _ClassVar[int]
|
306
|
+
HANDWRITTEN_SIGNATURES_FIELD_NUMBER: _ClassVar[int]
|
307
|
+
common: CommonLanguageSettings
|
308
|
+
renamed_services: _containers.ScalarMap[str, str]
|
309
|
+
renamed_resources: _containers.ScalarMap[str, str]
|
310
|
+
ignored_resources: _containers.RepeatedScalarFieldContainer[str]
|
311
|
+
forced_namespace_aliases: _containers.RepeatedScalarFieldContainer[str]
|
312
|
+
handwritten_signatures: _containers.RepeatedScalarFieldContainer[str]
|
313
|
+
def __init__(
|
314
|
+
self,
|
315
|
+
common: _Optional[_Union[CommonLanguageSettings, _Mapping]] = ...,
|
316
|
+
renamed_services: _Optional[_Mapping[str, str]] = ...,
|
317
|
+
renamed_resources: _Optional[_Mapping[str, str]] = ...,
|
318
|
+
ignored_resources: _Optional[_Iterable[str]] = ...,
|
319
|
+
forced_namespace_aliases: _Optional[_Iterable[str]] = ...,
|
320
|
+
handwritten_signatures: _Optional[_Iterable[str]] = ...,
|
321
|
+
) -> None: ...
|
322
|
+
|
323
|
+
class RubySettings(_message.Message):
|
324
|
+
__slots__ = ("common",)
|
325
|
+
COMMON_FIELD_NUMBER: _ClassVar[int]
|
326
|
+
common: CommonLanguageSettings
|
327
|
+
def __init__(
|
328
|
+
self, common: _Optional[_Union[CommonLanguageSettings, _Mapping]] = ...
|
329
|
+
) -> None: ...
|
330
|
+
|
331
|
+
class GoSettings(_message.Message):
|
332
|
+
__slots__ = ("common", "renamed_services")
|
333
|
+
|
334
|
+
class RenamedServicesEntry(_message.Message):
|
335
|
+
__slots__ = ("key", "value")
|
336
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
337
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
338
|
+
key: str
|
339
|
+
value: str
|
340
|
+
def __init__(
|
341
|
+
self, key: _Optional[str] = ..., value: _Optional[str] = ...
|
342
|
+
) -> None: ...
|
343
|
+
COMMON_FIELD_NUMBER: _ClassVar[int]
|
344
|
+
RENAMED_SERVICES_FIELD_NUMBER: _ClassVar[int]
|
345
|
+
common: CommonLanguageSettings
|
346
|
+
renamed_services: _containers.ScalarMap[str, str]
|
347
|
+
def __init__(
|
348
|
+
self,
|
349
|
+
common: _Optional[_Union[CommonLanguageSettings, _Mapping]] = ...,
|
350
|
+
renamed_services: _Optional[_Mapping[str, str]] = ...,
|
351
|
+
) -> None: ...
|
352
|
+
|
353
|
+
class MethodSettings(_message.Message):
|
354
|
+
__slots__ = ("selector", "long_running", "auto_populated_fields")
|
355
|
+
|
356
|
+
class LongRunning(_message.Message):
|
357
|
+
__slots__ = (
|
358
|
+
"initial_poll_delay",
|
359
|
+
"poll_delay_multiplier",
|
360
|
+
"max_poll_delay",
|
361
|
+
"total_poll_timeout",
|
362
|
+
)
|
363
|
+
INITIAL_POLL_DELAY_FIELD_NUMBER: _ClassVar[int]
|
364
|
+
POLL_DELAY_MULTIPLIER_FIELD_NUMBER: _ClassVar[int]
|
365
|
+
MAX_POLL_DELAY_FIELD_NUMBER: _ClassVar[int]
|
366
|
+
TOTAL_POLL_TIMEOUT_FIELD_NUMBER: _ClassVar[int]
|
367
|
+
initial_poll_delay: _duration_pb2.Duration
|
368
|
+
poll_delay_multiplier: float
|
369
|
+
max_poll_delay: _duration_pb2.Duration
|
370
|
+
total_poll_timeout: _duration_pb2.Duration
|
371
|
+
def __init__(
|
372
|
+
self,
|
373
|
+
initial_poll_delay: _Optional[
|
374
|
+
_Union[_duration_pb2.Duration, _Mapping]
|
375
|
+
] = ...,
|
376
|
+
poll_delay_multiplier: _Optional[float] = ...,
|
377
|
+
max_poll_delay: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ...,
|
378
|
+
total_poll_timeout: _Optional[
|
379
|
+
_Union[_duration_pb2.Duration, _Mapping]
|
380
|
+
] = ...,
|
381
|
+
) -> None: ...
|
382
|
+
SELECTOR_FIELD_NUMBER: _ClassVar[int]
|
383
|
+
LONG_RUNNING_FIELD_NUMBER: _ClassVar[int]
|
384
|
+
AUTO_POPULATED_FIELDS_FIELD_NUMBER: _ClassVar[int]
|
385
|
+
selector: str
|
386
|
+
long_running: MethodSettings.LongRunning
|
387
|
+
auto_populated_fields: _containers.RepeatedScalarFieldContainer[str]
|
388
|
+
def __init__(
|
389
|
+
self,
|
390
|
+
selector: _Optional[str] = ...,
|
391
|
+
long_running: _Optional[_Union[MethodSettings.LongRunning, _Mapping]] = ...,
|
392
|
+
auto_populated_fields: _Optional[_Iterable[str]] = ...,
|
393
|
+
) -> None: ...
|
394
|
+
|
395
|
+
class SelectiveGapicGeneration(_message.Message):
|
396
|
+
__slots__ = ("methods", "generate_omitted_as_internal")
|
397
|
+
METHODS_FIELD_NUMBER: _ClassVar[int]
|
398
|
+
GENERATE_OMITTED_AS_INTERNAL_FIELD_NUMBER: _ClassVar[int]
|
399
|
+
methods: _containers.RepeatedScalarFieldContainer[str]
|
400
|
+
generate_omitted_as_internal: bool
|
401
|
+
def __init__(
|
402
|
+
self,
|
403
|
+
methods: _Optional[_Iterable[str]] = ...,
|
404
|
+
generate_omitted_as_internal: bool = ...,
|
405
|
+
) -> None: ...
|
@@ -0,0 +1,65 @@
|
|
1
|
+
# Copyright 2025 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
from typing import ClassVar as _ClassVar
|
16
|
+
from typing import Iterable as _Iterable
|
17
|
+
from typing import Mapping as _Mapping
|
18
|
+
from typing import Optional as _Optional
|
19
|
+
from typing import Union as _Union
|
20
|
+
|
21
|
+
from google.protobuf import descriptor as _descriptor
|
22
|
+
from google.protobuf import message as _message
|
23
|
+
from google.protobuf.internal import containers as _containers
|
24
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
25
|
+
|
26
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
27
|
+
|
28
|
+
class ChangeType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
29
|
+
__slots__ = ()
|
30
|
+
CHANGE_TYPE_UNSPECIFIED: _ClassVar[ChangeType]
|
31
|
+
ADDED: _ClassVar[ChangeType]
|
32
|
+
REMOVED: _ClassVar[ChangeType]
|
33
|
+
MODIFIED: _ClassVar[ChangeType]
|
34
|
+
|
35
|
+
CHANGE_TYPE_UNSPECIFIED: ChangeType
|
36
|
+
ADDED: ChangeType
|
37
|
+
REMOVED: ChangeType
|
38
|
+
MODIFIED: ChangeType
|
39
|
+
|
40
|
+
class ConfigChange(_message.Message):
|
41
|
+
__slots__ = ("element", "old_value", "new_value", "change_type", "advices")
|
42
|
+
ELEMENT_FIELD_NUMBER: _ClassVar[int]
|
43
|
+
OLD_VALUE_FIELD_NUMBER: _ClassVar[int]
|
44
|
+
NEW_VALUE_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
CHANGE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
46
|
+
ADVICES_FIELD_NUMBER: _ClassVar[int]
|
47
|
+
element: str
|
48
|
+
old_value: str
|
49
|
+
new_value: str
|
50
|
+
change_type: ChangeType
|
51
|
+
advices: _containers.RepeatedCompositeFieldContainer[Advice]
|
52
|
+
def __init__(
|
53
|
+
self,
|
54
|
+
element: _Optional[str] = ...,
|
55
|
+
old_value: _Optional[str] = ...,
|
56
|
+
new_value: _Optional[str] = ...,
|
57
|
+
change_type: _Optional[_Union[ChangeType, str]] = ...,
|
58
|
+
advices: _Optional[_Iterable[_Union[Advice, _Mapping]]] = ...,
|
59
|
+
) -> None: ...
|
60
|
+
|
61
|
+
class Advice(_message.Message):
|
62
|
+
__slots__ = ("description",)
|
63
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
64
|
+
description: str
|
65
|
+
def __init__(self, description: _Optional[str] = ...) -> None: ...
|
@@ -0,0 +1,62 @@
|
|
1
|
+
# Copyright 2025 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
from typing import ClassVar as _ClassVar
|
16
|
+
from typing import Iterable as _Iterable
|
17
|
+
from typing import Mapping as _Mapping
|
18
|
+
from typing import Optional as _Optional
|
19
|
+
from typing import Union as _Union
|
20
|
+
|
21
|
+
from google.protobuf import descriptor as _descriptor
|
22
|
+
from google.protobuf import message as _message
|
23
|
+
from google.protobuf.internal import containers as _containers
|
24
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
25
|
+
|
26
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
27
|
+
|
28
|
+
class ProjectProperties(_message.Message):
|
29
|
+
__slots__ = ("properties",)
|
30
|
+
PROPERTIES_FIELD_NUMBER: _ClassVar[int]
|
31
|
+
properties: _containers.RepeatedCompositeFieldContainer[Property]
|
32
|
+
def __init__(
|
33
|
+
self, properties: _Optional[_Iterable[_Union[Property, _Mapping]]] = ...
|
34
|
+
) -> None: ...
|
35
|
+
|
36
|
+
class Property(_message.Message):
|
37
|
+
__slots__ = ("name", "type", "description")
|
38
|
+
|
39
|
+
class PropertyType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
40
|
+
__slots__ = ()
|
41
|
+
UNSPECIFIED: _ClassVar[Property.PropertyType]
|
42
|
+
INT64: _ClassVar[Property.PropertyType]
|
43
|
+
BOOL: _ClassVar[Property.PropertyType]
|
44
|
+
STRING: _ClassVar[Property.PropertyType]
|
45
|
+
DOUBLE: _ClassVar[Property.PropertyType]
|
46
|
+
UNSPECIFIED: Property.PropertyType
|
47
|
+
INT64: Property.PropertyType
|
48
|
+
BOOL: Property.PropertyType
|
49
|
+
STRING: Property.PropertyType
|
50
|
+
DOUBLE: Property.PropertyType
|
51
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
52
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
53
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
54
|
+
name: str
|
55
|
+
type: Property.PropertyType
|
56
|
+
description: str
|
57
|
+
def __init__(
|
58
|
+
self,
|
59
|
+
name: _Optional[str] = ...,
|
60
|
+
type: _Optional[_Union[Property.PropertyType, str]] = ...,
|
61
|
+
description: _Optional[str] = ...,
|
62
|
+
) -> None: ...
|