Summary of entries of Methods for google-cloud-biglake.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient
IcebergCatalogServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.biglake_v1.services.iceberg_catalog_service.transports.base.IcebergCatalogServiceTransport, typing.Callable[[...], google.cloud.biglake_v1.services.iceberg_catalog_service.transports.base.IcebergCatalogServiceTransport]]] = '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 iceberg catalog service async client.
See more: google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.catalog_path
catalog_path(project: str, catalog: str) -> str
Returns a fully-qualified catalog string.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.create_iceberg_catalog
create_iceberg_catalog(
request: typing.Optional[
typing.Union[
google.cloud.biglake_v1.types.iceberg_rest_catalog.CreateIcebergCatalogRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
iceberg_catalog: typing.Optional[
google.cloud.biglake_v1.types.iceberg_rest_catalog.IcebergCatalog
] = None,
iceberg_catalog_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_v1.types.iceberg_rest_catalog.IcebergCatalog
Creates the Iceberg REST Catalog.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.failover_iceberg_catalog
failover_iceberg_catalog(
request: typing.Optional[
typing.Union[
google.cloud.biglake_v1.types.iceberg_rest_catalog.FailoverIcebergCatalogRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
primary_replica: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_v1.types.iceberg_rest_catalog.FailoverIcebergCatalogResponse
Failover the catalog to a new primary replica region.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.get_iceberg_catalog
get_iceberg_catalog(
request: typing.Optional[
typing.Union[
google.cloud.biglake_v1.types.iceberg_rest_catalog.GetIcebergCatalogRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_v1.types.iceberg_rest_catalog.IcebergCatalog
Returns the Iceberg REST Catalog configuration options.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.biglake_v1.services.iceberg_catalog_service.transports.base.IcebergCatalogServiceTransport
]
Returns an appropriate transport class.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.list_iceberg_catalogs
list_iceberg_catalogs(
request: typing.Optional[
typing.Union[
google.cloud.biglake_v1.types.iceberg_rest_catalog.ListIcebergCatalogsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.biglake_v1.services.iceberg_catalog_service.pagers.ListIcebergCatalogsAsyncPager
)
Lists the Iceberg REST Catalogs.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.parse_catalog_path
parse_catalog_path(path: str) -> typing.Dict[str, str]
Parses a catalog path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceAsyncClient.update_iceberg_catalog
update_iceberg_catalog(
request: typing.Optional[
typing.Union[
google.cloud.biglake_v1.types.iceberg_rest_catalog.UpdateIcebergCatalogRequest,
dict,
]
] = None,
*,
iceberg_catalog: typing.Optional[
google.cloud.biglake_v1.types.iceberg_rest_catalog.IcebergCatalog
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_v1.types.iceberg_rest_catalog.IcebergCatalog
Update the Iceberg REST Catalog configuration options.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient
IcebergCatalogServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.biglake_v1.services.iceberg_catalog_service.transports.base.IcebergCatalogServiceTransport, typing.Callable[[...], google.cloud.biglake_v1.services.iceberg_catalog_service.transports.base.IcebergCatalogServiceTransport]]] = 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 =
Instantiates the iceberg catalog service client.
See more: google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.exit
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.catalog_path
catalog_path(project: str, catalog: str) -> str
Returns a fully-qualified catalog string.
See more: google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.catalog_path
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.create_iceberg_catalog
create_iceberg_catalog(
request: typing.Optional[
typing.Union[
google.cloud.biglake_v1.types.iceberg_rest_catalog.CreateIcebergCatalogRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
iceberg_catalog: typing.Optional[
google.cloud.biglake_v1.types.iceberg_rest_catalog.IcebergCatalog
] = None,
iceberg_catalog_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_v1.types.iceberg_rest_catalog.IcebergCatalog
Creates the Iceberg REST Catalog.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.failover_iceberg_catalog
failover_iceberg_catalog(
request: typing.Optional[
typing.Union[
google.cloud.biglake_v1.types.iceberg_rest_catalog.FailoverIcebergCatalogRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
primary_replica: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_v1.types.iceberg_rest_catalog.FailoverIcebergCatalogResponse
Failover the catalog to a new primary replica region.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.get_iceberg_catalog
get_iceberg_catalog(
request: typing.Optional[
typing.Union[
google.cloud.biglake_v1.types.iceberg_rest_catalog.GetIcebergCatalogRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_v1.types.iceberg_rest_catalog.IcebergCatalog
Returns the Iceberg REST Catalog configuration options.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.list_iceberg_catalogs
list_iceberg_catalogs(
request: typing.Optional[
typing.Union[
google.cloud.biglake_v1.types.iceberg_rest_catalog.ListIcebergCatalogsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.biglake_v1.services.iceberg_catalog_service.pagers.ListIcebergCatalogsPager
)
Lists the Iceberg REST Catalogs.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.parse_catalog_path
parse_catalog_path(path: str) -> typing.Dict[str, str]
Parses a catalog path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.biglake_v1.services.iceberg_catalog_service.IcebergCatalogServiceClient.update_iceberg_catalog
update_iceberg_catalog(
request: typing.Optional[
typing.Union[
google.cloud.biglake_v1.types.iceberg_rest_catalog.UpdateIcebergCatalogRequest,
dict,
]
] = None,
*,
iceberg_catalog: typing.Optional[
google.cloud.biglake_v1.types.iceberg_rest_catalog.IcebergCatalog
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.biglake_v1.types.iceberg_rest_catalog.IcebergCatalog
Update the Iceberg REST Catalog configuration options.
google.cloud.biglake_v1.services.iceberg_catalog_service.pagers.ListIcebergCatalogsAsyncPager
ListIcebergCatalogsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.biglake_v1.types.iceberg_rest_catalog.ListIcebergCatalogsResponse
],
],
request: google.cloud.biglake_v1.types.iceberg_rest_catalog.ListIcebergCatalogsRequest,
response: google.cloud.biglake_v1.types.iceberg_rest_catalog.ListIcebergCatalogsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiates the pager.
See more: google.cloud.biglake_v1.services.iceberg_catalog_service.pagers.ListIcebergCatalogsAsyncPager
google.cloud.biglake_v1.services.iceberg_catalog_service.pagers.ListIcebergCatalogsPager
ListIcebergCatalogsPager(
method: typing.Callable[
[...],
google.cloud.biglake_v1.types.iceberg_rest_catalog.ListIcebergCatalogsResponse,
],
request: google.cloud.biglake_v1.types.iceberg_rest_catalog.ListIcebergCatalogsRequest,
response: google.cloud.biglake_v1.types.iceberg_rest_catalog.ListIcebergCatalogsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)
Instantiate the pager.
See more: google.cloud.biglake_v1.services.iceberg_catalog_service.pagers.ListIcebergCatalogsPager