Summary of entries of Methods for biglake.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient
MetastoreServiceAsyncClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.bigquery_biglake_v1.services.metastore_service.transports.base.MetastoreServiceTransport, typing.Callable[ [...], google.cloud.bigquery_biglake_v1.services.metastore_service.transports.base.MetastoreServiceTransport, ], ] ] = "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 metastore service async client.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.catalog_path
catalog_path(project: str, location: str, catalog: str) -> strReturns a fully-qualified catalog string.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.catalog_path
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.create_catalog
create_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.CreateCatalogRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, catalog: typing.Optional[ google.cloud.bigquery_biglake_v1.types.metastore.Catalog ] = None, 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.bigquery_biglake_v1.types.metastore.CatalogCreates a new catalog.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.create_database
create_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.CreateDatabaseRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, database: typing.Optional[ google.cloud.bigquery_biglake_v1.types.metastore.Database ] = None, 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.bigquery_biglake_v1.types.metastore.DatabaseCreates a new database.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.create_table
create_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.CreateTableRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, table: typing.Optional[ google.cloud.bigquery_biglake_v1.types.metastore.Table ] = None, 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.bigquery_biglake_v1.types.metastore.TableCreates a new table.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.create_table
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.database_path
database_path(project: str, location: str, catalog: str, database: str) -> strReturns a fully-qualified database string.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.delete_catalog
delete_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.DeleteCatalogRequest, 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.bigquery_biglake_v1.types.metastore.CatalogDeletes an existing catalog specified by the catalog ID.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.delete_database
delete_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.DeleteDatabaseRequest, 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.bigquery_biglake_v1.types.metastore.DatabaseDeletes an existing database specified by the database ID.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.delete_table
delete_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.DeleteTableRequest, 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.bigquery_biglake_v1.types.metastore.TableDeletes an existing table specified by the table ID.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.delete_table
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.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.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.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.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.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.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.get_catalog
get_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.GetCatalogRequest, 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.bigquery_biglake_v1.types.metastore.CatalogGets the catalog specified by the resource name.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.get_catalog
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.get_database
get_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.GetDatabaseRequest, 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.bigquery_biglake_v1.types.metastore.DatabaseGets the database specified by the resource name.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.get_database
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.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.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.get_table
get_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.GetTableRequest, 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.bigquery_biglake_v1.types.metastore.TableGets the table specified by the resource name.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.get_table
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.bigquery_biglake_v1.services.metastore_service.transports.base.MetastoreServiceTransport ]Returns an appropriate transport class.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.list_catalogs
list_catalogs( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.ListCatalogsRequest, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListCatalogsAsyncPager )List all catalogs in a specified project.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.list_databases
list_databases( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.ListDatabasesRequest, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListDatabasesAsyncPager )List all databases in a specified catalog.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.list_tables
list_tables( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.ListTablesRequest, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListTablesAsyncPager )List all tables in a specified database.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.list_tables
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_catalog_path
parse_catalog_path(path: str) -> typing.Dict[str, str]Parses a catalog path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.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.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_database_path
parse_database_path(path: str) -> typing.Dict[str, str]Parses a database path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_table_path
parse_table_path(path: str) -> typing.Dict[str, str]Parses a table path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.rename_table
rename_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.RenameTableRequest, dict ] ] = None, *, name: typing.Optional[str] = None, new_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.bigquery_biglake_v1.types.metastore.TableRenames an existing table specified by the table ID.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.rename_table
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.table_path
table_path( project: str, location: str, catalog: str, database: str, table: str ) -> strReturns a fully-qualified table string.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.table_path
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.update_database
update_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.UpdateDatabaseRequest, dict ] ] = None, *, database: typing.Optional[ google.cloud.bigquery_biglake_v1.types.metastore.Database ] = 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.bigquery_biglake_v1.types.metastore.DatabaseUpdates an existing database specified by the database ID.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.update_table
update_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.UpdateTableRequest, dict ] ] = None, *, table: typing.Optional[ google.cloud.bigquery_biglake_v1.types.metastore.Table ] = 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.bigquery_biglake_v1.types.metastore.TableUpdates an existing table specified by the table ID.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.update_table
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient
MetastoreServiceClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.bigquery_biglake_v1.services.metastore_service.transports.base.MetastoreServiceTransport, typing.Callable[ [...], google.cloud.bigquery_biglake_v1.services.metastore_service.transports.base.MetastoreServiceTransport, ], ] ] = 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 metastore service client.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.exit
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.catalog_path
catalog_path(project: str, location: str, catalog: str) -> strReturns a fully-qualified catalog string.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.catalog_path
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.create_catalog
create_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.CreateCatalogRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, catalog: typing.Optional[ google.cloud.bigquery_biglake_v1.types.metastore.Catalog ] = None, 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.bigquery_biglake_v1.types.metastore.CatalogCreates a new catalog.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.create_catalog
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.create_database
create_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.CreateDatabaseRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, database: typing.Optional[ google.cloud.bigquery_biglake_v1.types.metastore.Database ] = None, 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.bigquery_biglake_v1.types.metastore.DatabaseCreates a new database.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.create_database
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.create_table
create_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.CreateTableRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, table: typing.Optional[ google.cloud.bigquery_biglake_v1.types.metastore.Table ] = None, 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.bigquery_biglake_v1.types.metastore.TableCreates a new table.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.create_table
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.database_path
database_path(project: str, location: str, catalog: str, database: str) -> strReturns a fully-qualified database string.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.database_path
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.delete_catalog
delete_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.DeleteCatalogRequest, 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.bigquery_biglake_v1.types.metastore.CatalogDeletes an existing catalog specified by the catalog ID.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.delete_catalog
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.delete_database
delete_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.DeleteDatabaseRequest, 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.bigquery_biglake_v1.types.metastore.DatabaseDeletes an existing database specified by the database ID.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.delete_database
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.delete_table
delete_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.DeleteTableRequest, 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.bigquery_biglake_v1.types.metastore.TableDeletes an existing table specified by the table ID.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.delete_table
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.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.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.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.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.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.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.get_catalog
get_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.GetCatalogRequest, 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.bigquery_biglake_v1.types.metastore.CatalogGets the catalog specified by the resource name.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.get_catalog
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.get_database
get_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.GetDatabaseRequest, 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.bigquery_biglake_v1.types.metastore.DatabaseGets the database specified by the resource name.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.get_database
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.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.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.get_table
get_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.GetTableRequest, 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.bigquery_biglake_v1.types.metastore.TableGets the table specified by the resource name.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.get_table
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.list_catalogs
list_catalogs( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.ListCatalogsRequest, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListCatalogsPager )List all catalogs in a specified project.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.list_catalogs
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.list_databases
list_databases( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.ListDatabasesRequest, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListDatabasesPager )List all databases in a specified catalog.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.list_databases
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.list_tables
list_tables( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.ListTablesRequest, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListTablesPagerList all tables in a specified database.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.list_tables
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_catalog_path
parse_catalog_path(path: str) -> typing.Dict[str, str]Parses a catalog path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.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.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_database_path
parse_database_path(path: str) -> typing.Dict[str, str]Parses a database path into its component segments.
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_table_path
parse_table_path(path: str) -> typing.Dict[str, str]Parses a table path into its component segments.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_table_path
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.rename_table
rename_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.RenameTableRequest, dict ] ] = None, *, name: typing.Optional[str] = None, new_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.bigquery_biglake_v1.types.metastore.TableRenames an existing table specified by the table ID.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.rename_table
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.table_path
table_path( project: str, location: str, catalog: str, database: str, table: str ) -> strReturns a fully-qualified table string.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.table_path
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.update_database
update_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.UpdateDatabaseRequest, dict ] ] = None, *, database: typing.Optional[ google.cloud.bigquery_biglake_v1.types.metastore.Database ] = 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.bigquery_biglake_v1.types.metastore.DatabaseUpdates an existing database specified by the database ID.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.update_database
google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.update_table
update_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1.types.metastore.UpdateTableRequest, dict ] ] = None, *, table: typing.Optional[ google.cloud.bigquery_biglake_v1.types.metastore.Table ] = 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.bigquery_biglake_v1.types.metastore.TableUpdates an existing table specified by the table ID.
See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.update_table
google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListCatalogsAsyncPager
ListCatalogsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.bigquery_biglake_v1.types.metastore.ListCatalogsResponse ], ], request: google.cloud.bigquery_biglake_v1.types.metastore.ListCatalogsRequest, response: google.cloud.bigquery_biglake_v1.types.metastore.ListCatalogsResponse, *, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListCatalogsAsyncPager
google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListCatalogsPager
ListCatalogsPager( method: typing.Callable[ [...], google.cloud.bigquery_biglake_v1.types.metastore.ListCatalogsResponse ], request: google.cloud.bigquery_biglake_v1.types.metastore.ListCatalogsRequest, response: google.cloud.bigquery_biglake_v1.types.metastore.ListCatalogsResponse, *, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListCatalogsPager
google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListDatabasesAsyncPager
ListDatabasesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.bigquery_biglake_v1.types.metastore.ListDatabasesResponse ], ], request: google.cloud.bigquery_biglake_v1.types.metastore.ListDatabasesRequest, response: google.cloud.bigquery_biglake_v1.types.metastore.ListDatabasesResponse, *, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListDatabasesAsyncPager
google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListDatabasesPager
ListDatabasesPager( method: typing.Callable[ [...], google.cloud.bigquery_biglake_v1.types.metastore.ListDatabasesResponse ], request: google.cloud.bigquery_biglake_v1.types.metastore.ListDatabasesRequest, response: google.cloud.bigquery_biglake_v1.types.metastore.ListDatabasesResponse, *, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListDatabasesPager
google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListTablesAsyncPager
ListTablesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.bigquery_biglake_v1.types.metastore.ListTablesResponse ], ], request: google.cloud.bigquery_biglake_v1.types.metastore.ListTablesRequest, response: google.cloud.bigquery_biglake_v1.types.metastore.ListTablesResponse, *, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListTablesAsyncPager
google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListTablesPager
ListTablesPager( method: typing.Callable[ [...], google.cloud.bigquery_biglake_v1.types.metastore.ListTablesResponse ], request: google.cloud.bigquery_biglake_v1.types.metastore.ListTablesRequest, response: google.cloud.bigquery_biglake_v1.types.metastore.ListTablesResponse, *, 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.bigquery_biglake_v1.services.metastore_service.pagers.ListTablesPager
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient
MetastoreServiceAsyncClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.transports.base.MetastoreServiceTransport, typing.Callable[ [...], google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.transports.base.MetastoreServiceTransport, ], ] ] = "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 metastore service async client.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.catalog_path
catalog_path(project: str, location: str, catalog: str) -> strReturns a fully-qualified catalog string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.check_lock
check_lock( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.CheckLockRequest, 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.bigquery_biglake_v1alpha1.types.metastore.LockChecks the state of a lock specified by the lock ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.create_catalog
create_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.CreateCatalogRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, catalog: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Catalog ] = None, 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.bigquery_biglake_v1alpha1.types.metastore.CatalogCreates a new catalog.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.create_database
create_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.CreateDatabaseRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, database: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Database ] = None, 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.bigquery_biglake_v1alpha1.types.metastore.DatabaseCreates a new database.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.create_lock
create_lock( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.CreateLockRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, lock: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Lock ] = 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.bigquery_biglake_v1alpha1.types.metastore.LockCreates a new lock.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.create_table
create_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.CreateTableRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, table: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table ] = None, 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.bigquery_biglake_v1alpha1.types.metastore.TableCreates a new table.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.database_path
database_path(project: str, location: str, catalog: str, database: str) -> strReturns a fully-qualified database string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.delete_catalog
delete_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.DeleteCatalogRequest, 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.bigquery_biglake_v1alpha1.types.metastore.CatalogDeletes an existing catalog specified by the catalog ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.delete_database
delete_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.DeleteDatabaseRequest, 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.bigquery_biglake_v1alpha1.types.metastore.DatabaseDeletes an existing database specified by the database ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.delete_lock
delete_lock( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.DeleteLockRequest, 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 lock specified by the lock ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.delete_table
delete_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.DeleteTableRequest, 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.bigquery_biglake_v1alpha1.types.metastore.TableDeletes an existing table specified by the table ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.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.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.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.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.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.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.get_catalog
get_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.GetCatalogRequest, 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.bigquery_biglake_v1alpha1.types.metastore.CatalogGets the catalog specified by the resource name.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.get_database
get_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.GetDatabaseRequest, 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.bigquery_biglake_v1alpha1.types.metastore.DatabaseGets the database specified by the resource name.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.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.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.get_table
get_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.GetTableRequest, 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.bigquery_biglake_v1alpha1.types.metastore.TableGets the table specified by the resource name.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.transports.base.MetastoreServiceTransport ]Returns an appropriate transport class.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.list_catalogs
list_catalogs( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListCatalogsRequest, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListCatalogsAsyncPager )List all catalogs in a specified project.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.list_databases
list_databases( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListDatabasesRequest, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListDatabasesAsyncPager )List all databases in a specified catalog.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.list_locks
list_locks( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListLocksRequest, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListLocksAsyncPager )List all locks in a specified database.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.list_tables
list_tables( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListTablesRequest, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListTablesAsyncPager )List all tables in a specified database.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.lock_path
lock_path( project: str, location: str, catalog: str, database: str, lock: str ) -> strReturns a fully-qualified lock string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_catalog_path
parse_catalog_path(path: str) -> typing.Dict[str, str]Parses a catalog path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.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.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_database_path
parse_database_path(path: str) -> typing.Dict[str, str]Parses a database path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_lock_path
parse_lock_path(path: str) -> typing.Dict[str, str]Parses a lock path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_table_path
parse_table_path(path: str) -> typing.Dict[str, str]Parses a table path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.rename_table
rename_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.RenameTableRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, new_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.bigquery_biglake_v1alpha1.types.metastore.TableRenames an existing table specified by the table ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.table_path
table_path( project: str, location: str, catalog: str, database: str, table: str ) -> strReturns a fully-qualified table string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.update_database
update_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.UpdateDatabaseRequest, dict, ] ] = None, *, database: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Database ] = 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.bigquery_biglake_v1alpha1.types.metastore.DatabaseUpdates an existing database specified by the database ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.update_table
update_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.UpdateTableRequest, dict, ] ] = None, *, table: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table ] = 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.bigquery_biglake_v1alpha1.types.metastore.TableUpdates an existing table specified by the table ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient
MetastoreServiceClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.transports.base.MetastoreServiceTransport, typing.Callable[ [...], google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.transports.base.MetastoreServiceTransport, ], ] ] = 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 metastore service client.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.exit
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.catalog_path
catalog_path(project: str, location: str, catalog: str) -> strReturns a fully-qualified catalog string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.check_lock
check_lock( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.CheckLockRequest, 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.bigquery_biglake_v1alpha1.types.metastore.LockChecks the state of a lock specified by the lock ID.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.check_lock
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.create_catalog
create_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.CreateCatalogRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, catalog: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Catalog ] = None, 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.bigquery_biglake_v1alpha1.types.metastore.CatalogCreates a new catalog.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.create_database
create_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.CreateDatabaseRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, database: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Database ] = None, 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.bigquery_biglake_v1alpha1.types.metastore.DatabaseCreates a new database.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.create_lock
create_lock( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.CreateLockRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, lock: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Lock ] = 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.bigquery_biglake_v1alpha1.types.metastore.LockCreates a new lock.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.create_lock
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.create_table
create_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.CreateTableRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, table: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table ] = None, 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.bigquery_biglake_v1alpha1.types.metastore.TableCreates a new table.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.database_path
database_path(project: str, location: str, catalog: str, database: str) -> strReturns a fully-qualified database string.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.delete_catalog
delete_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.DeleteCatalogRequest, 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.bigquery_biglake_v1alpha1.types.metastore.CatalogDeletes an existing catalog specified by the catalog ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.delete_database
delete_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.DeleteDatabaseRequest, 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.bigquery_biglake_v1alpha1.types.metastore.DatabaseDeletes an existing database specified by the database ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.delete_lock
delete_lock( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.DeleteLockRequest, 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 lock specified by the lock ID.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.delete_lock
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.delete_table
delete_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.DeleteTableRequest, 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.bigquery_biglake_v1alpha1.types.metastore.TableDeletes an existing table specified by the table ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.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.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.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.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.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.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.get_catalog
get_catalog( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.GetCatalogRequest, 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.bigquery_biglake_v1alpha1.types.metastore.CatalogGets the catalog specified by the resource name.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.get_catalog
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.get_database
get_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.GetDatabaseRequest, 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.bigquery_biglake_v1alpha1.types.metastore.DatabaseGets the database specified by the resource name.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.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.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.get_table
get_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.GetTableRequest, 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.bigquery_biglake_v1alpha1.types.metastore.TableGets the table specified by the resource name.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.get_table
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.list_catalogs
list_catalogs( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListCatalogsRequest, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListCatalogsPager )List all catalogs in a specified project.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.list_databases
list_databases( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListDatabasesRequest, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListDatabasesPager )List all databases in a specified catalog.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.list_locks
list_locks( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListLocksRequest, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListLocksPager )List all locks in a specified database.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.list_locks
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.list_tables
list_tables( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListTablesRequest, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListTablesPager )List all tables in a specified database.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.list_tables
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.lock_path
lock_path( project: str, location: str, catalog: str, database: str, lock: str ) -> strReturns a fully-qualified lock string.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.lock_path
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_catalog_path
parse_catalog_path(path: str) -> typing.Dict[str, str]Parses a catalog path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.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.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_database_path
parse_database_path(path: str) -> typing.Dict[str, str]Parses a database path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_lock_path
parse_lock_path(path: str) -> typing.Dict[str, str]Parses a lock path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_table_path
parse_table_path(path: str) -> typing.Dict[str, str]Parses a table path into its component segments.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.rename_table
rename_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.RenameTableRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, new_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.bigquery_biglake_v1alpha1.types.metastore.TableRenames an existing table specified by the table ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.table_path
table_path( project: str, location: str, catalog: str, database: str, table: str ) -> strReturns a fully-qualified table string.
See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.table_path
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.update_database
update_database( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.UpdateDatabaseRequest, dict, ] ] = None, *, database: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Database ] = 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.bigquery_biglake_v1alpha1.types.metastore.DatabaseUpdates an existing database specified by the database ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.update_table
update_table( request: typing.Optional[ typing.Union[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.UpdateTableRequest, dict, ] ] = None, *, table: typing.Optional[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table ] = 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.bigquery_biglake_v1alpha1.types.metastore.TableUpdates an existing table specified by the table ID.
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListCatalogsAsyncPager
ListCatalogsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListCatalogsResponse ], ], request: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListCatalogsRequest, response: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListCatalogsResponse, *, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListCatalogsAsyncPager
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListCatalogsPager
ListCatalogsPager( method: typing.Callable[ [...], google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListCatalogsResponse, ], request: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListCatalogsRequest, response: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListCatalogsResponse, *, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListCatalogsPager
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListDatabasesAsyncPager
ListDatabasesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListDatabasesResponse ], ], request: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListDatabasesRequest, response: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListDatabasesResponse, *, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListDatabasesAsyncPager
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListDatabasesPager
ListDatabasesPager( method: typing.Callable[ [...], google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListDatabasesResponse, ], request: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListDatabasesRequest, response: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListDatabasesResponse, *, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListDatabasesPager
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListLocksAsyncPager
ListLocksAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListLocksResponse ], ], request: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListLocksRequest, response: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListLocksResponse, *, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListLocksAsyncPager
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListLocksPager
ListLocksPager( method: typing.Callable[ [...], google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListLocksResponse ], request: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListLocksRequest, response: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListLocksResponse, *, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListLocksPager
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListTablesAsyncPager
ListTablesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListTablesResponse ], ], request: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListTablesRequest, response: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListTablesResponse, *, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListTablesAsyncPager
google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListTablesPager
ListTablesPager( method: typing.Callable[ [...], google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListTablesResponse ], request: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListTablesRequest, response: google.cloud.bigquery_biglake_v1alpha1.types.metastore.ListTablesResponse, *, 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.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListTablesPager