Package Methods (1.19.0)

Summary of entries of Methods for metastore.

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient

DataprocMetastoreAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1.services.dataproc_metastore.transports.base.DataprocMetastoreTransport, typing.Callable[[...], google.cloud.metastore_v1.services.dataproc_metastore.transports.base.DataprocMetastoreTransport]]] = '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 dataproc metastore async client.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.alter_metadata_resource_location

alter_metadata_resource_location( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.AlterMetadataResourceLocationRequest, dict, ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.backup_path

backup_path(project: str, location: str, service: str, backup: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.cancel_operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_location_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_backup

create_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.CreateBackupRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, backup: typing.Optional[google.cloud.metastore_v1.types.metastore.Backup] = None, backup_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.api_core.operation_async.AsyncOperation

Creates a new backup in a given project and location.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_backup

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_metadata_import

create_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.CreateMetadataImportRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, metadata_import: typing.Optional[ google.cloud.metastore_v1.types.metastore.MetadataImport ] = None, metadata_import_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.api_core.operation_async.AsyncOperation

Creates a new MetadataImport in a given project and location.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_metadata_import

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_service

create_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.CreateServiceRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, service: typing.Optional[google.cloud.metastore_v1.types.metastore.Service] = None, service_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.api_core.operation_async.AsyncOperation

Creates a metastore service in a project and location.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_service

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_backup

delete_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.DeleteBackupRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_service

delete_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.DeleteServiceRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.export_metadata

export_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.ExportMetadataRequest, dict ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.from_service_account_file

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.from_service_account_info

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.from_service_account_json

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_backup

get_backup( request: typing.Optional[ typing.Union[google.cloud.metastore_v1.types.metastore.GetBackupRequest, 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.metastore_v1.types.metastore.Backup

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_metadata_import

get_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.GetMetadataImportRequest, 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.metastore_v1.types.metastore.MetadataImport

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_service

get_service( request: typing.Optional[ typing.Union[google.cloud.metastore_v1.types.metastore.GetServiceRequest, 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.metastore_v1.types.metastore.Service

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.metastore_v1.services.dataproc_metastore.transports.base.DataprocMetastoreTransport ]

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_backups

list_backups( request: typing.Optional[ typing.Union[google.cloud.metastore_v1.types.metastore.ListBackupsRequest, 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.metastore_v1.services.dataproc_metastore.pagers.ListBackupsAsyncPager

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_locations

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_metadata_imports

list_metadata_imports( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.ListMetadataImportsRequest, 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.metastore_v1.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager )

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_operations

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_services

list_services( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.ListServicesRequest, 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.metastore_v1.services.dataproc_metastore.pagers.ListServicesAsyncPager )

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.metadata_import_path

metadata_import_path( project: str, location: str, service: str, metadata_import: str ) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.move_table_to_database

move_table_to_database( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.MoveTableToDatabaseRequest, dict ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.network_path

network_path(project: str, network: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_backup_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_billing_account_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_folder_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_location_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_organization_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_project_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_metadata_import_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_network_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_service_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_subnetwork_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.query_metadata

query_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.QueryMetadataRequest, dict ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.restore_service

restore_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.RestoreServiceRequest, dict ] ] = None, *, service: typing.Optional[str] = None, backup: 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.service_path

service_path(project: str, location: str, service: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.set_iam_policy

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.subnetwork_path

subnetwork_path(project: str, region: str, subnetwork: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.test_iam_permissions

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.update_metadata_import

update_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.UpdateMetadataImportRequest, dict ] ] = None, *, metadata_import: typing.Optional[ google.cloud.metastore_v1.types.metastore.MetadataImport ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.update_service

update_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.UpdateServiceRequest, dict ] ] = None, *, service: typing.Optional[google.cloud.metastore_v1.types.metastore.Service] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient

DataprocMetastoreClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1.services.dataproc_metastore.transports.base.DataprocMetastoreTransport, typing.Callable[[...], google.cloud.metastore_v1.services.dataproc_metastore.transports.base.DataprocMetastoreTransport]]] = 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 dataproc metastore client.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.__exit__

__exit__(type, value, traceback)

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.alter_metadata_resource_location

alter_metadata_resource_location( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.AlterMetadataResourceLocationRequest, dict, ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.backup_path

backup_path(project: str, location: str, service: str, backup: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.cancel_operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_location_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.create_backup

create_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.CreateBackupRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, backup: typing.Optional[google.cloud.metastore_v1.types.metastore.Backup] = None, backup_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.api_core.operation.Operation

Creates a new backup in a given project and location.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.create_backup

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.create_metadata_import

create_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.CreateMetadataImportRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, metadata_import: typing.Optional[ google.cloud.metastore_v1.types.metastore.MetadataImport ] = None, metadata_import_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.api_core.operation.Operation

Creates a new MetadataImport in a given project and location.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.create_metadata_import

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.create_service

create_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.CreateServiceRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, service: typing.Optional[google.cloud.metastore_v1.types.metastore.Service] = None, service_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.api_core.operation.Operation

Creates a metastore service in a project and location.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.create_service

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.delete_backup

delete_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.DeleteBackupRequest, 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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.delete_service

delete_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.DeleteServiceRequest, 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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.export_metadata

export_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.ExportMetadataRequest, dict ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.from_service_account_file

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.from_service_account_info

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.from_service_account_json

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_backup

get_backup( request: typing.Optional[ typing.Union[google.cloud.metastore_v1.types.metastore.GetBackupRequest, 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.metastore_v1.types.metastore.Backup

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

Gets the IAM access control policy for a function.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_iam_policy

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_metadata_import

get_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.GetMetadataImportRequest, 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.metastore_v1.types.metastore.MetadataImport

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_service

get_service( request: typing.Optional[ typing.Union[google.cloud.metastore_v1.types.metastore.GetServiceRequest, 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.metastore_v1.types.metastore.Service

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.list_backups

list_backups( request: typing.Optional[ typing.Union[google.cloud.metastore_v1.types.metastore.ListBackupsRequest, 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.metastore_v1.services.dataproc_metastore.pagers.ListBackupsPager

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.list_locations

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.list_metadata_imports

list_metadata_imports( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.ListMetadataImportsRequest, 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.metastore_v1.services.dataproc_metastore.pagers.ListMetadataImportsPager )

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.list_operations

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.list_services

list_services( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.ListServicesRequest, 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.metastore_v1.services.dataproc_metastore.pagers.ListServicesPager

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.metadata_import_path

metadata_import_path( project: str, location: str, service: str, metadata_import: str ) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.move_table_to_database

move_table_to_database( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.MoveTableToDatabaseRequest, dict ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.network_path

network_path(project: str, network: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_backup_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_common_billing_account_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_common_folder_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_common_location_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_common_organization_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_common_project_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_metadata_import_path

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

Parses a metadata_import path into its component segments.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_metadata_import_path

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_network_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_service_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_subnetwork_path

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

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.query_metadata

query_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.QueryMetadataRequest, dict ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.restore_service

restore_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.RestoreServiceRequest, dict ] ] = None, *, service: typing.Optional[str] = None, backup: 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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.service_path

service_path(project: str, location: str, service: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.set_iam_policy

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.subnetwork_path

subnetwork_path(project: str, region: str, subnetwork: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.test_iam_permissions

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.update_metadata_import

update_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.UpdateMetadataImportRequest, dict ] ] = None, *, metadata_import: typing.Optional[ google.cloud.metastore_v1.types.metastore.MetadataImport ] = 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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.update_service

update_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore.UpdateServiceRequest, dict ] ] = None, *, service: typing.Optional[google.cloud.metastore_v1.types.metastore.Service] = 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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListBackupsAsyncPager

ListBackupsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.metastore_v1.types.metastore.ListBackupsResponse], ], request: google.cloud.metastore_v1.types.metastore.ListBackupsRequest, response: google.cloud.metastore_v1.types.metastore.ListBackupsResponse, *, 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.metastore_v1.services.dataproc_metastore.pagers.ListBackupsPager

ListBackupsPager( method: typing.Callable[ [...], google.cloud.metastore_v1.types.metastore.ListBackupsResponse ], request: google.cloud.metastore_v1.types.metastore.ListBackupsRequest, response: google.cloud.metastore_v1.types.metastore.ListBackupsResponse, *, 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.metastore_v1.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager

ListMetadataImportsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.metastore_v1.types.metastore.ListMetadataImportsResponse ], ], request: google.cloud.metastore_v1.types.metastore.ListMetadataImportsRequest, response: google.cloud.metastore_v1.types.metastore.ListMetadataImportsResponse, *, 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.metastore_v1.services.dataproc_metastore.pagers.ListMetadataImportsPager

ListMetadataImportsPager( method: typing.Callable[ [...], google.cloud.metastore_v1.types.metastore.ListMetadataImportsResponse ], request: google.cloud.metastore_v1.types.metastore.ListMetadataImportsRequest, response: google.cloud.metastore_v1.types.metastore.ListMetadataImportsResponse, *, 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.metastore_v1.services.dataproc_metastore.pagers.ListServicesAsyncPager

ListServicesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.metastore_v1.types.metastore.ListServicesResponse ], ], request: google.cloud.metastore_v1.types.metastore.ListServicesRequest, response: google.cloud.metastore_v1.types.metastore.ListServicesResponse, *, 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.metastore_v1.services.dataproc_metastore.pagers.ListServicesPager

ListServicesPager( method: typing.Callable[ [...], google.cloud.metastore_v1.types.metastore.ListServicesResponse ], request: google.cloud.metastore_v1.types.metastore.ListServicesRequest, response: google.cloud.metastore_v1.types.metastore.ListServicesResponse, *, 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.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient

DataprocMetastoreFederationAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport, typing.Callable[[...], google.cloud.metastore_v1.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport]]] = '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 dataproc metastore federation async client.

See more: google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_location_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.create_federation

create_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore_federation.CreateFederationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, federation: typing.Optional[ google.cloud.metastore_v1.types.metastore_federation.Federation ] = None, federation_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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.delete_federation

delete_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore_federation.DeleteFederationRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.federation_path

federation_path(project: str, location: str, federation: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_file

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_info

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_json

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_federation

get_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore_federation.GetFederationRequest, 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.metastore_v1.types.metastore_federation.Federation

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.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.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.metastore_v1.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport ]

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.list_federations

list_federations( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore_federation.ListFederationsRequest, 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.metastore_v1.services.dataproc_metastore_federation.pagers.ListFederationsAsyncPager )

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_billing_account_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_folder_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_location_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_organization_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_project_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_federation_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.test_iam_permissions

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.update_federation

update_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore_federation.UpdateFederationRequest, dict, ] ] = None, *, federation: typing.Optional[ google.cloud.metastore_v1.types.metastore_federation.Federation ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient

DataprocMetastoreFederationClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport, typing.Callable[[...], google.cloud.metastore_v1.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport]]] = 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 dataproc metastore federation client.

See more: google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.__exit__

__exit__(type, value, traceback)

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_location_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.create_federation

create_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore_federation.CreateFederationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, federation: typing.Optional[ google.cloud.metastore_v1.types.metastore_federation.Federation ] = None, federation_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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.delete_federation

delete_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore_federation.DeleteFederationRequest, 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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.federation_path

federation_path(project: str, location: str, federation: str) -> str

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.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.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.from_service_account_file

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.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.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.from_service_account_info

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.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.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.from_service_account_json

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_federation

get_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore_federation.GetFederationRequest, 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.metastore_v1.types.metastore_federation.Federation

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.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.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.list_federations

list_federations( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore_federation.ListFederationsRequest, 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.metastore_v1.services.dataproc_metastore_federation.pagers.ListFederationsPager )

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.list_locations

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.list_operations

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_billing_account_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_folder_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_location_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_organization_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_project_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_federation_path

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

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.test_iam_permissions

google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.update_federation

update_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1.types.metastore_federation.UpdateFederationRequest, dict, ] ] = None, *, federation: typing.Optional[ google.cloud.metastore_v1.types.metastore_federation.Federation ] = 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.api_core.operation.Operation

google.cloud.metastore_v1.services.dataproc_metastore_federation.pagers.ListFederationsAsyncPager

ListFederationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.metastore_v1.types.metastore_federation.ListFederationsResponse ], ], request: google.cloud.metastore_v1.types.metastore_federation.ListFederationsRequest, response: google.cloud.metastore_v1.types.metastore_federation.ListFederationsResponse, *, 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.metastore_v1.services.dataproc_metastore_federation.pagers.ListFederationsPager

ListFederationsPager( method: typing.Callable[ [...], google.cloud.metastore_v1.types.metastore_federation.ListFederationsResponse, ], request: google.cloud.metastore_v1.types.metastore_federation.ListFederationsRequest, response: google.cloud.metastore_v1.types.metastore_federation.ListFederationsResponse, *, 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.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient

DataprocMetastoreAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1alpha.services.dataproc_metastore.transports.base.DataprocMetastoreTransport, typing.Callable[[...], google.cloud.metastore_v1alpha.services.dataproc_metastore.transports.base.DataprocMetastoreTransport]]] = '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 dataproc metastore async client.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.alter_metadata_resource_location

alter_metadata_resource_location( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.AlterMetadataResourceLocationRequest, dict, ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.backup_path

backup_path(project: str, location: str, service: str, backup: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.cancel_operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_location_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_backup

create_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.CreateBackupRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, backup: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore.Backup ] = None, backup_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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_metadata_import

create_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.CreateMetadataImportRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, metadata_import: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore.MetadataImport ] = None, metadata_import_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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_service

create_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.CreateServiceRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, service: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore.Service ] = None, service_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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_backup

delete_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.DeleteBackupRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_service

delete_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.DeleteServiceRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.export_metadata

export_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.ExportMetadataRequest, dict ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.from_service_account_file

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.from_service_account_info

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.from_service_account_json

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_backup

get_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.GetBackupRequest, 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.metastore_v1alpha.types.metastore.Backup

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_metadata_import

get_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.GetMetadataImportRequest, 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.metastore_v1alpha.types.metastore.MetadataImport

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_service

get_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.GetServiceRequest, 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.metastore_v1alpha.types.metastore.Service

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.metastore_v1alpha.services.dataproc_metastore.transports.base.DataprocMetastoreTransport ]

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.lake_path

lake_path(project: str, location: str, lake: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_backups

list_backups( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.ListBackupsRequest, 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.metastore_v1alpha.services.dataproc_metastore.pagers.ListBackupsAsyncPager )

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_locations

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_metadata_imports

list_metadata_imports( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsRequest, 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.metastore_v1alpha.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager )

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_operations

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_services

list_services( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.ListServicesRequest, 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.metastore_v1alpha.services.dataproc_metastore.pagers.ListServicesAsyncPager )

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.metadata_import_path

metadata_import_path( project: str, location: str, service: str, metadata_import: str ) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.move_table_to_database

move_table_to_database( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.MoveTableToDatabaseRequest, dict, ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.network_path

network_path(project: str, network: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_backup_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_billing_account_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_folder_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_location_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_organization_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_project_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_lake_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_metadata_import_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_network_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_service_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_subnetwork_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.query_metadata

query_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.QueryMetadataRequest, dict ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.remove_iam_policy

remove_iam_policy( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.RemoveIamPolicyRequest, dict ] ] = 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.metastore_v1alpha.types.metastore.RemoveIamPolicyResponse

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.restore_service

restore_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.RestoreServiceRequest, dict ] ] = None, *, service: typing.Optional[str] = None, backup: 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.service_path

service_path(project: str, location: str, service: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.set_iam_policy

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.subnetwork_path

subnetwork_path(project: str, region: str, subnetwork: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.test_iam_permissions

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.update_metadata_import

update_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.UpdateMetadataImportRequest, dict, ] ] = None, *, metadata_import: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore.MetadataImport ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.update_service

update_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.UpdateServiceRequest, dict ] ] = None, *, service: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore.Service ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient

DataprocMetastoreClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1alpha.services.dataproc_metastore.transports.base.DataprocMetastoreTransport, typing.Callable[[...], google.cloud.metastore_v1alpha.services.dataproc_metastore.transports.base.DataprocMetastoreTransport]]] = 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 dataproc metastore client.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.__exit__

__exit__(type, value, traceback)

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.alter_metadata_resource_location

alter_metadata_resource_location( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.AlterMetadataResourceLocationRequest, dict, ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.backup_path

backup_path(project: str, location: str, service: str, backup: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.cancel_operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.common_location_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.create_backup

create_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.CreateBackupRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, backup: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore.Backup ] = None, backup_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.api_core.operation.Operation

Creates a new backup in a given project and location.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.create_backup

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.create_metadata_import

create_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.CreateMetadataImportRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, metadata_import: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore.MetadataImport ] = None, metadata_import_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.api_core.operation.Operation

Creates a new MetadataImport in a given project and location.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.create_metadata_import

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.create_service

create_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.CreateServiceRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, service: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore.Service ] = None, service_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.api_core.operation.Operation

Creates a metastore service in a project and location.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.create_service

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.delete_backup

delete_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.DeleteBackupRequest, 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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.delete_service

delete_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.DeleteServiceRequest, 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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.export_metadata

export_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.ExportMetadataRequest, dict ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.from_service_account_file

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.from_service_account_info

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.from_service_account_json

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.get_backup

get_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.GetBackupRequest, 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.metastore_v1alpha.types.metastore.Backup

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.get_metadata_import

get_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.GetMetadataImportRequest, 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.metastore_v1alpha.types.metastore.MetadataImport

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.get_service

get_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.GetServiceRequest, 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.metastore_v1alpha.types.metastore.Service

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.lake_path

lake_path(project: str, location: str, lake: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.list_backups

list_backups( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.ListBackupsRequest, 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.metastore_v1alpha.services.dataproc_metastore.pagers.ListBackupsPager

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.list_locations

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.list_metadata_imports

list_metadata_imports( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsRequest, 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.metastore_v1alpha.services.dataproc_metastore.pagers.ListMetadataImportsPager )

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.list_operations

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.list_services

list_services( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.ListServicesRequest, 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.metastore_v1alpha.services.dataproc_metastore.pagers.ListServicesPager )

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.metadata_import_path

metadata_import_path( project: str, location: str, service: str, metadata_import: str ) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.move_table_to_database

move_table_to_database( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.MoveTableToDatabaseRequest, dict, ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.network_path

network_path(project: str, network: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_backup_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_common_billing_account_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_common_folder_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_common_location_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_common_organization_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_common_project_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_lake_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_metadata_import_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_network_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_service_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_subnetwork_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.query_metadata

query_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.QueryMetadataRequest, dict ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.remove_iam_policy

remove_iam_policy( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.RemoveIamPolicyRequest, dict ] ] = 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.metastore_v1alpha.types.metastore.RemoveIamPolicyResponse

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.restore_service

restore_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.RestoreServiceRequest, dict ] ] = None, *, service: typing.Optional[str] = None, backup: 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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.service_path

service_path(project: str, location: str, service: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.set_iam_policy

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.subnetwork_path

subnetwork_path(project: str, region: str, subnetwork: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.test_iam_permissions

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.update_metadata_import

update_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.UpdateMetadataImportRequest, dict, ] ] = None, *, metadata_import: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore.MetadataImport ] = 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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.update_service

update_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore.UpdateServiceRequest, dict ] ] = None, *, service: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore.Service ] = 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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListBackupsAsyncPager

ListBackupsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.metastore_v1alpha.types.metastore.ListBackupsResponse ], ], request: google.cloud.metastore_v1alpha.types.metastore.ListBackupsRequest, response: google.cloud.metastore_v1alpha.types.metastore.ListBackupsResponse, *, 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.metastore_v1alpha.services.dataproc_metastore.pagers.ListBackupsPager

ListBackupsPager( method: typing.Callable[ [...], google.cloud.metastore_v1alpha.types.metastore.ListBackupsResponse ], request: google.cloud.metastore_v1alpha.types.metastore.ListBackupsRequest, response: google.cloud.metastore_v1alpha.types.metastore.ListBackupsResponse, *, 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.metastore_v1alpha.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager

ListMetadataImportsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsResponse ], ], request: google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsRequest, response: google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsResponse, *, 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.metastore_v1alpha.services.dataproc_metastore.pagers.ListMetadataImportsPager

ListMetadataImportsPager( method: typing.Callable[ [...], google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsResponse, ], request: google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsRequest, response: google.cloud.metastore_v1alpha.types.metastore.ListMetadataImportsResponse, *, 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.metastore_v1alpha.services.dataproc_metastore.pagers.ListServicesAsyncPager

ListServicesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.metastore_v1alpha.types.metastore.ListServicesResponse ], ], request: google.cloud.metastore_v1alpha.types.metastore.ListServicesRequest, response: google.cloud.metastore_v1alpha.types.metastore.ListServicesResponse, *, 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.metastore_v1alpha.services.dataproc_metastore.pagers.ListServicesPager

ListServicesPager( method: typing.Callable[ [...], google.cloud.metastore_v1alpha.types.metastore.ListServicesResponse ], request: google.cloud.metastore_v1alpha.types.metastore.ListServicesRequest, response: google.cloud.metastore_v1alpha.types.metastore.ListServicesResponse, *, 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.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient

DataprocMetastoreFederationAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport, typing.Callable[[...], google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport]]] = '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 dataproc metastore federation async client.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_location_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.create_federation

create_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore_federation.CreateFederationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, federation: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore_federation.Federation ] = None, federation_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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.delete_federation

delete_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore_federation.DeleteFederationRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.federation_path

federation_path(project: str, location: str, federation: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_file

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_info

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_json

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_federation

get_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore_federation.GetFederationRequest, 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.metastore_v1alpha.types.metastore_federation.Federation

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.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.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport ]

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.list_federations

list_federations( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore_federation.ListFederationsRequest, 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.metastore_v1alpha.services.dataproc_metastore_federation.pagers.ListFederationsAsyncPager )

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_billing_account_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_folder_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_location_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_organization_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_project_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_federation_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.test_iam_permissions

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.update_federation

update_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore_federation.UpdateFederationRequest, dict, ] ] = None, *, federation: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore_federation.Federation ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient

DataprocMetastoreFederationClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport, typing.Callable[[...], google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport]]] = 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.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.__exit__

__exit__(type, value, traceback)

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_location_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.create_federation

create_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore_federation.CreateFederationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, federation: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore_federation.Federation ] = None, federation_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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.delete_federation

delete_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore_federation.DeleteFederationRequest, 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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.federation_path

federation_path(project: str, location: str, federation: str) -> str

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.from_service_account_file

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.from_service_account_info

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.from_service_account_json

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_federation

get_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore_federation.GetFederationRequest, 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.metastore_v1alpha.types.metastore_federation.Federation

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.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.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.list_federations

list_federations( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore_federation.ListFederationsRequest, 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.metastore_v1alpha.services.dataproc_metastore_federation.pagers.ListFederationsPager )

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_billing_account_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_folder_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_location_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_organization_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_project_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_federation_path

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

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.test_iam_permissions

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.update_federation

update_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1alpha.types.metastore_federation.UpdateFederationRequest, dict, ] ] = None, *, federation: typing.Optional[ google.cloud.metastore_v1alpha.types.metastore_federation.Federation ] = 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.api_core.operation.Operation

google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.pagers.ListFederationsAsyncPager

ListFederationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.metastore_v1alpha.types.metastore_federation.ListFederationsResponse ], ], request: google.cloud.metastore_v1alpha.types.metastore_federation.ListFederationsRequest, response: google.cloud.metastore_v1alpha.types.metastore_federation.ListFederationsResponse, *, 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.metastore_v1alpha.services.dataproc_metastore_federation.pagers.ListFederationsPager

ListFederationsPager( method: typing.Callable[ [...], google.cloud.metastore_v1alpha.types.metastore_federation.ListFederationsResponse, ], request: google.cloud.metastore_v1alpha.types.metastore_federation.ListFederationsRequest, response: google.cloud.metastore_v1alpha.types.metastore_federation.ListFederationsResponse, *, 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.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient

DataprocMetastoreAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1beta.services.dataproc_metastore.transports.base.DataprocMetastoreTransport, typing.Callable[[...], google.cloud.metastore_v1beta.services.dataproc_metastore.transports.base.DataprocMetastoreTransport]]] = '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 dataproc metastore async client.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.alter_metadata_resource_location

alter_metadata_resource_location( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.AlterMetadataResourceLocationRequest, dict, ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.backup_path

backup_path(project: str, location: str, service: str, backup: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.cancel_operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_location_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_backup

create_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.CreateBackupRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, backup: typing.Optional[ google.cloud.metastore_v1beta.types.metastore.Backup ] = None, backup_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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_metadata_import

create_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.CreateMetadataImportRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, metadata_import: typing.Optional[ google.cloud.metastore_v1beta.types.metastore.MetadataImport ] = None, metadata_import_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.api_core.operation_async.AsyncOperation

Creates a new MetadataImport in a given project and location.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_metadata_import

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_service

create_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.CreateServiceRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, service: typing.Optional[ google.cloud.metastore_v1beta.types.metastore.Service ] = None, service_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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_backup

delete_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.DeleteBackupRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_service

delete_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.DeleteServiceRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.export_metadata

export_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.ExportMetadataRequest, dict ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.from_service_account_file

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.from_service_account_info

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.from_service_account_json

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_backup

get_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.GetBackupRequest, 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.metastore_v1beta.types.metastore.Backup

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_metadata_import

get_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.GetMetadataImportRequest, 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.metastore_v1beta.types.metastore.MetadataImport

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.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.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_service

get_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.GetServiceRequest, 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.metastore_v1beta.types.metastore.Service

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.metastore_v1beta.services.dataproc_metastore.transports.base.DataprocMetastoreTransport ]

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.lake_path

lake_path(project: str, location: str, lake: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_backups

list_backups( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.ListBackupsRequest, 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.metastore_v1beta.services.dataproc_metastore.pagers.ListBackupsAsyncPager )

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_locations

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_metadata_imports

list_metadata_imports( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsRequest, 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.metastore_v1beta.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager )

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_operations

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_services

list_services( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.ListServicesRequest, 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.metastore_v1beta.services.dataproc_metastore.pagers.ListServicesAsyncPager )

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.metadata_import_path

metadata_import_path( project: str, location: str, service: str, metadata_import: str ) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.move_table_to_database

move_table_to_database( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.MoveTableToDatabaseRequest, dict, ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.network_path

network_path(project: str, network: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_backup_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_billing_account_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_folder_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_location_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_organization_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_project_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_lake_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_metadata_import_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_network_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_service_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_subnetwork_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.query_metadata

query_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.QueryMetadataRequest, dict ] ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.remove_iam_policy

remove_iam_policy( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.RemoveIamPolicyRequest, dict ] ] = 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.metastore_v1beta.types.metastore.RemoveIamPolicyResponse

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.restore_service

restore_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.RestoreServiceRequest, dict ] ] = None, *, service: typing.Optional[str] = None, backup: 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.service_path

service_path(project: str, location: str, service: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.set_iam_policy

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.subnetwork_path

subnetwork_path(project: str, region: str, subnetwork: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.test_iam_permissions

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.update_metadata_import

update_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.UpdateMetadataImportRequest, dict, ] ] = None, *, metadata_import: typing.Optional[ google.cloud.metastore_v1beta.types.metastore.MetadataImport ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.update_service

update_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.UpdateServiceRequest, dict ] ] = None, *, service: typing.Optional[ google.cloud.metastore_v1beta.types.metastore.Service ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient

DataprocMetastoreClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1beta.services.dataproc_metastore.transports.base.DataprocMetastoreTransport, typing.Callable[[...], google.cloud.metastore_v1beta.services.dataproc_metastore.transports.base.DataprocMetastoreTransport]]] = 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 dataproc metastore client.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.__exit__

__exit__(type, value, traceback)

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.alter_metadata_resource_location

alter_metadata_resource_location( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.AlterMetadataResourceLocationRequest, dict, ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.backup_path

backup_path(project: str, location: str, service: str, backup: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.cancel_operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.common_location_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.create_backup

create_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.CreateBackupRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, backup: typing.Optional[ google.cloud.metastore_v1beta.types.metastore.Backup ] = None, backup_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.api_core.operation.Operation

Creates a new backup in a given project and location.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.create_backup

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.create_metadata_import

create_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.CreateMetadataImportRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, metadata_import: typing.Optional[ google.cloud.metastore_v1beta.types.metastore.MetadataImport ] = None, metadata_import_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.api_core.operation.Operation

Creates a new MetadataImport in a given project and location.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.create_metadata_import

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.create_service

create_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.CreateServiceRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, service: typing.Optional[ google.cloud.metastore_v1beta.types.metastore.Service ] = None, service_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.api_core.operation.Operation

Creates a metastore service in a project and location.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.create_service

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.delete_backup

delete_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.DeleteBackupRequest, 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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.delete_service

delete_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.DeleteServiceRequest, 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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.export_metadata

export_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.ExportMetadataRequest, dict ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.from_service_account_file

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.from_service_account_info

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.from_service_account_json

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.get_backup

get_backup( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.GetBackupRequest, 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.metastore_v1beta.types.metastore.Backup

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.get_metadata_import

get_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.GetMetadataImportRequest, 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.metastore_v1beta.types.metastore.MetadataImport

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.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.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.get_service

get_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.GetServiceRequest, 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.metastore_v1beta.types.metastore.Service

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.lake_path

lake_path(project: str, location: str, lake: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.list_backups

list_backups( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.ListBackupsRequest, 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.metastore_v1beta.services.dataproc_metastore.pagers.ListBackupsPager

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.list_locations

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.list_metadata_imports

list_metadata_imports( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsRequest, 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.metastore_v1beta.services.dataproc_metastore.pagers.ListMetadataImportsPager )

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.list_operations

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.list_services

list_services( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.ListServicesRequest, 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.metastore_v1beta.services.dataproc_metastore.pagers.ListServicesPager

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.metadata_import_path

metadata_import_path( project: str, location: str, service: str, metadata_import: str ) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.move_table_to_database

move_table_to_database( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.MoveTableToDatabaseRequest, dict, ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.network_path

network_path(project: str, network: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_backup_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_common_billing_account_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_common_folder_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_common_location_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_common_organization_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_common_project_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_lake_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_metadata_import_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_network_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_service_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_subnetwork_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.query_metadata

query_metadata( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.QueryMetadataRequest, dict ] ] = 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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.remove_iam_policy

remove_iam_policy( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.RemoveIamPolicyRequest, dict ] ] = 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.metastore_v1beta.types.metastore.RemoveIamPolicyResponse

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.restore_service

restore_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.RestoreServiceRequest, dict ] ] = None, *, service: typing.Optional[str] = None, backup: 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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.service_path

service_path(project: str, location: str, service: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

Sets the IAM access control policy on the specified function.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.set_iam_policy

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.subnetwork_path

subnetwork_path(project: str, region: str, subnetwork: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.test_iam_permissions

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.update_metadata_import

update_metadata_import( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.UpdateMetadataImportRequest, dict, ] ] = None, *, metadata_import: typing.Optional[ google.cloud.metastore_v1beta.types.metastore.MetadataImport ] = 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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.update_service

update_service( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore.UpdateServiceRequest, dict ] ] = None, *, service: typing.Optional[ google.cloud.metastore_v1beta.types.metastore.Service ] = 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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListBackupsAsyncPager

ListBackupsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.metastore_v1beta.types.metastore.ListBackupsResponse ], ], request: google.cloud.metastore_v1beta.types.metastore.ListBackupsRequest, response: google.cloud.metastore_v1beta.types.metastore.ListBackupsResponse, *, 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.metastore_v1beta.services.dataproc_metastore.pagers.ListBackupsPager

ListBackupsPager( method: typing.Callable[ [...], google.cloud.metastore_v1beta.types.metastore.ListBackupsResponse ], request: google.cloud.metastore_v1beta.types.metastore.ListBackupsRequest, response: google.cloud.metastore_v1beta.types.metastore.ListBackupsResponse, *, 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.metastore_v1beta.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager

ListMetadataImportsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsResponse ], ], request: google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsRequest, response: google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsResponse, *, 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.metastore_v1beta.services.dataproc_metastore.pagers.ListMetadataImportsPager

ListMetadataImportsPager( method: typing.Callable[ [...], google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsResponse ], request: google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsRequest, response: google.cloud.metastore_v1beta.types.metastore.ListMetadataImportsResponse, *, 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.metastore_v1beta.services.dataproc_metastore.pagers.ListServicesAsyncPager

ListServicesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.metastore_v1beta.types.metastore.ListServicesResponse ], ], request: google.cloud.metastore_v1beta.types.metastore.ListServicesRequest, response: google.cloud.metastore_v1beta.types.metastore.ListServicesResponse, *, 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.metastore_v1beta.services.dataproc_metastore.pagers.ListServicesPager

ListServicesPager( method: typing.Callable[ [...], google.cloud.metastore_v1beta.types.metastore.ListServicesResponse ], request: google.cloud.metastore_v1beta.types.metastore.ListServicesRequest, response: google.cloud.metastore_v1beta.types.metastore.ListServicesResponse, *, 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.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient

DataprocMetastoreFederationAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1beta.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport, typing.Callable[[...], google.cloud.metastore_v1beta.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport]]] = '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 dataproc metastore federation async client.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_location_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.create_federation

create_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore_federation.CreateFederationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, federation: typing.Optional[ google.cloud.metastore_v1beta.types.metastore_federation.Federation ] = None, federation_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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.delete_federation

delete_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore_federation.DeleteFederationRequest, 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.federation_path

federation_path(project: str, location: str, federation: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_file

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_info

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_json

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_federation

get_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore_federation.GetFederationRequest, 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.metastore_v1beta.types.metastore_federation.Federation

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.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.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.metastore_v1beta.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport ]

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.list_federations

list_federations( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore_federation.ListFederationsRequest, 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.metastore_v1beta.services.dataproc_metastore_federation.pagers.ListFederationsAsyncPager )

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_billing_account_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_folder_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_location_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_organization_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_project_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_federation_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.test_iam_permissions

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.update_federation

update_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore_federation.UpdateFederationRequest, dict, ] ] = None, *, federation: typing.Optional[ google.cloud.metastore_v1beta.types.metastore_federation.Federation ] = 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.api_core.operation_async.AsyncOperation

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient

DataprocMetastoreFederationClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.metastore_v1beta.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport, typing.Callable[[...], google.cloud.metastore_v1beta.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport]]] = 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.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.__exit__

__exit__(type, value, traceback)

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_location_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_project_path

common_project_path(project: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.create_federation

create_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore_federation.CreateFederationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, federation: typing.Optional[ google.cloud.metastore_v1beta.types.metastore_federation.Federation ] = None, federation_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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.delete_federation

delete_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore_federation.DeleteFederationRequest, 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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.federation_path

federation_path(project: str, location: str, federation: str) -> str

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.from_service_account_file

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.from_service_account_info

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.from_service_account_json

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_federation

get_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore_federation.GetFederationRequest, 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.metastore_v1beta.types.metastore_federation.Federation

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_iam_policy

get_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = 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.location.locations_pb2.Location

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.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.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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.longrunning.operations_pb2.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.list_federations

list_federations( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore_federation.ListFederationsRequest, 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.metastore_v1beta.services.dataproc_metastore_federation.pagers.ListFederationsPager )

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = 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.location.locations_pb2.ListLocationsResponse

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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.longrunning.operations_pb2.ListOperationsResponse

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_billing_account_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_folder_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_location_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_organization_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_project_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_federation_path

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

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.set_iam_policy

set_iam_policy( request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest ] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.test_iam_permissions

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.update_federation

update_federation( request: typing.Optional[ typing.Union[ google.cloud.metastore_v1beta.types.metastore_federation.UpdateFederationRequest, dict, ] ] = None, *, federation: typing.Optional[ google.cloud.metastore_v1beta.types.metastore_federation.Federation ] = 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.api_core.operation.Operation

google.cloud.metastore_v1beta.services.dataproc_metastore_federation.pagers.ListFederationsAsyncPager

ListFederationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.metastore_v1beta.types.metastore_federation.ListFederationsResponse ], ], request: google.cloud.metastore_v1beta.types.metastore_federation.ListFederationsRequest, response: google.cloud.metastore_v1beta.types.metastore_federation.ListFederationsResponse, *, 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.metastore_v1beta.services.dataproc_metastore_federation.pagers.ListFederationsPager

ListFederationsPager( method: typing.Callable[ [...], google.cloud.metastore_v1beta.types.metastore_federation.ListFederationsResponse, ], request: google.cloud.metastore_v1beta.types.metastore_federation.ListFederationsRequest, response: google.cloud.metastore_v1beta.types.metastore_federation.ListFederationsResponse, *, 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]]] = () )