py2docfx 0.1.16.dev2052678__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.dev2052678.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/METADATA +2 -3
- {py2docfx-0.1.16.dev2052678.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/RECORD +263 -104
- {py2docfx-0.1.16.dev2052678.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.dev2052678.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,116 @@
|
|
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 Quota(_message.Message):
|
28
|
+
__slots__ = ("limits", "metric_rules")
|
29
|
+
LIMITS_FIELD_NUMBER: _ClassVar[int]
|
30
|
+
METRIC_RULES_FIELD_NUMBER: _ClassVar[int]
|
31
|
+
limits: _containers.RepeatedCompositeFieldContainer[QuotaLimit]
|
32
|
+
metric_rules: _containers.RepeatedCompositeFieldContainer[MetricRule]
|
33
|
+
def __init__(
|
34
|
+
self,
|
35
|
+
limits: _Optional[_Iterable[_Union[QuotaLimit, _Mapping]]] = ...,
|
36
|
+
metric_rules: _Optional[_Iterable[_Union[MetricRule, _Mapping]]] = ...,
|
37
|
+
) -> None: ...
|
38
|
+
|
39
|
+
class MetricRule(_message.Message):
|
40
|
+
__slots__ = ("selector", "metric_costs")
|
41
|
+
|
42
|
+
class MetricCostsEntry(_message.Message):
|
43
|
+
__slots__ = ("key", "value")
|
44
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
46
|
+
key: str
|
47
|
+
value: int
|
48
|
+
def __init__(
|
49
|
+
self, key: _Optional[str] = ..., value: _Optional[int] = ...
|
50
|
+
) -> None: ...
|
51
|
+
SELECTOR_FIELD_NUMBER: _ClassVar[int]
|
52
|
+
METRIC_COSTS_FIELD_NUMBER: _ClassVar[int]
|
53
|
+
selector: str
|
54
|
+
metric_costs: _containers.ScalarMap[str, int]
|
55
|
+
def __init__(
|
56
|
+
self,
|
57
|
+
selector: _Optional[str] = ...,
|
58
|
+
metric_costs: _Optional[_Mapping[str, int]] = ...,
|
59
|
+
) -> None: ...
|
60
|
+
|
61
|
+
class QuotaLimit(_message.Message):
|
62
|
+
__slots__ = (
|
63
|
+
"name",
|
64
|
+
"description",
|
65
|
+
"default_limit",
|
66
|
+
"max_limit",
|
67
|
+
"free_tier",
|
68
|
+
"duration",
|
69
|
+
"metric",
|
70
|
+
"unit",
|
71
|
+
"values",
|
72
|
+
"display_name",
|
73
|
+
)
|
74
|
+
|
75
|
+
class ValuesEntry(_message.Message):
|
76
|
+
__slots__ = ("key", "value")
|
77
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
78
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
79
|
+
key: str
|
80
|
+
value: int
|
81
|
+
def __init__(
|
82
|
+
self, key: _Optional[str] = ..., value: _Optional[int] = ...
|
83
|
+
) -> None: ...
|
84
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
85
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
86
|
+
DEFAULT_LIMIT_FIELD_NUMBER: _ClassVar[int]
|
87
|
+
MAX_LIMIT_FIELD_NUMBER: _ClassVar[int]
|
88
|
+
FREE_TIER_FIELD_NUMBER: _ClassVar[int]
|
89
|
+
DURATION_FIELD_NUMBER: _ClassVar[int]
|
90
|
+
METRIC_FIELD_NUMBER: _ClassVar[int]
|
91
|
+
UNIT_FIELD_NUMBER: _ClassVar[int]
|
92
|
+
VALUES_FIELD_NUMBER: _ClassVar[int]
|
93
|
+
DISPLAY_NAME_FIELD_NUMBER: _ClassVar[int]
|
94
|
+
name: str
|
95
|
+
description: str
|
96
|
+
default_limit: int
|
97
|
+
max_limit: int
|
98
|
+
free_tier: int
|
99
|
+
duration: str
|
100
|
+
metric: str
|
101
|
+
unit: str
|
102
|
+
values: _containers.ScalarMap[str, int]
|
103
|
+
display_name: str
|
104
|
+
def __init__(
|
105
|
+
self,
|
106
|
+
name: _Optional[str] = ...,
|
107
|
+
description: _Optional[str] = ...,
|
108
|
+
default_limit: _Optional[int] = ...,
|
109
|
+
max_limit: _Optional[int] = ...,
|
110
|
+
free_tier: _Optional[int] = ...,
|
111
|
+
duration: _Optional[str] = ...,
|
112
|
+
metric: _Optional[str] = ...,
|
113
|
+
unit: _Optional[str] = ...,
|
114
|
+
values: _Optional[_Mapping[str, int]] = ...,
|
115
|
+
display_name: _Optional[str] = ...,
|
116
|
+
) -> None: ...
|
@@ -0,0 +1,93 @@
|
|
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 Optional as _Optional
|
18
|
+
from typing import Union as _Union
|
19
|
+
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
21
|
+
from google.protobuf import descriptor_pb2 as _descriptor_pb2
|
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
|
+
RESOURCE_REFERENCE_FIELD_NUMBER: _ClassVar[int]
|
28
|
+
resource_reference: _descriptor.FieldDescriptor
|
29
|
+
RESOURCE_DEFINITION_FIELD_NUMBER: _ClassVar[int]
|
30
|
+
resource_definition: _descriptor.FieldDescriptor
|
31
|
+
RESOURCE_FIELD_NUMBER: _ClassVar[int]
|
32
|
+
resource: _descriptor.FieldDescriptor
|
33
|
+
|
34
|
+
class ResourceDescriptor(_message.Message):
|
35
|
+
__slots__ = (
|
36
|
+
"type",
|
37
|
+
"pattern",
|
38
|
+
"name_field",
|
39
|
+
"history",
|
40
|
+
"plural",
|
41
|
+
"singular",
|
42
|
+
"style",
|
43
|
+
)
|
44
|
+
|
45
|
+
class History(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
46
|
+
__slots__ = ()
|
47
|
+
HISTORY_UNSPECIFIED: _ClassVar[ResourceDescriptor.History]
|
48
|
+
ORIGINALLY_SINGLE_PATTERN: _ClassVar[ResourceDescriptor.History]
|
49
|
+
FUTURE_MULTI_PATTERN: _ClassVar[ResourceDescriptor.History]
|
50
|
+
HISTORY_UNSPECIFIED: ResourceDescriptor.History
|
51
|
+
ORIGINALLY_SINGLE_PATTERN: ResourceDescriptor.History
|
52
|
+
FUTURE_MULTI_PATTERN: ResourceDescriptor.History
|
53
|
+
|
54
|
+
class Style(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
55
|
+
__slots__ = ()
|
56
|
+
STYLE_UNSPECIFIED: _ClassVar[ResourceDescriptor.Style]
|
57
|
+
DECLARATIVE_FRIENDLY: _ClassVar[ResourceDescriptor.Style]
|
58
|
+
STYLE_UNSPECIFIED: ResourceDescriptor.Style
|
59
|
+
DECLARATIVE_FRIENDLY: ResourceDescriptor.Style
|
60
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
61
|
+
PATTERN_FIELD_NUMBER: _ClassVar[int]
|
62
|
+
NAME_FIELD_FIELD_NUMBER: _ClassVar[int]
|
63
|
+
HISTORY_FIELD_NUMBER: _ClassVar[int]
|
64
|
+
PLURAL_FIELD_NUMBER: _ClassVar[int]
|
65
|
+
SINGULAR_FIELD_NUMBER: _ClassVar[int]
|
66
|
+
STYLE_FIELD_NUMBER: _ClassVar[int]
|
67
|
+
type: str
|
68
|
+
pattern: _containers.RepeatedScalarFieldContainer[str]
|
69
|
+
name_field: str
|
70
|
+
history: ResourceDescriptor.History
|
71
|
+
plural: str
|
72
|
+
singular: str
|
73
|
+
style: _containers.RepeatedScalarFieldContainer[ResourceDescriptor.Style]
|
74
|
+
def __init__(
|
75
|
+
self,
|
76
|
+
type: _Optional[str] = ...,
|
77
|
+
pattern: _Optional[_Iterable[str]] = ...,
|
78
|
+
name_field: _Optional[str] = ...,
|
79
|
+
history: _Optional[_Union[ResourceDescriptor.History, str]] = ...,
|
80
|
+
plural: _Optional[str] = ...,
|
81
|
+
singular: _Optional[str] = ...,
|
82
|
+
style: _Optional[_Iterable[_Union[ResourceDescriptor.Style, str]]] = ...,
|
83
|
+
) -> None: ...
|
84
|
+
|
85
|
+
class ResourceReference(_message.Message):
|
86
|
+
__slots__ = ("type", "child_type")
|
87
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
88
|
+
CHILD_TYPE_FIELD_NUMBER: _ClassVar[int]
|
89
|
+
type: str
|
90
|
+
child_type: str
|
91
|
+
def __init__(
|
92
|
+
self, type: _Optional[str] = ..., child_type: _Optional[str] = ...
|
93
|
+
) -> None: ...
|
@@ -0,0 +1,49 @@
|
|
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 message as _message
|
24
|
+
from google.protobuf.internal import containers as _containers
|
25
|
+
|
26
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
27
|
+
ROUTING_FIELD_NUMBER: _ClassVar[int]
|
28
|
+
routing: _descriptor.FieldDescriptor
|
29
|
+
|
30
|
+
class RoutingRule(_message.Message):
|
31
|
+
__slots__ = ("routing_parameters",)
|
32
|
+
ROUTING_PARAMETERS_FIELD_NUMBER: _ClassVar[int]
|
33
|
+
routing_parameters: _containers.RepeatedCompositeFieldContainer[RoutingParameter]
|
34
|
+
def __init__(
|
35
|
+
self,
|
36
|
+
routing_parameters: _Optional[
|
37
|
+
_Iterable[_Union[RoutingParameter, _Mapping]]
|
38
|
+
] = ...,
|
39
|
+
) -> None: ...
|
40
|
+
|
41
|
+
class RoutingParameter(_message.Message):
|
42
|
+
__slots__ = ("field", "path_template")
|
43
|
+
FIELD_FIELD_NUMBER: _ClassVar[int]
|
44
|
+
PATH_TEMPLATE_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
field: str
|
46
|
+
path_template: str
|
47
|
+
def __init__(
|
48
|
+
self, field: _Optional[str] = ..., path_template: _Optional[str] = ...
|
49
|
+
) -> None: ...
|
@@ -0,0 +1,170 @@
|
|
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 api_pb2 as _api_pb2
|
22
|
+
from google.protobuf import descriptor as _descriptor
|
23
|
+
from google.protobuf import message as _message
|
24
|
+
from google.protobuf import type_pb2 as _type_pb2
|
25
|
+
from google.protobuf import wrappers_pb2 as _wrappers_pb2
|
26
|
+
from google.protobuf.internal import containers as _containers
|
27
|
+
|
28
|
+
from google.api import auth_pb2 as _auth_pb2
|
29
|
+
from google.api import backend_pb2 as _backend_pb2
|
30
|
+
from google.api import billing_pb2 as _billing_pb2
|
31
|
+
from google.api import client_pb2 as _client_pb2
|
32
|
+
from google.api import context_pb2 as _context_pb2
|
33
|
+
from google.api import control_pb2 as _control_pb2
|
34
|
+
from google.api import documentation_pb2 as _documentation_pb2
|
35
|
+
from google.api import endpoint_pb2 as _endpoint_pb2
|
36
|
+
from google.api import http_pb2 as _http_pb2
|
37
|
+
from google.api import log_pb2 as _log_pb2
|
38
|
+
from google.api import logging_pb2 as _logging_pb2
|
39
|
+
from google.api import metric_pb2 as _metric_pb2
|
40
|
+
from google.api import monitored_resource_pb2 as _monitored_resource_pb2
|
41
|
+
from google.api import monitoring_pb2 as _monitoring_pb2
|
42
|
+
from google.api import quota_pb2 as _quota_pb2
|
43
|
+
from google.api import source_info_pb2 as _source_info_pb2
|
44
|
+
from google.api import system_parameter_pb2 as _system_parameter_pb2
|
45
|
+
from google.api import usage_pb2 as _usage_pb2
|
46
|
+
|
47
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
48
|
+
|
49
|
+
class Service(_message.Message):
|
50
|
+
__slots__ = (
|
51
|
+
"name",
|
52
|
+
"title",
|
53
|
+
"producer_project_id",
|
54
|
+
"id",
|
55
|
+
"apis",
|
56
|
+
"types",
|
57
|
+
"enums",
|
58
|
+
"documentation",
|
59
|
+
"backend",
|
60
|
+
"http",
|
61
|
+
"quota",
|
62
|
+
"authentication",
|
63
|
+
"context",
|
64
|
+
"usage",
|
65
|
+
"endpoints",
|
66
|
+
"control",
|
67
|
+
"logs",
|
68
|
+
"metrics",
|
69
|
+
"monitored_resources",
|
70
|
+
"billing",
|
71
|
+
"logging",
|
72
|
+
"monitoring",
|
73
|
+
"system_parameters",
|
74
|
+
"source_info",
|
75
|
+
"publishing",
|
76
|
+
"config_version",
|
77
|
+
)
|
78
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
79
|
+
TITLE_FIELD_NUMBER: _ClassVar[int]
|
80
|
+
PRODUCER_PROJECT_ID_FIELD_NUMBER: _ClassVar[int]
|
81
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
82
|
+
APIS_FIELD_NUMBER: _ClassVar[int]
|
83
|
+
TYPES_FIELD_NUMBER: _ClassVar[int]
|
84
|
+
ENUMS_FIELD_NUMBER: _ClassVar[int]
|
85
|
+
DOCUMENTATION_FIELD_NUMBER: _ClassVar[int]
|
86
|
+
BACKEND_FIELD_NUMBER: _ClassVar[int]
|
87
|
+
HTTP_FIELD_NUMBER: _ClassVar[int]
|
88
|
+
QUOTA_FIELD_NUMBER: _ClassVar[int]
|
89
|
+
AUTHENTICATION_FIELD_NUMBER: _ClassVar[int]
|
90
|
+
CONTEXT_FIELD_NUMBER: _ClassVar[int]
|
91
|
+
USAGE_FIELD_NUMBER: _ClassVar[int]
|
92
|
+
ENDPOINTS_FIELD_NUMBER: _ClassVar[int]
|
93
|
+
CONTROL_FIELD_NUMBER: _ClassVar[int]
|
94
|
+
LOGS_FIELD_NUMBER: _ClassVar[int]
|
95
|
+
METRICS_FIELD_NUMBER: _ClassVar[int]
|
96
|
+
MONITORED_RESOURCES_FIELD_NUMBER: _ClassVar[int]
|
97
|
+
BILLING_FIELD_NUMBER: _ClassVar[int]
|
98
|
+
LOGGING_FIELD_NUMBER: _ClassVar[int]
|
99
|
+
MONITORING_FIELD_NUMBER: _ClassVar[int]
|
100
|
+
SYSTEM_PARAMETERS_FIELD_NUMBER: _ClassVar[int]
|
101
|
+
SOURCE_INFO_FIELD_NUMBER: _ClassVar[int]
|
102
|
+
PUBLISHING_FIELD_NUMBER: _ClassVar[int]
|
103
|
+
CONFIG_VERSION_FIELD_NUMBER: _ClassVar[int]
|
104
|
+
name: str
|
105
|
+
title: str
|
106
|
+
producer_project_id: str
|
107
|
+
id: str
|
108
|
+
apis: _containers.RepeatedCompositeFieldContainer[_api_pb2.Api]
|
109
|
+
types: _containers.RepeatedCompositeFieldContainer[_type_pb2.Type]
|
110
|
+
enums: _containers.RepeatedCompositeFieldContainer[_type_pb2.Enum]
|
111
|
+
documentation: _documentation_pb2.Documentation
|
112
|
+
backend: _backend_pb2.Backend
|
113
|
+
http: _http_pb2.Http
|
114
|
+
quota: _quota_pb2.Quota
|
115
|
+
authentication: _auth_pb2.Authentication
|
116
|
+
context: _context_pb2.Context
|
117
|
+
usage: _usage_pb2.Usage
|
118
|
+
endpoints: _containers.RepeatedCompositeFieldContainer[_endpoint_pb2.Endpoint]
|
119
|
+
control: _control_pb2.Control
|
120
|
+
logs: _containers.RepeatedCompositeFieldContainer[_log_pb2.LogDescriptor]
|
121
|
+
metrics: _containers.RepeatedCompositeFieldContainer[_metric_pb2.MetricDescriptor]
|
122
|
+
monitored_resources: _containers.RepeatedCompositeFieldContainer[
|
123
|
+
_monitored_resource_pb2.MonitoredResourceDescriptor
|
124
|
+
]
|
125
|
+
billing: _billing_pb2.Billing
|
126
|
+
logging: _logging_pb2.Logging
|
127
|
+
monitoring: _monitoring_pb2.Monitoring
|
128
|
+
system_parameters: _system_parameter_pb2.SystemParameters
|
129
|
+
source_info: _source_info_pb2.SourceInfo
|
130
|
+
publishing: _client_pb2.Publishing
|
131
|
+
config_version: _wrappers_pb2.UInt32Value
|
132
|
+
def __init__(
|
133
|
+
self,
|
134
|
+
name: _Optional[str] = ...,
|
135
|
+
title: _Optional[str] = ...,
|
136
|
+
producer_project_id: _Optional[str] = ...,
|
137
|
+
id: _Optional[str] = ...,
|
138
|
+
apis: _Optional[_Iterable[_Union[_api_pb2.Api, _Mapping]]] = ...,
|
139
|
+
types: _Optional[_Iterable[_Union[_type_pb2.Type, _Mapping]]] = ...,
|
140
|
+
enums: _Optional[_Iterable[_Union[_type_pb2.Enum, _Mapping]]] = ...,
|
141
|
+
documentation: _Optional[
|
142
|
+
_Union[_documentation_pb2.Documentation, _Mapping]
|
143
|
+
] = ...,
|
144
|
+
backend: _Optional[_Union[_backend_pb2.Backend, _Mapping]] = ...,
|
145
|
+
http: _Optional[_Union[_http_pb2.Http, _Mapping]] = ...,
|
146
|
+
quota: _Optional[_Union[_quota_pb2.Quota, _Mapping]] = ...,
|
147
|
+
authentication: _Optional[_Union[_auth_pb2.Authentication, _Mapping]] = ...,
|
148
|
+
context: _Optional[_Union[_context_pb2.Context, _Mapping]] = ...,
|
149
|
+
usage: _Optional[_Union[_usage_pb2.Usage, _Mapping]] = ...,
|
150
|
+
endpoints: _Optional[_Iterable[_Union[_endpoint_pb2.Endpoint, _Mapping]]] = ...,
|
151
|
+
control: _Optional[_Union[_control_pb2.Control, _Mapping]] = ...,
|
152
|
+
logs: _Optional[_Iterable[_Union[_log_pb2.LogDescriptor, _Mapping]]] = ...,
|
153
|
+
metrics: _Optional[
|
154
|
+
_Iterable[_Union[_metric_pb2.MetricDescriptor, _Mapping]]
|
155
|
+
] = ...,
|
156
|
+
monitored_resources: _Optional[
|
157
|
+
_Iterable[
|
158
|
+
_Union[_monitored_resource_pb2.MonitoredResourceDescriptor, _Mapping]
|
159
|
+
]
|
160
|
+
] = ...,
|
161
|
+
billing: _Optional[_Union[_billing_pb2.Billing, _Mapping]] = ...,
|
162
|
+
logging: _Optional[_Union[_logging_pb2.Logging, _Mapping]] = ...,
|
163
|
+
monitoring: _Optional[_Union[_monitoring_pb2.Monitoring, _Mapping]] = ...,
|
164
|
+
system_parameters: _Optional[
|
165
|
+
_Union[_system_parameter_pb2.SystemParameters, _Mapping]
|
166
|
+
] = ...,
|
167
|
+
source_info: _Optional[_Union[_source_info_pb2.SourceInfo, _Mapping]] = ...,
|
168
|
+
publishing: _Optional[_Union[_client_pb2.Publishing, _Mapping]] = ...,
|
169
|
+
config_version: _Optional[_Union[_wrappers_pb2.UInt32Value, _Mapping]] = ...,
|
170
|
+
) -> None: ...
|
@@ -0,0 +1,34 @@
|
|
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 any_pb2 as _any_pb2
|
22
|
+
from google.protobuf import descriptor as _descriptor
|
23
|
+
from google.protobuf import message as _message
|
24
|
+
from google.protobuf.internal import containers as _containers
|
25
|
+
|
26
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
27
|
+
|
28
|
+
class SourceInfo(_message.Message):
|
29
|
+
__slots__ = ("source_files",)
|
30
|
+
SOURCE_FILES_FIELD_NUMBER: _ClassVar[int]
|
31
|
+
source_files: _containers.RepeatedCompositeFieldContainer[_any_pb2.Any]
|
32
|
+
def __init__(
|
33
|
+
self, source_files: _Optional[_Iterable[_Union[_any_pb2.Any, _Mapping]]] = ...
|
34
|
+
) -> None: ...
|
@@ -0,0 +1,60 @@
|
|
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 SystemParameters(_message.Message):
|
28
|
+
__slots__ = ("rules",)
|
29
|
+
RULES_FIELD_NUMBER: _ClassVar[int]
|
30
|
+
rules: _containers.RepeatedCompositeFieldContainer[SystemParameterRule]
|
31
|
+
def __init__(
|
32
|
+
self, rules: _Optional[_Iterable[_Union[SystemParameterRule, _Mapping]]] = ...
|
33
|
+
) -> None: ...
|
34
|
+
|
35
|
+
class SystemParameterRule(_message.Message):
|
36
|
+
__slots__ = ("selector", "parameters")
|
37
|
+
SELECTOR_FIELD_NUMBER: _ClassVar[int]
|
38
|
+
PARAMETERS_FIELD_NUMBER: _ClassVar[int]
|
39
|
+
selector: str
|
40
|
+
parameters: _containers.RepeatedCompositeFieldContainer[SystemParameter]
|
41
|
+
def __init__(
|
42
|
+
self,
|
43
|
+
selector: _Optional[str] = ...,
|
44
|
+
parameters: _Optional[_Iterable[_Union[SystemParameter, _Mapping]]] = ...,
|
45
|
+
) -> None: ...
|
46
|
+
|
47
|
+
class SystemParameter(_message.Message):
|
48
|
+
__slots__ = ("name", "http_header", "url_query_parameter")
|
49
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
50
|
+
HTTP_HEADER_FIELD_NUMBER: _ClassVar[int]
|
51
|
+
URL_QUERY_PARAMETER_FIELD_NUMBER: _ClassVar[int]
|
52
|
+
name: str
|
53
|
+
http_header: str
|
54
|
+
url_query_parameter: str
|
55
|
+
def __init__(
|
56
|
+
self,
|
57
|
+
name: _Optional[str] = ...,
|
58
|
+
http_header: _Optional[str] = ...,
|
59
|
+
url_query_parameter: _Optional[str] = ...,
|
60
|
+
) -> None: ...
|
@@ -0,0 +1,55 @@
|
|
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 Usage(_message.Message):
|
28
|
+
__slots__ = ("requirements", "rules", "producer_notification_channel")
|
29
|
+
REQUIREMENTS_FIELD_NUMBER: _ClassVar[int]
|
30
|
+
RULES_FIELD_NUMBER: _ClassVar[int]
|
31
|
+
PRODUCER_NOTIFICATION_CHANNEL_FIELD_NUMBER: _ClassVar[int]
|
32
|
+
requirements: _containers.RepeatedScalarFieldContainer[str]
|
33
|
+
rules: _containers.RepeatedCompositeFieldContainer[UsageRule]
|
34
|
+
producer_notification_channel: str
|
35
|
+
def __init__(
|
36
|
+
self,
|
37
|
+
requirements: _Optional[_Iterable[str]] = ...,
|
38
|
+
rules: _Optional[_Iterable[_Union[UsageRule, _Mapping]]] = ...,
|
39
|
+
producer_notification_channel: _Optional[str] = ...,
|
40
|
+
) -> None: ...
|
41
|
+
|
42
|
+
class UsageRule(_message.Message):
|
43
|
+
__slots__ = ("selector", "allow_unregistered_calls", "skip_service_control")
|
44
|
+
SELECTOR_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
ALLOW_UNREGISTERED_CALLS_FIELD_NUMBER: _ClassVar[int]
|
46
|
+
SKIP_SERVICE_CONTROL_FIELD_NUMBER: _ClassVar[int]
|
47
|
+
selector: str
|
48
|
+
allow_unregistered_calls: bool
|
49
|
+
skip_service_control: bool
|
50
|
+
def __init__(
|
51
|
+
self,
|
52
|
+
selector: _Optional[str] = ...,
|
53
|
+
allow_unregistered_calls: bool = ...,
|
54
|
+
skip_service_control: bool = ...,
|
55
|
+
) -> None: ...
|
@@ -0,0 +1,56 @@
|
|
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 message as _message
|
24
|
+
from google.protobuf.internal import containers as _containers
|
25
|
+
|
26
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
27
|
+
ENUM_VISIBILITY_FIELD_NUMBER: _ClassVar[int]
|
28
|
+
enum_visibility: _descriptor.FieldDescriptor
|
29
|
+
VALUE_VISIBILITY_FIELD_NUMBER: _ClassVar[int]
|
30
|
+
value_visibility: _descriptor.FieldDescriptor
|
31
|
+
FIELD_VISIBILITY_FIELD_NUMBER: _ClassVar[int]
|
32
|
+
field_visibility: _descriptor.FieldDescriptor
|
33
|
+
MESSAGE_VISIBILITY_FIELD_NUMBER: _ClassVar[int]
|
34
|
+
message_visibility: _descriptor.FieldDescriptor
|
35
|
+
METHOD_VISIBILITY_FIELD_NUMBER: _ClassVar[int]
|
36
|
+
method_visibility: _descriptor.FieldDescriptor
|
37
|
+
API_VISIBILITY_FIELD_NUMBER: _ClassVar[int]
|
38
|
+
api_visibility: _descriptor.FieldDescriptor
|
39
|
+
|
40
|
+
class Visibility(_message.Message):
|
41
|
+
__slots__ = ("rules",)
|
42
|
+
RULES_FIELD_NUMBER: _ClassVar[int]
|
43
|
+
rules: _containers.RepeatedCompositeFieldContainer[VisibilityRule]
|
44
|
+
def __init__(
|
45
|
+
self, rules: _Optional[_Iterable[_Union[VisibilityRule, _Mapping]]] = ...
|
46
|
+
) -> None: ...
|
47
|
+
|
48
|
+
class VisibilityRule(_message.Message):
|
49
|
+
__slots__ = ("selector", "restriction")
|
50
|
+
SELECTOR_FIELD_NUMBER: _ClassVar[int]
|
51
|
+
RESTRICTION_FIELD_NUMBER: _ClassVar[int]
|
52
|
+
selector: str
|
53
|
+
restriction: str
|
54
|
+
def __init__(
|
55
|
+
self, selector: _Optional[str] = ..., restriction: _Optional[str] = ...
|
56
|
+
) -> None: ...
|