Package Methods (0.3.2)

Summary of entries of Methods for google-cloud-biglake-hive.

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient

HiveMetastoreServiceAsyncClient(
 *,
 credentials: typing.Optional[google.auth.credentials.Credentials] = None,
 transport: typing.Optional[
 typing.Union[
 str,
 google.cloud.biglake_hive_v1beta.services.hive_metastore_service.transports.base.HiveMetastoreServiceTransport,
 typing.Callable[
 [...],
 google.cloud.biglake_hive_v1beta.services.hive_metastore_service.transports.base.HiveMetastoreServiceTransport,
 ],
 ]
 ] = "grpc_asyncio",
 client_options: typing.Optional[
 google.api_core.client_options.ClientOptions
 ] = None,
 client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)

Instantiates the hive metastore service async client.

See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.batch_create_partitions

batch_create_partitions(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.BatchCreatePartitionsRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
 google.cloud.biglake_hive_v1beta.types.hive_metastore.BatchCreatePartitionsResponse
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.batch_delete_partitions

batch_delete_partitions(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.BatchDeletePartitionsRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.batch_update_partitions

batch_update_partitions(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.BatchUpdatePartitionsRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
 google.cloud.biglake_hive_v1beta.types.hive_metastore.BatchUpdatePartitionsResponse
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.catalog_path

catalog_path(project: str, catalog: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.create_hive_catalog

create_hive_catalog(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.CreateHiveCatalogRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 hive_catalog: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveCatalog
 ] = None,
 hive_catalog_id: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveCatalog

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.create_hive_database

create_hive_database(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.CreateHiveDatabaseRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 hive_database: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveDatabase
 ] = None,
 hive_database_id: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveDatabase

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.create_hive_table

create_hive_table(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.CreateHiveTableRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 hive_table: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveTable
 ] = None,
 hive_table_id: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveTable

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.delete_hive_catalog

delete_hive_catalog(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.DeleteHiveCatalogRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.delete_hive_database

delete_hive_database(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.DeleteHiveDatabaseRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.delete_hive_table

delete_hive_table(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.DeleteHiveTableRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.failover_hive_catalog

failover_hive_catalog(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.FailoverHiveCatalogRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 primary_replica: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.FailoverHiveCatalogResponse

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.from_service_account_file

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.from_service_account_info

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.from_service_account_json

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.get_hive_catalog

get_hive_catalog(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.GetHiveCatalogRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveCatalog

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.get_hive_database

get_hive_database(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.GetHiveDatabaseRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveDatabase

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.get_hive_table

get_hive_table(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.GetHiveTableRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveTable

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
 client_options: typing.Optional[
 google.api_core.client_options.ClientOptions
 ] = None,
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.get_transport_class

get_transport_class(
 label: typing.Optional[str] = None,
) -> typing.Type[
 google.cloud.biglake_hive_v1beta.services.hive_metastore_service.transports.base.HiveMetastoreServiceTransport
]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.list_hive_catalogs

list_hive_catalogs(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveCatalogsRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
 google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveCatalogsAsyncPager
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.list_hive_databases

list_hive_databases(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveDatabasesRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
 google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveDatabasesAsyncPager
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.list_hive_tables

list_hive_tables(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveTablesRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
 google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveTablesAsyncPager
)

List all hive tables in a specified project under the hive catalog and database.

See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.list_hive_tables

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.list_partitions

list_partitions(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListPartitionsRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> typing.Awaitable[
 typing.AsyncIterable[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListPartitionsResponse
 ]
]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.namespace_path

namespace_path(project: str, catalog: str, database: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_catalog_path

parse_catalog_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_namespace_path

parse_namespace_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_table_path

parse_table_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.table_path

table_path(project: str, catalog: str, database: str, table: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.update_hive_catalog

update_hive_catalog(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.UpdateHiveCatalogRequest,
 dict,
 ]
 ] = None,
 *,
 hive_catalog: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveCatalog
 ] = None,
 update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveCatalog

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.update_hive_database

update_hive_database(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.UpdateHiveDatabaseRequest,
 dict,
 ]
 ] = None,
 *,
 hive_database: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveDatabase
 ] = None,
 update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveDatabase

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.update_hive_table

update_hive_table(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.UpdateHiveTableRequest,
 dict,
 ]
 ] = None,
 *,
 hive_table: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveTable
 ] = None,
 update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveTable

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient

HiveMetastoreServiceClient(
 *,
 credentials: typing.Optional[google.auth.credentials.Credentials] = None,
 transport: typing.Optional[
 typing.Union[
 str,
 google.cloud.biglake_hive_v1beta.services.hive_metastore_service.transports.base.HiveMetastoreServiceTransport,
 typing.Callable[
 [...],
 google.cloud.biglake_hive_v1beta.services.hive_metastore_service.transports.base.HiveMetastoreServiceTransport,
 ],
 ]
 ] = None,
 client_options: typing.Optional[
 typing.Union[google.api_core.client_options.ClientOptions, dict]
 ] = None,
 client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.batch_create_partitions

batch_create_partitions(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.BatchCreatePartitionsRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
 google.cloud.biglake_hive_v1beta.types.hive_metastore.BatchCreatePartitionsResponse
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.batch_delete_partitions

batch_delete_partitions(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.BatchDeletePartitionsRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.batch_update_partitions

batch_update_partitions(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.BatchUpdatePartitionsRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
 google.cloud.biglake_hive_v1beta.types.hive_metastore.BatchUpdatePartitionsResponse
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.catalog_path

catalog_path(project: str, catalog: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.create_hive_catalog

create_hive_catalog(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.CreateHiveCatalogRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 hive_catalog: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveCatalog
 ] = None,
 hive_catalog_id: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveCatalog

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.create_hive_database

create_hive_database(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.CreateHiveDatabaseRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 hive_database: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveDatabase
 ] = None,
 hive_database_id: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveDatabase

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.create_hive_table

create_hive_table(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.CreateHiveTableRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 hive_table: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveTable
 ] = None,
 hive_table_id: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveTable

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.delete_hive_catalog

delete_hive_catalog(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.DeleteHiveCatalogRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.delete_hive_database

delete_hive_database(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.DeleteHiveDatabaseRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.delete_hive_table

delete_hive_table(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.DeleteHiveTableRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.failover_hive_catalog

failover_hive_catalog(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.FailoverHiveCatalogRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 primary_replica: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.FailoverHiveCatalogResponse

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.from_service_account_file

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.from_service_account_info

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.from_service_account_json

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.get_hive_catalog

get_hive_catalog(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.GetHiveCatalogRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveCatalog

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.get_hive_database

get_hive_database(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.GetHiveDatabaseRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveDatabase

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.get_hive_table

get_hive_table(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.GetHiveTableRequest,
 dict,
 ]
 ] = None,
 *,
 name: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveTable

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
 client_options: typing.Optional[
 google.api_core.client_options.ClientOptions
 ] = None,
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.list_hive_catalogs

list_hive_catalogs(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveCatalogsRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
 google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveCatalogsPager
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.list_hive_databases

list_hive_databases(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveDatabasesRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
 google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveDatabasesPager
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.list_hive_tables

list_hive_tables(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveTablesRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
 google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveTablesPager
)

List all hive tables in a specified project under the hive catalog and database.

See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.list_hive_tables

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.list_partitions

list_partitions(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListPartitionsRequest,
 dict,
 ]
 ] = None,
 *,
 parent: typing.Optional[str] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> typing.Iterable[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListPartitionsResponse
]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.namespace_path

namespace_path(project: str, catalog: str, database: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_catalog_path

parse_catalog_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_namespace_path

parse_namespace_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_table_path

parse_table_path(path: str) -> typing.Dict[str, str]

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.table_path

table_path(project: str, catalog: str, database: str, table: str) -> str

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.update_hive_catalog

update_hive_catalog(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.UpdateHiveCatalogRequest,
 dict,
 ]
 ] = None,
 *,
 hive_catalog: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveCatalog
 ] = None,
 update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveCatalog

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.update_hive_database

update_hive_database(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.UpdateHiveDatabaseRequest,
 dict,
 ]
 ] = None,
 *,
 hive_database: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveDatabase
 ] = None,
 update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveDatabase

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.update_hive_table

update_hive_table(
 request: typing.Optional[
 typing.Union[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.UpdateHiveTableRequest,
 dict,
 ]
 ] = None,
 *,
 hive_table: typing.Optional[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveTable
 ] = None,
 update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_hive_v1beta.types.hive_metastore.HiveTable

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveCatalogsAsyncPager

ListHiveCatalogsAsyncPager(
 method: typing.Callable[
 [...],
 typing.Awaitable[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveCatalogsResponse
 ],
 ],
 request: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveCatalogsRequest,
 response: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveCatalogsResponse,
 *,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveCatalogsPager

ListHiveCatalogsPager(
 method: typing.Callable[
 [...],
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveCatalogsResponse,
 ],
 request: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveCatalogsRequest,
 response: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveCatalogsResponse,
 *,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveDatabasesAsyncPager

ListHiveDatabasesAsyncPager(
 method: typing.Callable[
 [...],
 typing.Awaitable[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveDatabasesResponse
 ],
 ],
 request: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveDatabasesRequest,
 response: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveDatabasesResponse,
 *,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveDatabasesPager

ListHiveDatabasesPager(
 method: typing.Callable[
 [...],
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveDatabasesResponse,
 ],
 request: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveDatabasesRequest,
 response: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveDatabasesResponse,
 *,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveTablesAsyncPager

ListHiveTablesAsyncPager(
 method: typing.Callable[
 [...],
 typing.Awaitable[
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveTablesResponse
 ],
 ],
 request: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveTablesRequest,
 response: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveTablesResponse,
 *,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary_async.AsyncRetry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveTablesPager

ListHiveTablesPager(
 method: typing.Callable[
 [...],
 google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveTablesResponse,
 ],
 request: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveTablesRequest,
 response: google.cloud.biglake_hive_v1beta.types.hive_metastore.ListHiveTablesResponse,
 *,
 retry: typing.Optional[
 typing.Union[
 google.api_core.retry.retry_unary.Retry,
 google.api_core.gapic_v1.method._MethodDefault,
 ]
 ] = _MethodDefault._DEFAULT_VALUE,
 timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
 metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年08月06日 UTC.