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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Alter metadata resource location.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.backup_path
backup_path(project: str, location: str, service: str, backup: str) -> str
Returns a fully-qualified backup string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.backup_path
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, str]] = ()
) -> 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
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new MetadataImport in a given project and location.
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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single backup.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_backup
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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_operation
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single service.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_service
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Exports metadata from a service.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.export_metadata
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.
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.
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.
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, str]] = ()
) -> google.cloud.metastore_v1.types.metastore.Backup
Gets details of a single backup.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_iam_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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_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, str]] = ()
) -> google.cloud.metastore_v1.types.metastore.MetadataImport
Gets details of a single import.
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,
)
Return the API endpoint and client cert source for mutual TLS.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_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, str]] = ()
) -> google.cloud.metastore_v1.types.metastore.Service
Gets the details of a single service.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_service
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.metastore_v1.services.dataproc_metastore.transports.base.DataprocMetastoreTransport
]
)
Returns an appropriate transport class.
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, str]] = ()
) -> google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListBackupsAsyncPager
Lists backups in a service.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_backups
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, str]] = ()
) -> 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, str]] = ()
) -> (
google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager
)
Lists imports in a service.
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, str]] = ()
) -> 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, str]] = ()
) -> (
google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListServicesAsyncPager
)
Lists services in a project and location.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_services
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.metadata_import_path
metadata_import_path(
project: str, location: str, service: str, metadata_import: str
) -> str
Returns a fully-qualified metadata_import string.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Move a table to another database.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.network_path
network_path(project: str, network: str) -> str
Returns a fully-qualified network string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.network_path
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_backup_path
parse_backup_path(path: str) -> typing.Dict[str, str]
Parses a backup path into its component segments.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_backup_path
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_metadata_import_path
parse_metadata_import_path(path: str) -> typing.Dict[str, str]
Parses a metadata_import path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]
Parses a network path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_subnetwork_path
parse_subnetwork_path(path: str) -> typing.Dict[str, str]
Parses a subnetwork path into its component segments.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Query DPMS metadata.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.query_metadata
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Restores a service from a backup.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.restore_service
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.service_path
service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.service_path
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, str]] = ()
) -> 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
Returns a fully-qualified subnetwork string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.subnetwork_path
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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates a single import.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the parameters of a single service.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreAsyncClient.update_service
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)
Releases underlying transport's resources.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.exit
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, str]] = ()
) -> google.api_core.operation.Operation
Alter metadata resource location.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.backup_path
backup_path(project: str, location: str, service: str, backup: str) -> str
Returns a fully-qualified backup string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.backup_path
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, str]] = ()
) -> 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
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_folder_path
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_location_path
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.common_project_path
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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single backup.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.delete_backup
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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.delete_operation
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single service.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.delete_service
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, str]] = ()
) -> google.api_core.operation.Operation
Exports metadata from a service.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.export_metadata
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.
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.
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.
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, str]] = ()
) -> google.cloud.metastore_v1.types.metastore.Backup
Gets details of a single backup.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_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, str]] = ()
) -> google.cloud.metastore_v1.types.metastore.MetadataImport
Gets details of a single import.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_metadata_import
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,
)
Deprecated.
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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.metastore_v1.types.metastore.Service
Gets the details of a single service.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.get_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, str]] = ()
) -> google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListBackupsPager
Lists backups in a service.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.list_backups
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, str]] = ()
) -> 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, str]] = ()
) -> (
google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListMetadataImportsPager
)
Lists imports in a service.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.list_metadata_imports
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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListServicesPager
Lists services in a project and location.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.list_services
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.metadata_import_path
metadata_import_path(
project: str, location: str, service: str, metadata_import: str
) -> str
Returns a fully-qualified metadata_import string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.metadata_import_path
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, str]] = ()
) -> google.api_core.operation.Operation
Move a table to another database.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.move_table_to_database
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.network_path
network_path(project: str, network: str) -> str
Returns a fully-qualified network string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.network_path
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_backup_path
parse_backup_path(path: str) -> typing.Dict[str, str]
Parses a backup path into its component segments.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_backup_path
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
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.
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]
Parses a network path into its component segments.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_network_path
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_service_path
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_subnetwork_path
parse_subnetwork_path(path: str) -> typing.Dict[str, str]
Parses a subnetwork path into its component segments.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.parse_subnetwork_path
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, str]] = ()
) -> google.api_core.operation.Operation
Query DPMS metadata.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.query_metadata
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, str]] = ()
) -> google.api_core.operation.Operation
Restores a service from a backup.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.restore_service
google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.service_path
service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.service_path
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, str]] = ()
) -> 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
Returns a fully-qualified subnetwork string.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.subnetwork_path
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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation
Updates a single import.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.update_metadata_import
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, str]] = ()
) -> google.api_core.operation.Operation
Updates the parameters of a single service.
See more: google.cloud.metastore_v1.services.dataproc_metastore.DataprocMetastoreClient.update_service
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListBackupsAsyncPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListBackupsPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListMetadataImportsPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListServicesAsyncPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1.services.dataproc_metastore.pagers.ListServicesPager
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.
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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a metastore federation in a project and location.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single federation.
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, str]] = ()
) -> None
Deletes a long-running operation.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.federation_path
federation_path(project: str, location: str, federation: str) -> str
Returns a fully-qualified federation string.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.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, str]] = ()
) -> google.cloud.metastore_v1.types.metastore_federation.Federation
Gets the details of a single 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a 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,
)
Return the API endpoint and client cert source for mutual TLS.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.metastore_v1.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport
]
)
Returns an appropriate transport class.
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, str]] = ()
) -> (
google.cloud.metastore_v1.services.dataproc_metastore_federation.pagers.ListFederationsAsyncPager
)
Lists federations in a project and location.
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
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]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_federation_path
parse_federation_path(path: str) -> typing.Dict[str, str]
Parses a federation path into its component segments.
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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the fields of a federation.
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)
Releases underlying transport's resources.
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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation.Operation
Creates a metastore federation in a project and location.
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single federation.
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, str]] = ()
) -> None
Deletes a long-running operation.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.federation_path
federation_path(project: str, location: str, federation: str) -> str
Returns a fully-qualified federation string.
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.
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.
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.
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, str]] = ()
) -> google.cloud.metastore_v1.types.metastore_federation.Federation
Gets the details of a single 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a 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,
)
Deprecated.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running 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, str]] = ()
) -> (
google.cloud.metastore_v1.services.dataproc_metastore_federation.pagers.ListFederationsPager
)
Lists federations in a project and location.
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
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]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.metastore_v1.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_federation_path
parse_federation_path(path: str) -> typing.Dict[str, str]
Parses a federation path into its component segments.
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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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, str]] = ()
) -> google.api_core.operation.Operation
Updates the fields of a federation.
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.metastore_v1.services.dataproc_metastore_federation.pagers.ListFederationsAsyncPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1.services.dataproc_metastore_federation.pagers.ListFederationsPager
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Alter metadata resource location.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.backup_path
backup_path(project: str, location: str, service: str, backup: str) -> str
Returns a fully-qualified backup string.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.backup_path
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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new backup in a given project and location.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new MetadataImport in a given project and location.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a metastore service in a project and location.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single backup.
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, str]] = ()
) -> None
Deletes a long-running operation.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single service.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Exports metadata from a service.
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.
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.
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.
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, str]] = ()
) -> google.cloud.metastore_v1alpha.types.metastore.Backup
Gets details of a single backup.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_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, str]] = ()
) -> google.cloud.metastore_v1alpha.types.metastore.MetadataImport
Gets details of a single import.
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,
)
Return the API endpoint and client cert source for mutual TLS.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running 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, str]] = ()
) -> google.cloud.metastore_v1alpha.types.metastore.Service
Gets the details of a single service.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_service
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.metastore_v1alpha.services.dataproc_metastore.transports.base.DataprocMetastoreTransport
]
)
Returns an appropriate transport class.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.lake_path
lake_path(project: str, location: str, lake: str) -> str
Returns a fully-qualified lake string.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.lake_path
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, str]] = ()
) -> (
google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListBackupsAsyncPager
)
Lists backups in a service.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_backups
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
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, str]] = ()
) -> (
google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager
)
Lists imports in a service.
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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
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, str]] = ()
) -> (
google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListServicesAsyncPager
)
Lists services in a project and location.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.metadata_import_path
metadata_import_path(
project: str, location: str, service: str, metadata_import: str
) -> str
Returns a fully-qualified metadata_import string.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Move a table to another database.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.network_path
network_path(project: str, network: str) -> str
Returns a fully-qualified network string.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.network_path
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_backup_path
parse_backup_path(path: str) -> typing.Dict[str, str]
Parses a backup path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_lake_path
parse_lake_path(path: str) -> typing.Dict[str, str]
Parses a lake path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_metadata_import_path
parse_metadata_import_path(path: str) -> typing.Dict[str, str]
Parses a metadata_import path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]
Parses a network path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_subnetwork_path
parse_subnetwork_path(path: str) -> typing.Dict[str, str]
Parses a subnetwork path into its component segments.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Query DPMS metadata.
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, str]] = ()
) -> google.cloud.metastore_v1alpha.types.metastore.RemoveIamPolicyResponse
Removes the attached IAM policies for a resource.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Restores a service from a backup.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.service_path
service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.service_path
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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreAsyncClient.subnetwork_path
subnetwork_path(project: str, region: str, subnetwork: str) -> str
Returns a fully-qualified subnetwork string.
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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates a single import.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the parameters of a single service.
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)
Releases underlying transport's resources.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.exit
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, str]] = ()
) -> google.api_core.operation.Operation
Alter metadata resource location.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.backup_path
backup_path(project: str, location: str, service: str, backup: str) -> str
Returns a fully-qualified backup string.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.backup_path
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, str]] = ()
) -> 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
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation
Creates a new MetadataImport in a given project and location.
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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single backup.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.delete_backup
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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.delete_operation
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single service.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.delete_service
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, str]] = ()
) -> google.api_core.operation.Operation
Exports metadata from a service.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.export_metadata
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.
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.
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.
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, str]] = ()
) -> google.cloud.metastore_v1alpha.types.metastore.Backup
Gets details of a single backup.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.get_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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.get_iam_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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.get_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, str]] = ()
) -> google.cloud.metastore_v1alpha.types.metastore.MetadataImport
Gets details of a single import.
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,
)
Deprecated.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.get_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, str]] = ()
) -> google.cloud.metastore_v1alpha.types.metastore.Service
Gets the details of a single service.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.get_service
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.lake_path
lake_path(project: str, location: str, lake: str) -> str
Returns a fully-qualified lake string.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.lake_path
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, str]] = ()
) -> google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListBackupsPager
Lists backups in a service.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.list_backups
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, str]] = ()
) -> 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, str]] = ()
) -> (
google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListMetadataImportsPager
)
Lists imports in a service.
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, str]] = ()
) -> 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, str]] = ()
) -> (
google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListServicesPager
)
Lists services in a project and location.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.list_services
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.metadata_import_path
metadata_import_path(
project: str, location: str, service: str, metadata_import: str
) -> str
Returns a fully-qualified metadata_import string.
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, str]] = ()
) -> google.api_core.operation.Operation
Move a table to another database.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.network_path
network_path(project: str, network: str) -> str
Returns a fully-qualified network string.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.network_path
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_backup_path
parse_backup_path(path: str) -> typing.Dict[str, str]
Parses a backup path into its component segments.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_backup_path
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_lake_path
parse_lake_path(path: str) -> typing.Dict[str, str]
Parses a lake path into its component segments.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_lake_path
google.cloud.metastore_v1alpha.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.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]
Parses a network path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.parse_subnetwork_path
parse_subnetwork_path(path: str) -> typing.Dict[str, str]
Parses a subnetwork path into its component segments.
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, str]] = ()
) -> google.api_core.operation.Operation
Query DPMS metadata.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.query_metadata
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, str]] = ()
) -> google.cloud.metastore_v1alpha.types.metastore.RemoveIamPolicyResponse
Removes the attached IAM policies for a resource.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.remove_iam_policy
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, str]] = ()
) -> google.api_core.operation.Operation
Restores a service from a backup.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.restore_service
google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.service_path
service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.service_path
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, str]] = ()
) -> 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
Returns a fully-qualified subnetwork string.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.subnetwork_path
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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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, str]] = ()
) -> google.api_core.operation.Operation
Updates a single import.
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, str]] = ()
) -> google.api_core.operation.Operation
Updates the parameters of a single service.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.DataprocMetastoreClient.update_service
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListBackupsAsyncPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListBackupsPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListMetadataImportsPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListServicesAsyncPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore.pagers.ListServicesPager
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.
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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a metastore federation in a project and location.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single federation.
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, str]] = ()
) -> None
Deletes a long-running operation.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.federation_path
federation_path(project: str, location: str, federation: str) -> str
Returns a fully-qualified federation string.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.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, str]] = ()
) -> google.cloud.metastore_v1alpha.types.metastore_federation.Federation
Gets the details of a single 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a 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,
)
Return the API endpoint and client cert source for mutual TLS.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport
]
)
Returns an appropriate transport class.
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, str]] = ()
) -> (
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.pagers.ListFederationsAsyncPager
)
Lists federations in a project and location.
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
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]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_federation_path
parse_federation_path(path: str) -> typing.Dict[str, str]
Parses a federation path into its component segments.
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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the fields of a federation.
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 =
Instantiates the dataproc metastore federation client.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation.Operation
Creates a metastore federation in a project and location.
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single federation.
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, str]] = ()
) -> None
Deletes a long-running operation.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.federation_path
federation_path(project: str, location: str, federation: str) -> str
Returns a fully-qualified federation string.
google.cloud.metastore_v1alpha.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.
google.cloud.metastore_v1alpha.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.
google.cloud.metastore_v1alpha.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.
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, str]] = ()
) -> google.cloud.metastore_v1alpha.types.metastore_federation.Federation
Gets the details of a single 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a 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,
)
Deprecated.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running 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, str]] = ()
) -> (
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.pagers.ListFederationsPager
)
Lists federations in a project and location.
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
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]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_federation_path
parse_federation_path(path: str) -> typing.Dict[str, str]
Parses a federation path into its component segments.
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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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, str]] = ()
) -> google.api_core.operation.Operation
Updates the fields of a federation.
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, str]] = ()
)
Instantiates the pager.
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1alpha.services.dataproc_metastore_federation.pagers.ListFederationsPager
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Alter metadata resource location.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.backup_path
backup_path(project: str, location: str, service: str, backup: str) -> str
Returns a fully-qualified backup string.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.backup_path
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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new backup in a given project and location.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.create_backup
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new MetadataImport in a given project and location.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a metastore service in a project and location.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single backup.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.delete_backup
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, str]] = ()
) -> None
Deletes a long-running operation.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single service.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Exports metadata from a service.
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.
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.
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.
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, str]] = ()
) -> google.cloud.metastore_v1beta.types.metastore.Backup
Gets details of a single backup.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_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, str]] = ()
) -> google.cloud.metastore_v1beta.types.metastore.MetadataImport
Gets details of a single import.
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,
)
Return the API endpoint and client cert source for mutual TLS.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_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, str]] = ()
) -> google.cloud.metastore_v1beta.types.metastore.Service
Gets the details of a single service.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_service
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.metastore_v1beta.services.dataproc_metastore.transports.base.DataprocMetastoreTransport
]
)
Returns an appropriate transport class.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.lake_path
lake_path(project: str, location: str, lake: str) -> str
Returns a fully-qualified lake string.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.lake_path
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, str]] = ()
) -> (
google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListBackupsAsyncPager
)
Lists backups in a service.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_backups
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
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, str]] = ()
) -> (
google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager
)
Lists imports in a service.
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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
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, str]] = ()
) -> (
google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListServicesAsyncPager
)
Lists services in a project and location.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.list_services
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.metadata_import_path
metadata_import_path(
project: str, location: str, service: str, metadata_import: str
) -> str
Returns a fully-qualified metadata_import string.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Move a table to another database.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.network_path
network_path(project: str, network: str) -> str
Returns a fully-qualified network string.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.network_path
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_backup_path
parse_backup_path(path: str) -> typing.Dict[str, str]
Parses a backup path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_lake_path
parse_lake_path(path: str) -> typing.Dict[str, str]
Parses a lake path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_metadata_import_path
parse_metadata_import_path(path: str) -> typing.Dict[str, str]
Parses a metadata_import path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]
Parses a network path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.parse_subnetwork_path
parse_subnetwork_path(path: str) -> typing.Dict[str, str]
Parses a subnetwork path into its component segments.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Query DPMS metadata.
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, str]] = ()
) -> google.cloud.metastore_v1beta.types.metastore.RemoveIamPolicyResponse
Removes the attached IAM policies for a resource.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Restores a service from a backup.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.service_path
service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.service_path
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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreAsyncClient.subnetwork_path
subnetwork_path(project: str, region: str, subnetwork: str) -> str
Returns a fully-qualified subnetwork string.
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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates a single import.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the parameters of a single service.
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)
Releases underlying transport's resources.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.exit
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, str]] = ()
) -> google.api_core.operation.Operation
Alter metadata resource location.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.backup_path
backup_path(project: str, location: str, service: str, backup: str) -> str
Returns a fully-qualified backup string.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.backup_path
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, str]] = ()
) -> 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
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.common_folder_path
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation
Creates a new MetadataImport in a given project and location.
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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single backup.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.delete_backup
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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.delete_operation
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single service.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.delete_service
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, str]] = ()
) -> google.api_core.operation.Operation
Exports metadata from a service.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.export_metadata
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.
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.
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.
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, str]] = ()
) -> google.cloud.metastore_v1beta.types.metastore.Backup
Gets details of a single backup.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.get_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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.get_iam_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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.get_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, str]] = ()
) -> google.cloud.metastore_v1beta.types.metastore.MetadataImport
Gets details of a single import.
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,
)
Deprecated.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.get_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, str]] = ()
) -> google.cloud.metastore_v1beta.types.metastore.Service
Gets the details of a single service.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.get_service
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.lake_path
lake_path(project: str, location: str, lake: str) -> str
Returns a fully-qualified lake string.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.lake_path
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, str]] = ()
) -> google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListBackupsPager
Lists backups in a service.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.list_backups
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, str]] = ()
) -> 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, str]] = ()
) -> (
google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListMetadataImportsPager
)
Lists imports in a service.
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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListServicesPager
Lists services in a project and location.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.list_services
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.metadata_import_path
metadata_import_path(
project: str, location: str, service: str, metadata_import: str
) -> str
Returns a fully-qualified metadata_import string.
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, str]] = ()
) -> google.api_core.operation.Operation
Move a table to another database.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.network_path
network_path(project: str, network: str) -> str
Returns a fully-qualified network string.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.network_path
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_backup_path
parse_backup_path(path: str) -> typing.Dict[str, str]
Parses a backup path into its component segments.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_backup_path
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_lake_path
parse_lake_path(path: str) -> typing.Dict[str, str]
Parses a lake path into its component segments.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_lake_path
google.cloud.metastore_v1beta.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.
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]
Parses a network path into its component segments.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_network_path
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_service_path
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.parse_subnetwork_path
parse_subnetwork_path(path: str) -> typing.Dict[str, str]
Parses a subnetwork path into its component segments.
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, str]] = ()
) -> google.api_core.operation.Operation
Query DPMS metadata.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.query_metadata
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, str]] = ()
) -> google.cloud.metastore_v1beta.types.metastore.RemoveIamPolicyResponse
Removes the attached IAM policies for a resource.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.remove_iam_policy
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, str]] = ()
) -> google.api_core.operation.Operation
Restores a service from a backup.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.restore_service
google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.service_path
service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.service_path
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, str]] = ()
) -> 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
Returns a fully-qualified subnetwork string.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.subnetwork_path
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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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, str]] = ()
) -> google.api_core.operation.Operation
Updates a single import.
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, str]] = ()
) -> google.api_core.operation.Operation
Updates the parameters of a single service.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.DataprocMetastoreClient.update_service
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListBackupsAsyncPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListBackupsPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListMetadataImportsAsyncPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListMetadataImportsPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListServicesAsyncPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore.pagers.ListServicesPager
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.
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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a metastore federation in a project and location.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a single federation.
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, str]] = ()
) -> None
Deletes a long-running operation.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.federation_path
federation_path(project: str, location: str, federation: str) -> str
Returns a fully-qualified federation string.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.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, str]] = ()
) -> google.cloud.metastore_v1beta.types.metastore_federation.Federation
Gets the details of a single 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a 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,
)
Return the API endpoint and client cert source for mutual TLS.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.get_transport_class
get_transport_class() -> (
typing.Type[
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.transports.base.DataprocMetastoreFederationTransport
]
)
Returns an appropriate transport class.
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, str]] = ()
) -> (
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.pagers.ListFederationsAsyncPager
)
Lists federations in a project and location.
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
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]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationAsyncClient.parse_federation_path
parse_federation_path(path: str) -> typing.Dict[str, str]
Parses a federation path into its component segments.
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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the fields of a federation.
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 =
Instantiates the dataproc metastore federation client.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation.Operation
Creates a metastore federation in a project and location.
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes a single federation.
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, str]] = ()
) -> None
Deletes a long-running operation.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.federation_path
federation_path(project: str, location: str, federation: str) -> str
Returns a fully-qualified federation string.
google.cloud.metastore_v1beta.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.
google.cloud.metastore_v1beta.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.
google.cloud.metastore_v1beta.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.
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, str]] = ()
) -> google.cloud.metastore_v1beta.types.metastore_federation.Federation
Gets the details of a single 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a 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,
)
Deprecated.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running 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, str]] = ()
) -> (
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.pagers.ListFederationsPager
)
Lists federations in a project and location.
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
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]
Parse a billing_account path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.metastore_v1beta.services.dataproc_metastore_federation.DataprocMetastoreFederationClient.parse_federation_path
parse_federation_path(path: str) -> typing.Dict[str, str]
Parses a federation path into its component segments.
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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
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, str]] = ()
) -> google.api_core.operation.Operation
Updates the fields of a federation.
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, str]] = ()
)
Instantiates the pager.
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.metastore_v1beta.services.dataproc_metastore_federation.pagers.ListFederationsPager