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
)Adds partitions to a table.
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]]] = ()
) -> NoneDeletes partitions from a table.
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
)Updates partitions in a table.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.catalog_path
catalog_path(project: str, catalog: str) -> strReturns a fully-qualified catalog string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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.HiveCatalogCreates a new hive catalog.
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.HiveDatabaseCreates a new database.
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.HiveTableCreates a new hive table.
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]]] = ()
) -> NoneDeletes an existing catalog specified by the catalog ID.
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]]] = ()
) -> NoneDeletes an existing database specified by the database name.
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]]] = ()
) -> NoneDeletes an existing table specified by the table name.
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.
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.
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.
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.HiveCatalogGets the catalog specified by the resource name.
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.HiveDatabaseGets the database specified by the resource name.
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.HiveTableGets the table specified by the resource name.
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,
)Return the API endpoint and client cert source for mutual TLS.
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
]Returns an appropriate transport class.
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
)List all catalogs in a specified project.
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
)List all databases in a specified catalog.
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.
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
]
]Streams list of partitions from a table.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.namespace_path
namespace_path(project: str, catalog: str, database: str) -> strReturns a fully-qualified namespace string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_catalog_path
parse_catalog_path(path: str) -> typing.Dict[str, str]Parses a catalog path into its component segments.
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]Parse a billing_account path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_namespace_path
parse_namespace_path(path: str) -> typing.Dict[str, str]Parses a namespace path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.parse_table_path
parse_table_path(path: str) -> typing.Dict[str, str]Parses a table path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceAsyncClient.table_path
table_path(project: str, catalog: str, database: str, table: str) -> strReturns a fully-qualified table string.
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.HiveCatalogUpdates an existing catalog.
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.HiveDatabaseUpdates an existing database specified by the database name.
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.HiveTableUpdates an existing table specified by the table name.
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
)Instantiates the hive metastore service client.
See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.exit
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
)Adds partitions to a table.
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]]] = ()
) -> NoneDeletes partitions from a table.
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
)Updates partitions in a table.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.catalog_path
catalog_path(project: str, catalog: str) -> strReturns a fully-qualified catalog string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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.HiveCatalogCreates a new hive catalog.
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.HiveDatabaseCreates a new database.
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.HiveTableCreates a new hive table.
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]]] = ()
) -> NoneDeletes an existing catalog specified by the catalog ID.
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]]] = ()
) -> NoneDeletes an existing database specified by the database name.
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]]] = ()
) -> NoneDeletes an existing table specified by the table name.
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.
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.
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.
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.HiveCatalogGets the catalog specified by the resource name.
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.HiveDatabaseGets the database specified by the resource name.
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.HiveTableGets the table specified by the resource name.
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,
)Deprecated.
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
)List all catalogs in a specified project.
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
)List all databases in a specified catalog.
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.
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
]Streams list of partitions from a table.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.namespace_path
namespace_path(project: str, catalog: str, database: str) -> strReturns a fully-qualified namespace string.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_catalog_path
parse_catalog_path(path: str) -> typing.Dict[str, str]Parses a catalog path into its component segments.
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]Parse a billing_account path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_namespace_path
parse_namespace_path(path: str) -> typing.Dict[str, str]Parses a namespace path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.parse_table_path
parse_table_path(path: str) -> typing.Dict[str, str]Parses a table path into its component segments.
google.cloud.biglake_hive_v1beta.services.hive_metastore_service.HiveMetastoreServiceClient.table_path
table_path(project: str, catalog: str, database: str, table: str) -> strReturns a fully-qualified table string.
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.HiveCatalogUpdates an existing catalog.
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.HiveDatabaseUpdates an existing database specified by the database name.
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.HiveTableUpdates an existing table specified by the table name.
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]]] = ()
)Instantiates the pager.
See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveCatalogsAsyncPager
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]]] = ()
)Instantiate the pager.
See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveCatalogsPager
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]]] = ()
)Instantiates the pager.
See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveDatabasesAsyncPager
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]]] = ()
)Instantiate the pager.
See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveDatabasesPager
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]]] = ()
)Instantiates the pager.
See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveTablesAsyncPager
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]]] = ()
)Instantiate the pager.
See more: google.cloud.biglake_hive_v1beta.services.hive_metastore_service.pagers.ListHiveTablesPager