You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"api_description": "The BigLake API provides access to BigLake Metastore, a serverless, fully\nmanaged, and highly available metastore for open-source data that can be\nused for querying Apache Iceberg tables in BigQuery.",
"api_description": "The BigLake API provides access to BigLake Metastore, a serverless, fully\nmanaged, and highly available metastore for open-source data that can be\nused for querying Apache Iceberg tables in BigQuery.",
Copy file name to clipboardExpand all lines: packages/google-cloud-biglake-hive/google/cloud/biglake_hive_v1beta/services/hive_metastore_service/async_client.py
Copy file name to clipboardExpand all lines: packages/google-cloud-biglake-hive/google/cloud/biglake_hive_v1beta/services/hive_metastore_service/client.py
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -127,15 +127,15 @@ class HiveMetastoreServiceClient(metaclass=HiveMetastoreServiceClientMeta):
Copy file name to clipboardExpand all lines: packages/google-cloud-biglake-hive/google/cloud/biglake_hive_v1beta/services/hive_metastore_service/transports/README.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
transport inheritance structure
3
3
_______________________________
4
4
5
-
`HiveMetastoreServiceTransport` is the ABC for all transports.
6
-
- public child `HiveMetastoreServiceGrpcTransport` for sync gRPC transport (defined in `grpc.py`).
7
-
- public child `HiveMetastoreServiceGrpcAsyncIOTransport` for async gRPC transport (defined in `grpc_asyncio.py`).
8
-
- private child `_BaseHiveMetastoreServiceRestTransport` for base REST transport with inner classes `_BaseMETHOD` (defined in `rest_base.py`).
9
-
- public child `HiveMetastoreServiceRestTransport` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding `_BaseMETHOD` classes (defined in `rest.py`).
5
+
``HiveMetastoreServiceTransport`` is the ABC for all transports.
6
+
7
+
- public child ``HiveMetastoreServiceGrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
8
+
- public child ``HiveMetastoreServiceGrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
9
+
- private child ``_BaseHiveMetastoreServiceRestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10
+
- public child ``HiveMetastoreServiceRestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
Copy file name to clipboardExpand all lines: packages/google-cloud-biglake-hive/google/cloud/biglake_hive_v1beta/services/hive_metastore_service/transports/base.py
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,10 @@ def __init__(
84
84
your own client library.
85
85
always_use_jwt_access (Optional[bool]): Whether self signed JWT should
86
86
be used for service account credentials.
87
+
api_audience (Optional[str]): The intended audience for the API calls
88
+
to the service that will be set when using certain 3rd party
89
+
authentication flows. Audience is typically a resource identifier.
90
+
If not set, the host value will be used as a default.
Copy file name to clipboardExpand all lines: packages/google-cloud-biglake-hive/google/cloud/biglake_hive_v1beta/services/hive_metastore_service/transports/grpc.py
Copy file name to clipboardExpand all lines: packages/google-cloud-biglake-hive/google/cloud/biglake_hive_v1beta/services/hive_metastore_service/transports/grpc_asyncio.py
0 commit comments