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,45 @@
|
|
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
|
+
|
17
|
+
from google.protobuf import descriptor as _descriptor
|
18
|
+
from google.protobuf import descriptor_pb2 as _descriptor_pb2
|
19
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
20
|
+
|
21
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
22
|
+
|
23
|
+
class OperationResponseMapping(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
24
|
+
__slots__ = ()
|
25
|
+
UNDEFINED: _ClassVar[OperationResponseMapping]
|
26
|
+
NAME: _ClassVar[OperationResponseMapping]
|
27
|
+
STATUS: _ClassVar[OperationResponseMapping]
|
28
|
+
ERROR_CODE: _ClassVar[OperationResponseMapping]
|
29
|
+
ERROR_MESSAGE: _ClassVar[OperationResponseMapping]
|
30
|
+
|
31
|
+
UNDEFINED: OperationResponseMapping
|
32
|
+
NAME: OperationResponseMapping
|
33
|
+
STATUS: OperationResponseMapping
|
34
|
+
ERROR_CODE: OperationResponseMapping
|
35
|
+
ERROR_MESSAGE: OperationResponseMapping
|
36
|
+
OPERATION_FIELD_FIELD_NUMBER: _ClassVar[int]
|
37
|
+
operation_field: _descriptor.FieldDescriptor
|
38
|
+
OPERATION_REQUEST_FIELD_FIELD_NUMBER: _ClassVar[int]
|
39
|
+
operation_request_field: _descriptor.FieldDescriptor
|
40
|
+
OPERATION_RESPONSE_FIELD_FIELD_NUMBER: _ClassVar[int]
|
41
|
+
operation_response_field: _descriptor.FieldDescriptor
|
42
|
+
OPERATION_SERVICE_FIELD_NUMBER: _ClassVar[int]
|
43
|
+
operation_service: _descriptor.FieldDescriptor
|
44
|
+
OPERATION_POLLING_METHOD_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
operation_polling_method: _descriptor.FieldDescriptor
|
@@ -0,0 +1,96 @@
|
|
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
|
+
from google.api import annotations_pb2 as _annotations_pb2
|
27
|
+
from google.api import client_pb2 as _client_pb2
|
28
|
+
|
29
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
30
|
+
|
31
|
+
class ListLocationsRequest(_message.Message):
|
32
|
+
__slots__ = ("name", "filter", "page_size", "page_token")
|
33
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
34
|
+
FILTER_FIELD_NUMBER: _ClassVar[int]
|
35
|
+
PAGE_SIZE_FIELD_NUMBER: _ClassVar[int]
|
36
|
+
PAGE_TOKEN_FIELD_NUMBER: _ClassVar[int]
|
37
|
+
name: str
|
38
|
+
filter: str
|
39
|
+
page_size: int
|
40
|
+
page_token: str
|
41
|
+
def __init__(
|
42
|
+
self,
|
43
|
+
name: _Optional[str] = ...,
|
44
|
+
filter: _Optional[str] = ...,
|
45
|
+
page_size: _Optional[int] = ...,
|
46
|
+
page_token: _Optional[str] = ...,
|
47
|
+
) -> None: ...
|
48
|
+
|
49
|
+
class ListLocationsResponse(_message.Message):
|
50
|
+
__slots__ = ("locations", "next_page_token")
|
51
|
+
LOCATIONS_FIELD_NUMBER: _ClassVar[int]
|
52
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: _ClassVar[int]
|
53
|
+
locations: _containers.RepeatedCompositeFieldContainer[Location]
|
54
|
+
next_page_token: str
|
55
|
+
def __init__(
|
56
|
+
self,
|
57
|
+
locations: _Optional[_Iterable[_Union[Location, _Mapping]]] = ...,
|
58
|
+
next_page_token: _Optional[str] = ...,
|
59
|
+
) -> None: ...
|
60
|
+
|
61
|
+
class GetLocationRequest(_message.Message):
|
62
|
+
__slots__ = ("name",)
|
63
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
64
|
+
name: str
|
65
|
+
def __init__(self, name: _Optional[str] = ...) -> None: ...
|
66
|
+
|
67
|
+
class Location(_message.Message):
|
68
|
+
__slots__ = ("name", "location_id", "display_name", "labels", "metadata")
|
69
|
+
|
70
|
+
class LabelsEntry(_message.Message):
|
71
|
+
__slots__ = ("key", "value")
|
72
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
73
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
74
|
+
key: str
|
75
|
+
value: str
|
76
|
+
def __init__(
|
77
|
+
self, key: _Optional[str] = ..., value: _Optional[str] = ...
|
78
|
+
) -> None: ...
|
79
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
80
|
+
LOCATION_ID_FIELD_NUMBER: _ClassVar[int]
|
81
|
+
DISPLAY_NAME_FIELD_NUMBER: _ClassVar[int]
|
82
|
+
LABELS_FIELD_NUMBER: _ClassVar[int]
|
83
|
+
METADATA_FIELD_NUMBER: _ClassVar[int]
|
84
|
+
name: str
|
85
|
+
location_id: str
|
86
|
+
display_name: str
|
87
|
+
labels: _containers.ScalarMap[str, str]
|
88
|
+
metadata: _any_pb2.Any
|
89
|
+
def __init__(
|
90
|
+
self,
|
91
|
+
name: _Optional[str] = ...,
|
92
|
+
location_id: _Optional[str] = ...,
|
93
|
+
display_name: _Optional[str] = ...,
|
94
|
+
labels: _Optional[_Mapping[str, str]] = ...,
|
95
|
+
metadata: _Optional[_Union[_any_pb2.Any, _Mapping]] = ...,
|
96
|
+
) -> None: ...
|
@@ -0,0 +1,118 @@
|
|
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 GapicMetadata(_message.Message):
|
28
|
+
__slots__ = (
|
29
|
+
"schema",
|
30
|
+
"comment",
|
31
|
+
"language",
|
32
|
+
"proto_package",
|
33
|
+
"library_package",
|
34
|
+
"services",
|
35
|
+
)
|
36
|
+
|
37
|
+
class ServicesEntry(_message.Message):
|
38
|
+
__slots__ = ("key", "value")
|
39
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
40
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
41
|
+
key: str
|
42
|
+
value: GapicMetadata.ServiceForTransport
|
43
|
+
def __init__(
|
44
|
+
self,
|
45
|
+
key: _Optional[str] = ...,
|
46
|
+
value: _Optional[_Union[GapicMetadata.ServiceForTransport, _Mapping]] = ...,
|
47
|
+
) -> None: ...
|
48
|
+
|
49
|
+
class ServiceForTransport(_message.Message):
|
50
|
+
__slots__ = ("clients",)
|
51
|
+
|
52
|
+
class ClientsEntry(_message.Message):
|
53
|
+
__slots__ = ("key", "value")
|
54
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
55
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
56
|
+
key: str
|
57
|
+
value: GapicMetadata.ServiceAsClient
|
58
|
+
def __init__(
|
59
|
+
self,
|
60
|
+
key: _Optional[str] = ...,
|
61
|
+
value: _Optional[_Union[GapicMetadata.ServiceAsClient, _Mapping]] = ...,
|
62
|
+
) -> None: ...
|
63
|
+
CLIENTS_FIELD_NUMBER: _ClassVar[int]
|
64
|
+
clients: _containers.MessageMap[str, GapicMetadata.ServiceAsClient]
|
65
|
+
def __init__(
|
66
|
+
self, clients: _Optional[_Mapping[str, GapicMetadata.ServiceAsClient]] = ...
|
67
|
+
) -> None: ...
|
68
|
+
|
69
|
+
class ServiceAsClient(_message.Message):
|
70
|
+
__slots__ = ("library_client", "rpcs")
|
71
|
+
|
72
|
+
class RpcsEntry(_message.Message):
|
73
|
+
__slots__ = ("key", "value")
|
74
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
75
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
76
|
+
key: str
|
77
|
+
value: GapicMetadata.MethodList
|
78
|
+
def __init__(
|
79
|
+
self,
|
80
|
+
key: _Optional[str] = ...,
|
81
|
+
value: _Optional[_Union[GapicMetadata.MethodList, _Mapping]] = ...,
|
82
|
+
) -> None: ...
|
83
|
+
LIBRARY_CLIENT_FIELD_NUMBER: _ClassVar[int]
|
84
|
+
RPCS_FIELD_NUMBER: _ClassVar[int]
|
85
|
+
library_client: str
|
86
|
+
rpcs: _containers.MessageMap[str, GapicMetadata.MethodList]
|
87
|
+
def __init__(
|
88
|
+
self,
|
89
|
+
library_client: _Optional[str] = ...,
|
90
|
+
rpcs: _Optional[_Mapping[str, GapicMetadata.MethodList]] = ...,
|
91
|
+
) -> None: ...
|
92
|
+
|
93
|
+
class MethodList(_message.Message):
|
94
|
+
__slots__ = ("methods",)
|
95
|
+
METHODS_FIELD_NUMBER: _ClassVar[int]
|
96
|
+
methods: _containers.RepeatedScalarFieldContainer[str]
|
97
|
+
def __init__(self, methods: _Optional[_Iterable[str]] = ...) -> None: ...
|
98
|
+
SCHEMA_FIELD_NUMBER: _ClassVar[int]
|
99
|
+
COMMENT_FIELD_NUMBER: _ClassVar[int]
|
100
|
+
LANGUAGE_FIELD_NUMBER: _ClassVar[int]
|
101
|
+
PROTO_PACKAGE_FIELD_NUMBER: _ClassVar[int]
|
102
|
+
LIBRARY_PACKAGE_FIELD_NUMBER: _ClassVar[int]
|
103
|
+
SERVICES_FIELD_NUMBER: _ClassVar[int]
|
104
|
+
schema: str
|
105
|
+
comment: str
|
106
|
+
language: str
|
107
|
+
proto_package: str
|
108
|
+
library_package: str
|
109
|
+
services: _containers.MessageMap[str, GapicMetadata.ServiceForTransport]
|
110
|
+
def __init__(
|
111
|
+
self,
|
112
|
+
schema: _Optional[str] = ...,
|
113
|
+
comment: _Optional[str] = ...,
|
114
|
+
language: _Optional[str] = ...,
|
115
|
+
proto_package: _Optional[str] = ...,
|
116
|
+
library_package: _Optional[str] = ...,
|
117
|
+
services: _Optional[_Mapping[str, GapicMetadata.ServiceForTransport]] = ...,
|
118
|
+
) -> None: ...
|
@@ -0,0 +1,91 @@
|
|
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 Mapping as _Mapping
|
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 duration_pb2 as _duration_pb2
|
22
|
+
from google.protobuf import message as _message
|
23
|
+
|
24
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
25
|
+
|
26
|
+
class HttpRequest(_message.Message):
|
27
|
+
__slots__ = (
|
28
|
+
"request_method",
|
29
|
+
"request_url",
|
30
|
+
"request_size",
|
31
|
+
"status",
|
32
|
+
"response_size",
|
33
|
+
"user_agent",
|
34
|
+
"remote_ip",
|
35
|
+
"server_ip",
|
36
|
+
"referer",
|
37
|
+
"latency",
|
38
|
+
"cache_lookup",
|
39
|
+
"cache_hit",
|
40
|
+
"cache_validated_with_origin_server",
|
41
|
+
"cache_fill_bytes",
|
42
|
+
"protocol",
|
43
|
+
)
|
44
|
+
REQUEST_METHOD_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
REQUEST_URL_FIELD_NUMBER: _ClassVar[int]
|
46
|
+
REQUEST_SIZE_FIELD_NUMBER: _ClassVar[int]
|
47
|
+
STATUS_FIELD_NUMBER: _ClassVar[int]
|
48
|
+
RESPONSE_SIZE_FIELD_NUMBER: _ClassVar[int]
|
49
|
+
USER_AGENT_FIELD_NUMBER: _ClassVar[int]
|
50
|
+
REMOTE_IP_FIELD_NUMBER: _ClassVar[int]
|
51
|
+
SERVER_IP_FIELD_NUMBER: _ClassVar[int]
|
52
|
+
REFERER_FIELD_NUMBER: _ClassVar[int]
|
53
|
+
LATENCY_FIELD_NUMBER: _ClassVar[int]
|
54
|
+
CACHE_LOOKUP_FIELD_NUMBER: _ClassVar[int]
|
55
|
+
CACHE_HIT_FIELD_NUMBER: _ClassVar[int]
|
56
|
+
CACHE_VALIDATED_WITH_ORIGIN_SERVER_FIELD_NUMBER: _ClassVar[int]
|
57
|
+
CACHE_FILL_BYTES_FIELD_NUMBER: _ClassVar[int]
|
58
|
+
PROTOCOL_FIELD_NUMBER: _ClassVar[int]
|
59
|
+
request_method: str
|
60
|
+
request_url: str
|
61
|
+
request_size: int
|
62
|
+
status: int
|
63
|
+
response_size: int
|
64
|
+
user_agent: str
|
65
|
+
remote_ip: str
|
66
|
+
server_ip: str
|
67
|
+
referer: str
|
68
|
+
latency: _duration_pb2.Duration
|
69
|
+
cache_lookup: bool
|
70
|
+
cache_hit: bool
|
71
|
+
cache_validated_with_origin_server: bool
|
72
|
+
cache_fill_bytes: int
|
73
|
+
protocol: str
|
74
|
+
def __init__(
|
75
|
+
self,
|
76
|
+
request_method: _Optional[str] = ...,
|
77
|
+
request_url: _Optional[str] = ...,
|
78
|
+
request_size: _Optional[int] = ...,
|
79
|
+
status: _Optional[int] = ...,
|
80
|
+
response_size: _Optional[int] = ...,
|
81
|
+
user_agent: _Optional[str] = ...,
|
82
|
+
remote_ip: _Optional[str] = ...,
|
83
|
+
server_ip: _Optional[str] = ...,
|
84
|
+
referer: _Optional[str] = ...,
|
85
|
+
latency: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ...,
|
86
|
+
cache_lookup: bool = ...,
|
87
|
+
cache_hit: bool = ...,
|
88
|
+
cache_validated_with_origin_server: bool = ...,
|
89
|
+
cache_fill_bytes: _Optional[int] = ...,
|
90
|
+
protocol: _Optional[str] = ...,
|
91
|
+
) -> None: ...
|
@@ -0,0 +1,42 @@
|
|
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
|
+
|
17
|
+
from google.protobuf import descriptor as _descriptor
|
18
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
19
|
+
|
20
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
21
|
+
|
22
|
+
class LogSeverity(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
23
|
+
__slots__ = ()
|
24
|
+
DEFAULT: _ClassVar[LogSeverity]
|
25
|
+
DEBUG: _ClassVar[LogSeverity]
|
26
|
+
INFO: _ClassVar[LogSeverity]
|
27
|
+
NOTICE: _ClassVar[LogSeverity]
|
28
|
+
WARNING: _ClassVar[LogSeverity]
|
29
|
+
ERROR: _ClassVar[LogSeverity]
|
30
|
+
CRITICAL: _ClassVar[LogSeverity]
|
31
|
+
ALERT: _ClassVar[LogSeverity]
|
32
|
+
EMERGENCY: _ClassVar[LogSeverity]
|
33
|
+
|
34
|
+
DEFAULT: LogSeverity
|
35
|
+
DEBUG: LogSeverity
|
36
|
+
INFO: LogSeverity
|
37
|
+
NOTICE: LogSeverity
|
38
|
+
WARNING: LogSeverity
|
39
|
+
ERROR: LogSeverity
|
40
|
+
CRITICAL: LogSeverity
|
41
|
+
ALERT: LogSeverity
|
42
|
+
EMERGENCY: LogSeverity
|
@@ -0,0 +1,126 @@
|
|
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 descriptor_pb2 as _descriptor_pb2
|
24
|
+
from google.protobuf import duration_pb2 as _duration_pb2
|
25
|
+
from google.protobuf import empty_pb2 as _empty_pb2
|
26
|
+
from google.protobuf import message as _message
|
27
|
+
from google.protobuf.internal import containers as _containers
|
28
|
+
|
29
|
+
from google.api import annotations_pb2 as _annotations_pb2
|
30
|
+
from google.api import client_pb2 as _client_pb2
|
31
|
+
from google.rpc import status_pb2 as _status_pb2
|
32
|
+
|
33
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
34
|
+
OPERATION_INFO_FIELD_NUMBER: _ClassVar[int]
|
35
|
+
operation_info: _descriptor.FieldDescriptor
|
36
|
+
|
37
|
+
class Operation(_message.Message):
|
38
|
+
__slots__ = ("name", "metadata", "done", "error", "response")
|
39
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
40
|
+
METADATA_FIELD_NUMBER: _ClassVar[int]
|
41
|
+
DONE_FIELD_NUMBER: _ClassVar[int]
|
42
|
+
ERROR_FIELD_NUMBER: _ClassVar[int]
|
43
|
+
RESPONSE_FIELD_NUMBER: _ClassVar[int]
|
44
|
+
name: str
|
45
|
+
metadata: _any_pb2.Any
|
46
|
+
done: bool
|
47
|
+
error: _status_pb2.Status
|
48
|
+
response: _any_pb2.Any
|
49
|
+
def __init__(
|
50
|
+
self,
|
51
|
+
name: _Optional[str] = ...,
|
52
|
+
metadata: _Optional[_Union[_any_pb2.Any, _Mapping]] = ...,
|
53
|
+
done: bool = ...,
|
54
|
+
error: _Optional[_Union[_status_pb2.Status, _Mapping]] = ...,
|
55
|
+
response: _Optional[_Union[_any_pb2.Any, _Mapping]] = ...,
|
56
|
+
) -> None: ...
|
57
|
+
|
58
|
+
class GetOperationRequest(_message.Message):
|
59
|
+
__slots__ = ("name",)
|
60
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
61
|
+
name: str
|
62
|
+
def __init__(self, name: _Optional[str] = ...) -> None: ...
|
63
|
+
|
64
|
+
class ListOperationsRequest(_message.Message):
|
65
|
+
__slots__ = ("name", "filter", "page_size", "page_token")
|
66
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
67
|
+
FILTER_FIELD_NUMBER: _ClassVar[int]
|
68
|
+
PAGE_SIZE_FIELD_NUMBER: _ClassVar[int]
|
69
|
+
PAGE_TOKEN_FIELD_NUMBER: _ClassVar[int]
|
70
|
+
name: str
|
71
|
+
filter: str
|
72
|
+
page_size: int
|
73
|
+
page_token: str
|
74
|
+
def __init__(
|
75
|
+
self,
|
76
|
+
name: _Optional[str] = ...,
|
77
|
+
filter: _Optional[str] = ...,
|
78
|
+
page_size: _Optional[int] = ...,
|
79
|
+
page_token: _Optional[str] = ...,
|
80
|
+
) -> None: ...
|
81
|
+
|
82
|
+
class ListOperationsResponse(_message.Message):
|
83
|
+
__slots__ = ("operations", "next_page_token")
|
84
|
+
OPERATIONS_FIELD_NUMBER: _ClassVar[int]
|
85
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: _ClassVar[int]
|
86
|
+
operations: _containers.RepeatedCompositeFieldContainer[Operation]
|
87
|
+
next_page_token: str
|
88
|
+
def __init__(
|
89
|
+
self,
|
90
|
+
operations: _Optional[_Iterable[_Union[Operation, _Mapping]]] = ...,
|
91
|
+
next_page_token: _Optional[str] = ...,
|
92
|
+
) -> None: ...
|
93
|
+
|
94
|
+
class CancelOperationRequest(_message.Message):
|
95
|
+
__slots__ = ("name",)
|
96
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
97
|
+
name: str
|
98
|
+
def __init__(self, name: _Optional[str] = ...) -> None: ...
|
99
|
+
|
100
|
+
class DeleteOperationRequest(_message.Message):
|
101
|
+
__slots__ = ("name",)
|
102
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
103
|
+
name: str
|
104
|
+
def __init__(self, name: _Optional[str] = ...) -> None: ...
|
105
|
+
|
106
|
+
class WaitOperationRequest(_message.Message):
|
107
|
+
__slots__ = ("name", "timeout")
|
108
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
109
|
+
TIMEOUT_FIELD_NUMBER: _ClassVar[int]
|
110
|
+
name: str
|
111
|
+
timeout: _duration_pb2.Duration
|
112
|
+
def __init__(
|
113
|
+
self,
|
114
|
+
name: _Optional[str] = ...,
|
115
|
+
timeout: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ...,
|
116
|
+
) -> None: ...
|
117
|
+
|
118
|
+
class OperationInfo(_message.Message):
|
119
|
+
__slots__ = ("response_type", "metadata_type")
|
120
|
+
RESPONSE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
121
|
+
METADATA_TYPE_FIELD_NUMBER: _ClassVar[int]
|
122
|
+
response_type: str
|
123
|
+
metadata_type: str
|
124
|
+
def __init__(
|
125
|
+
self, response_type: _Optional[str] = ..., metadata_type: _Optional[str] = ...
|
126
|
+
) -> None: ...
|
@@ -0,0 +1,58 @@
|
|
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
|
+
|
17
|
+
from google.protobuf import descriptor as _descriptor
|
18
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
19
|
+
|
20
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
21
|
+
|
22
|
+
class Code(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
23
|
+
__slots__ = ()
|
24
|
+
OK: _ClassVar[Code]
|
25
|
+
CANCELLED: _ClassVar[Code]
|
26
|
+
UNKNOWN: _ClassVar[Code]
|
27
|
+
INVALID_ARGUMENT: _ClassVar[Code]
|
28
|
+
DEADLINE_EXCEEDED: _ClassVar[Code]
|
29
|
+
NOT_FOUND: _ClassVar[Code]
|
30
|
+
ALREADY_EXISTS: _ClassVar[Code]
|
31
|
+
PERMISSION_DENIED: _ClassVar[Code]
|
32
|
+
UNAUTHENTICATED: _ClassVar[Code]
|
33
|
+
RESOURCE_EXHAUSTED: _ClassVar[Code]
|
34
|
+
FAILED_PRECONDITION: _ClassVar[Code]
|
35
|
+
ABORTED: _ClassVar[Code]
|
36
|
+
OUT_OF_RANGE: _ClassVar[Code]
|
37
|
+
UNIMPLEMENTED: _ClassVar[Code]
|
38
|
+
INTERNAL: _ClassVar[Code]
|
39
|
+
UNAVAILABLE: _ClassVar[Code]
|
40
|
+
DATA_LOSS: _ClassVar[Code]
|
41
|
+
|
42
|
+
OK: Code
|
43
|
+
CANCELLED: Code
|
44
|
+
UNKNOWN: Code
|
45
|
+
INVALID_ARGUMENT: Code
|
46
|
+
DEADLINE_EXCEEDED: Code
|
47
|
+
NOT_FOUND: Code
|
48
|
+
ALREADY_EXISTS: Code
|
49
|
+
PERMISSION_DENIED: Code
|
50
|
+
UNAUTHENTICATED: Code
|
51
|
+
RESOURCE_EXHAUSTED: Code
|
52
|
+
FAILED_PRECONDITION: Code
|
53
|
+
ABORTED: Code
|
54
|
+
OUT_OF_RANGE: Code
|
55
|
+
UNIMPLEMENTED: Code
|
56
|
+
INTERNAL: Code
|
57
|
+
UNAVAILABLE: Code
|
58
|
+
DATA_LOSS: Code
|