Package Methods (0.4.9)

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 = 

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) -> str

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.common_location_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Table

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.database_path

database_path(project: str, location: str, catalog: str, database: str) -> str

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Catalog

Deletes an existing catalog specified by the catalog ID.

See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.delete_catalog

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Database

Deletes an existing database specified by the database ID.

See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.delete_database

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.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.

See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.from_service_account_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.

See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.from_service_account_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.

See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.from_service_account_json

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.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,
)

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Table

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.bigquery_biglake_v1.services.metastore_service.transports.base.MetastoreServiceTransport
    ]
)

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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListCatalogsAsyncPager
)

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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListDatabasesAsyncPager
)

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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListTablesAsyncPager
)

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_catalog_path

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

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]

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_folder_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_location_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_organization_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_project_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_database_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.parse_table_path

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

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Table

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.table_path

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

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Database

Updates an existing database specified by the database ID.

See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceAsyncClient.update_database

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.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.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.catalog_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.common_location_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.common_project_path

common_project_path(project: str) -> str

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Table

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.database_path

database_path(project: str, location: str, catalog: str, database: str) -> str

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Catalog

Deletes 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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Database

Deletes 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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Table

Deletes 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.

See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.from_service_account_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.

See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.from_service_account_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.

See more: google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.from_service_account_json

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.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,
)

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListCatalogsPager
)

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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListDatabasesPager
)

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.services.metastore_service.pagers.ListTablesPager

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_catalog_path

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

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]

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_common_folder_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_common_location_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_common_organization_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_common_project_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_database_path

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

google.cloud.bigquery_biglake_v1.services.metastore_service.MetastoreServiceClient.parse_table_path

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

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Table

Renames 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
) -> str

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Database

Updates 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, str]] = ()
) -> google.cloud.bigquery_biglake_v1.types.metastore.Table

Updates 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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.catalog_path

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

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Lock

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.common_location_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.database_path

database_path(project: str, location: str, catalog: str, database: str) -> str

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Catalog

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Database

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, str]] = ()
) -> None

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table

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.

See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.from_service_account_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.

See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.from_service_account_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.

See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.from_service_account_json

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Catalog

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Database

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,
)

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.transports.base.MetastoreServiceTransport
    ]
)

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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListCatalogsAsyncPager
)

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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListDatabasesAsyncPager
)

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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListLocksAsyncPager
)

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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListTablesAsyncPager
)

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.lock_path

lock_path(
    project: str, location: str, catalog: str, database: str, lock: str
) -> str

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_catalog_path

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

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]

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_folder_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_location_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_organization_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_common_project_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_database_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_lock_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.parse_table_path

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

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceAsyncClient.table_path

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

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Database

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table

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.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.catalog_path

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

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Lock

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.common_location_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.common_project_path

common_project_path(project: str) -> str

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.database_path

database_path(project: str, location: str, catalog: str, database: str) -> str

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Catalog

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Database

Deletes an existing database specified by the database ID.

See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.delete_database

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, str]] = ()
) -> None

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table

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.

See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.from_service_account_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.

See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.from_service_account_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.

See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.from_service_account_json

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Database

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,
)

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListCatalogsPager
)

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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListDatabasesPager
)

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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListLocksPager
)

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, str]] = ()
) -> (
    google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.pagers.ListTablesPager
)

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.lock_path

lock_path(
    project: str, location: str, catalog: str, database: str, lock: str
) -> str

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_catalog_path

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

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]

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_common_folder_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_common_location_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_common_organization_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_common_project_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_database_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_lock_path

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

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.parse_table_path

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

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table

google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.table_path

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

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Database

Updates an existing database specified by the database ID.

See more: google.cloud.bigquery_biglake_v1alpha1.services.metastore_service.MetastoreServiceClient.update_database

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, str]] = ()
) -> google.cloud.bigquery_biglake_v1alpha1.types.metastore.Table

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)