1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
google/api_core/__init__.py
google/api_core/_rest_streaming_base.py
google/api_core/bidi.py
google/api_core/client_info.py
google/api_core/client_options.py
google/api_core/datetime_helpers.py
google/api_core/exceptions.py
google/api_core/extended_operation.py
google/api_core/general_helpers.py
google/api_core/grpc_helpers.py
google/api_core/grpc_helpers_async.py
google/api_core/iam.py
google/api_core/operation.py
google/api_core/operation_async.py
google/api_core/page_iterator.py
google/api_core/page_iterator_async.py
google/api_core/path_template.py
google/api_core/protobuf_helpers.py
google/api_core/py.typed
google/api_core/rest_helpers.py
google/api_core/rest_streaming.py
google/api_core/rest_streaming_async.py
google/api_core/retry_async.py
google/api_core/timeout.py
google/api_core/universe.py
google/api_core/version.py
google/api_core/version_header.py
google/api_core/future/__init__.py
google/api_core/future/_helpers.py
google/api_core/future/async_future.py
google/api_core/future/base.py
google/api_core/future/polling.py
google/api_core/gapic_v1/__init__.py
google/api_core/gapic_v1/client_info.py
google/api_core/gapic_v1/config.py
google/api_core/gapic_v1/config_async.py
google/api_core/gapic_v1/method.py
google/api_core/gapic_v1/method_async.py
google/api_core/gapic_v1/routing_header.py
google/api_core/operations_v1/__init__.py
google/api_core/operations_v1/abstract_operations_base_client.py
google/api_core/operations_v1/abstract_operations_client.py
google/api_core/operations_v1/operations_async_client.py
google/api_core/operations_v1/operations_client.py
google/api_core/operations_v1/operations_client_config.py
google/api_core/operations_v1/operations_rest_client_async.py
google/api_core/operations_v1/pagers.py
google/api_core/operations_v1/pagers_async.py
google/api_core/operations_v1/pagers_base.py
google/api_core/operations_v1/transports/__init__.py
google/api_core/operations_v1/transports/base.py
google/api_core/operations_v1/transports/rest.py
google/api_core/operations_v1/transports/rest_asyncio.py
google/api_core/retry/__init__.py
google/api_core/retry/retry_base.py
google/api_core/retry/retry_streaming.py
google/api_core/retry/retry_streaming_async.py
google/api_core/retry/retry_unary.py
google/api_core/retry/retry_unary_async.py
google_api_core.egg-info/PKG-INFO
google_api_core.egg-info/SOURCES.txt
google_api_core.egg-info/dependency_links.txt
google_api_core.egg-info/requires.txt
google_api_core.egg-info/top_level.txt
tests/__init__.py
tests/helpers.py
tests/asyncio/__init__.py
tests/asyncio/test_grpc_helpers_async.py
tests/asyncio/test_operation_async.py
tests/asyncio/test_page_iterator_async.py
tests/asyncio/test_rest_streaming_async.py
tests/asyncio/future/__init__.py
tests/asyncio/future/test_async_future.py
tests/asyncio/gapic/test_config_async.py
tests/asyncio/gapic/test_method_async.py
tests/asyncio/operations_v1/__init__.py
tests/asyncio/operations_v1/test_operations_async_client.py
tests/asyncio/retry/__init__.py
tests/asyncio/retry/test_retry_streaming_async.py
tests/asyncio/retry/test_retry_unary_async.py
tests/unit/__init__.py
tests/unit/test_bidi.py
tests/unit/test_client_info.py
tests/unit/test_client_options.py
tests/unit/test_datetime_helpers.py
tests/unit/test_exceptions.py
tests/unit/test_extended_operation.py
tests/unit/test_grpc_helpers.py
tests/unit/test_iam.py
tests/unit/test_operation.py
tests/unit/test_packaging.py
tests/unit/test_page_iterator.py
tests/unit/test_path_template.py
tests/unit/test_protobuf_helpers.py
tests/unit/test_rest_helpers.py
tests/unit/test_rest_streaming.py
tests/unit/test_timeout.py
tests/unit/test_universe.py
tests/unit/test_version_header.py
tests/unit/future/__init__.py
tests/unit/future/test__helpers.py
tests/unit/future/test_polling.py
tests/unit/gapic/test_client_info.py
tests/unit/gapic/test_config.py
tests/unit/gapic/test_method.py
tests/unit/gapic/test_routing_header.py
tests/unit/operations_v1/__init__.py
tests/unit/operations_v1/test_operations_client.py
tests/unit/operations_v1/test_operations_rest_client.py
tests/unit/retry/__init__.py
tests/unit/retry/test_retry_base.py
tests/unit/retry/test_retry_imports.py
tests/unit/retry/test_retry_streaming.py
tests/unit/retry/test_retry_unary.py
|