Package Methods (2.8.0)

Summary of entries of Methods for dataplex.

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient

CatalogServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.catalog_service.transports.base.CatalogServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.catalog_service.transports.base.CatalogServiceTransport]]] = '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 catalog service async client.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.aspect_type_path

aspect_type_path(project: str, location: str, aspect_type: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.cancel_metadata_job

cancel_metadata_job( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.CancelMetadataJobRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.cancel_operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_location_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_aspect_type

create_aspect_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.CreateAspectTypeRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, aspect_type: typing.Optional[ google.cloud.dataplex_v1.types.catalog.AspectType ] = None, aspect_type_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_entry

create_entry( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.CreateEntryRequest, dict] ] = None, *, parent: typing.Optional[str] = None, entry: typing.Optional[google.cloud.dataplex_v1.types.catalog.Entry] = None, entry_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.Entry

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_entry_group

create_entry_group( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.CreateEntryGroupRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, entry_group: typing.Optional[ google.cloud.dataplex_v1.types.catalog.EntryGroup ] = None, entry_group_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_entry_type

create_entry_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.CreateEntryTypeRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, entry_type: typing.Optional[ google.cloud.dataplex_v1.types.catalog.EntryType ] = None, entry_type_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_metadata_job

create_metadata_job( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.CreateMetadataJobRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, metadata_job: typing.Optional[ google.cloud.dataplex_v1.types.catalog.MetadataJob ] = None, metadata_job_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_aspect_type

delete_aspect_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.DeleteAspectTypeRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_entry

delete_entry( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.DeleteEntryRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.Entry

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_entry_group

delete_entry_group( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.DeleteEntryGroupRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_entry_type

delete_entry_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.DeleteEntryTypeRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_operation

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.entry_group_path

entry_group_path(project: str, location: str, entry_group: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.entry_path

entry_path(project: str, location: str, entry_group: str, entry: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.entry_type_path

entry_type_path(project: str, location: str, entry_type: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.from_service_account_file

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.from_service_account_info

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.from_service_account_json

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_aspect_type

get_aspect_type( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.GetAspectTypeRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.AspectType

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_entry

get_entry( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.GetEntryRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.Entry

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_entry_group

get_entry_group( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.GetEntryGroupRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.EntryGroup

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_entry_type

get_entry_type( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.GetEntryTypeRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.EntryType

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_metadata_job

get_metadata_job( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.GetMetadataJobRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.MetadataJob

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.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.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_operation

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

Gets the latest state of a long-running operation.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.dataplex_v1.services.catalog_service.transports.base.CatalogServiceTransport ]

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_aspect_types

list_aspect_types( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.ListAspectTypesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.catalog_service.pagers.ListAspectTypesAsyncPager

Lists AspectType resources in a project and location.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_aspect_types

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_entries

list_entries( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.ListEntriesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntriesAsyncPager

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_entry_groups

list_entry_groups( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.ListEntryGroupsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryGroupsAsyncPager

Lists EntryGroup resources in a project and location.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_entry_groups

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_entry_types

list_entry_types( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.ListEntryTypesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryTypesAsyncPager

Lists EntryType resources in a project and location.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_entry_types

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_locations

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_metadata_jobs

list_metadata_jobs( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.ListMetadataJobsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.catalog_service.pagers.ListMetadataJobsAsyncPager )

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_operations

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.lookup_entry

lookup_entry( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.LookupEntryRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.Entry

Looks up an entry by name using the permission on the source system.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.lookup_entry

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.metadata_job_path

metadata_job_path(project: str, location: str, metadataJob: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_aspect_type_path

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

Parses a aspect_type path into its component segments.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_aspect_type_path

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_entry_group_path

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

Parses a entry_group path into its component segments.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_entry_group_path

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_entry_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_entry_type_path

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

Parses a entry_type path into its component segments.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_entry_type_path

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_metadata_job_path

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

Parses a metadata_job path into its component segments.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_metadata_job_path

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.search_entries

search_entries( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.SearchEntriesRequest, dict] ] = None, *, name: typing.Optional[str] = None, query: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.catalog_service.pagers.SearchEntriesAsyncPager

Searches for Entries matching the given query and scope.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.search_entries

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.update_aspect_type

update_aspect_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.UpdateAspectTypeRequest, dict ] ] = None, *, aspect_type: typing.Optional[ google.cloud.dataplex_v1.types.catalog.AspectType ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.update_entry

update_entry( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.UpdateEntryRequest, dict] ] = None, *, entry: typing.Optional[google.cloud.dataplex_v1.types.catalog.Entry] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.Entry

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.update_entry_group

update_entry_group( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.UpdateEntryGroupRequest, dict ] ] = None, *, entry_group: typing.Optional[ google.cloud.dataplex_v1.types.catalog.EntryGroup ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.update_entry_type

update_entry_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.UpdateEntryTypeRequest, dict ] ] = None, *, entry_type: typing.Optional[ google.cloud.dataplex_v1.types.catalog.EntryType ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient

CatalogServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.catalog_service.transports.base.CatalogServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.catalog_service.transports.base.CatalogServiceTransport]]] = 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 catalog service client.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.exit

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.aspect_type_path

aspect_type_path(project: str, location: str, aspect_type: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.cancel_metadata_job

cancel_metadata_job( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.CancelMetadataJobRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.cancel_operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_location_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_aspect_type

create_aspect_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.CreateAspectTypeRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, aspect_type: typing.Optional[ google.cloud.dataplex_v1.types.catalog.AspectType ] = None, aspect_type_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_entry

create_entry( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.CreateEntryRequest, dict] ] = None, *, parent: typing.Optional[str] = None, entry: typing.Optional[google.cloud.dataplex_v1.types.catalog.Entry] = None, entry_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.Entry

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_entry_group

create_entry_group( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.CreateEntryGroupRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, entry_group: typing.Optional[ google.cloud.dataplex_v1.types.catalog.EntryGroup ] = None, entry_group_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_entry_type

create_entry_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.CreateEntryTypeRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, entry_type: typing.Optional[ google.cloud.dataplex_v1.types.catalog.EntryType ] = None, entry_type_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_metadata_job

create_metadata_job( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.CreateMetadataJobRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, metadata_job: typing.Optional[ google.cloud.dataplex_v1.types.catalog.MetadataJob ] = None, metadata_job_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_aspect_type

delete_aspect_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.DeleteAspectTypeRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_entry

delete_entry( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.DeleteEntryRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.Entry

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_entry_group

delete_entry_group( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.DeleteEntryGroupRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_entry_type

delete_entry_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.DeleteEntryTypeRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_operation

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.entry_group_path

entry_group_path(project: str, location: str, entry_group: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.entry_path

entry_path(project: str, location: str, entry_group: str, entry: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.entry_type_path

entry_type_path(project: str, location: str, entry_type: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.from_service_account_file

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.from_service_account_info

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.from_service_account_json

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_aspect_type

get_aspect_type( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.GetAspectTypeRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.AspectType

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_entry

get_entry( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.GetEntryRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.Entry

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_entry_group

get_entry_group( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.GetEntryGroupRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.EntryGroup

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_entry_type

get_entry_type( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.GetEntryTypeRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.EntryType

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_metadata_job

get_metadata_job( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.GetMetadataJobRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.MetadataJob

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_operation

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

Gets the latest state of a long-running operation.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_aspect_types

list_aspect_types( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.ListAspectTypesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.catalog_service.pagers.ListAspectTypesPager

Lists AspectType resources in a project and location.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_aspect_types

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_entries

list_entries( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.ListEntriesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntriesPager

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_entry_groups

list_entry_groups( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.ListEntryGroupsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryGroupsPager

Lists EntryGroup resources in a project and location.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_entry_groups

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_entry_types

list_entry_types( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.ListEntryTypesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryTypesPager

Lists EntryType resources in a project and location.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_entry_types

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_locations

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_metadata_jobs

list_metadata_jobs( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.ListMetadataJobsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.catalog_service.pagers.ListMetadataJobsPager

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_operations

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.lookup_entry

lookup_entry( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.LookupEntryRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.Entry

Looks up an entry by name using the permission on the source system.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.lookup_entry

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.metadata_job_path

metadata_job_path(project: str, location: str, metadataJob: str) -> str

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_aspect_type_path

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

Parses a aspect_type path into its component segments.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_aspect_type_path

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_entry_group_path

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

Parses a entry_group path into its component segments.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_entry_group_path

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_entry_path

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

Parses a entry path into its component segments.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_entry_path

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_entry_type_path

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

Parses a entry_type path into its component segments.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_entry_type_path

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_metadata_job_path

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

Parses a metadata_job path into its component segments.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_metadata_job_path

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.search_entries

search_entries( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.SearchEntriesRequest, dict] ] = None, *, name: typing.Optional[str] = None, query: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.catalog_service.pagers.SearchEntriesPager

Searches for Entries matching the given query and scope.

See more: google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.search_entries

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.update_aspect_type

update_aspect_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.UpdateAspectTypeRequest, dict ] ] = None, *, aspect_type: typing.Optional[ google.cloud.dataplex_v1.types.catalog.AspectType ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.update_entry

update_entry( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.catalog.UpdateEntryRequest, dict] ] = None, *, entry: typing.Optional[google.cloud.dataplex_v1.types.catalog.Entry] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.catalog.Entry

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.update_entry_group

update_entry_group( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.UpdateEntryGroupRequest, dict ] ] = None, *, entry_group: typing.Optional[ google.cloud.dataplex_v1.types.catalog.EntryGroup ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.update_entry_type

update_entry_type( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.catalog.UpdateEntryTypeRequest, dict ] ] = None, *, entry_type: typing.Optional[ google.cloud.dataplex_v1.types.catalog.EntryType ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.catalog_service.pagers.ListAspectTypesAsyncPager

ListAspectTypesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.dataplex_v1.types.catalog.ListAspectTypesResponse ], ], request: google.cloud.dataplex_v1.types.catalog.ListAspectTypesRequest, response: google.cloud.dataplex_v1.types.catalog.ListAspectTypesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.catalog_service.pagers.ListAspectTypesPager

ListAspectTypesPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.catalog.ListAspectTypesResponse ], request: google.cloud.dataplex_v1.types.catalog.ListAspectTypesRequest, response: google.cloud.dataplex_v1.types.catalog.ListAspectTypesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntriesAsyncPager

ListEntriesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.catalog.ListEntriesResponse], ], request: google.cloud.dataplex_v1.types.catalog.ListEntriesRequest, response: google.cloud.dataplex_v1.types.catalog.ListEntriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntriesPager

ListEntriesPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.catalog.ListEntriesResponse ], request: google.cloud.dataplex_v1.types.catalog.ListEntriesRequest, response: google.cloud.dataplex_v1.types.catalog.ListEntriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryGroupsAsyncPager

ListEntryGroupsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.dataplex_v1.types.catalog.ListEntryGroupsResponse ], ], request: google.cloud.dataplex_v1.types.catalog.ListEntryGroupsRequest, response: google.cloud.dataplex_v1.types.catalog.ListEntryGroupsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryGroupsPager

ListEntryGroupsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.catalog.ListEntryGroupsResponse ], request: google.cloud.dataplex_v1.types.catalog.ListEntryGroupsRequest, response: google.cloud.dataplex_v1.types.catalog.ListEntryGroupsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryTypesAsyncPager

ListEntryTypesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.catalog.ListEntryTypesResponse], ], request: google.cloud.dataplex_v1.types.catalog.ListEntryTypesRequest, response: google.cloud.dataplex_v1.types.catalog.ListEntryTypesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryTypesPager

ListEntryTypesPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.catalog.ListEntryTypesResponse ], request: google.cloud.dataplex_v1.types.catalog.ListEntryTypesRequest, response: google.cloud.dataplex_v1.types.catalog.ListEntryTypesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.catalog_service.pagers.ListMetadataJobsAsyncPager

ListMetadataJobsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.dataplex_v1.types.catalog.ListMetadataJobsResponse ], ], request: google.cloud.dataplex_v1.types.catalog.ListMetadataJobsRequest, response: google.cloud.dataplex_v1.types.catalog.ListMetadataJobsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.catalog_service.pagers.ListMetadataJobsPager

ListMetadataJobsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.catalog.ListMetadataJobsResponse ], request: google.cloud.dataplex_v1.types.catalog.ListMetadataJobsRequest, response: google.cloud.dataplex_v1.types.catalog.ListMetadataJobsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.catalog_service.pagers.SearchEntriesAsyncPager

SearchEntriesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.catalog.SearchEntriesResponse], ], request: google.cloud.dataplex_v1.types.catalog.SearchEntriesRequest, response: google.cloud.dataplex_v1.types.catalog.SearchEntriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.catalog_service.pagers.SearchEntriesPager

SearchEntriesPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.catalog.SearchEntriesResponse ], request: google.cloud.dataplex_v1.types.catalog.SearchEntriesRequest, response: google.cloud.dataplex_v1.types.catalog.SearchEntriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient

ContentServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.content_service.transports.base.ContentServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.content_service.transports.base.ContentServiceTransport]]] = '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 content service async client.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.cancel_operation

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_location_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.content_path

content_path(project: str, location: str, lake: str, content: str) -> str

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.create_content

create_content( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.content.CreateContentRequest, dict] ] = None, *, parent: typing.Optional[str] = None, content: typing.Optional[google.cloud.dataplex_v1.types.analyze.Content] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.analyze.Content

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.delete_content

delete_content( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.content.DeleteContentRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.delete_operation

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

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.from_service_account_file

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.from_service_account_info

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.from_service_account_json

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.get_content

get_content( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.content.GetContentRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.analyze.Content

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.get_iam_policy

get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

Gets the access control policy for a contentitem resource.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.get_iam_policy

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.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.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.get_operation

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

Gets the latest state of a long-running operation.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.get_operation

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.dataplex_v1.services.content_service.transports.base.ContentServiceTransport ]

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.lake_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.list_content

list_content( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.content.ListContentRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.content_service.pagers.ListContentAsyncPager

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.list_locations

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.list_operations

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_content_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_lake_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.set_iam_policy

set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

Sets the access control policy on the specified contentitem resource.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.set_iam_policy

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.update_content

update_content( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.content.UpdateContentRequest, dict] ] = None, *, content: typing.Optional[google.cloud.dataplex_v1.types.analyze.Content] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.analyze.Content

google.cloud.dataplex_v1.services.content_service.ContentServiceClient

ContentServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.content_service.transports.base.ContentServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.content_service.transports.base.ContentServiceTransport]]] = 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 content service client.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.exit

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.cancel_operation

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_location_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.content_path

content_path(project: str, location: str, lake: str, content: str) -> str

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.create_content

create_content( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.content.CreateContentRequest, dict] ] = None, *, parent: typing.Optional[str] = None, content: typing.Optional[google.cloud.dataplex_v1.types.analyze.Content] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.analyze.Content

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.delete_content

delete_content( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.content.DeleteContentRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.delete_operation

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

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.from_service_account_file

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.from_service_account_info

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.from_service_account_json

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.get_content

get_content( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.content.GetContentRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.analyze.Content

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.get_iam_policy

get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

Gets the access control policy for a contentitem resource.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.get_iam_policy

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.get_operation

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

Gets the latest state of a long-running operation.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.get_operation

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.lake_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.list_content

list_content( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.content.ListContentRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.content_service.pagers.ListContentPager

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.list_locations

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.list_operations

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_content_path

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

Parses a content path into its component segments.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_content_path

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_lake_path

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

Parses a lake path into its component segments.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_lake_path

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.set_iam_policy

set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

Sets the access control policy on the specified contentitem resource.

See more: google.cloud.dataplex_v1.services.content_service.ContentServiceClient.set_iam_policy

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

google.cloud.dataplex_v1.services.content_service.ContentServiceClient.update_content

update_content( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.content.UpdateContentRequest, dict] ] = None, *, content: typing.Optional[google.cloud.dataplex_v1.types.analyze.Content] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.analyze.Content

google.cloud.dataplex_v1.services.content_service.pagers.ListContentAsyncPager

ListContentAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.content.ListContentResponse], ], request: google.cloud.dataplex_v1.types.content.ListContentRequest, response: google.cloud.dataplex_v1.types.content.ListContentResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.content_service.pagers.ListContentPager

ListContentPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.content.ListContentResponse ], request: google.cloud.dataplex_v1.types.content.ListContentRequest, response: google.cloud.dataplex_v1.types.content.ListContentResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient

DataScanServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.data_scan_service.transports.base.DataScanServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.data_scan_service.transports.base.DataScanServiceTransport]]] = '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 data scan service async client.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.cancel_operation

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_location_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.connection_path

connection_path(project: str, location: str, connection: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.create_data_scan

create_data_scan( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.CreateDataScanRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, data_scan: typing.Optional[ google.cloud.dataplex_v1.types.datascans.DataScan ] = None, data_scan_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.data_scan_job_path

data_scan_job_path(project: str, location: str, dataScan: str, job: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.data_scan_path

data_scan_path(project: str, location: str, dataScan: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.dataset_path

dataset_path(project: str, dataset: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.delete_data_scan

delete_data_scan( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.DeleteDataScanRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.delete_operation

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.entity_path

entity_path(project: str, location: str, lake: str, zone: str, entity: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.from_service_account_file

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.from_service_account_info

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.from_service_account_json

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.generate_data_quality_rules

generate_data_quality_rules( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.GenerateDataQualityRulesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.datascans.GenerateDataQualityRulesResponse

Generates recommended data quality rules based on the results of a data profiling scan.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.generate_data_quality_rules

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.get_data_scan

get_data_scan( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.datascans.GetDataScanRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.datascans.DataScan

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.get_data_scan_job

get_data_scan_job( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.GetDataScanJobRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.datascans.DataScanJob

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.get_operation

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

Gets the latest state of a long-running operation.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.get_operation

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.dataplex_v1.services.data_scan_service.transports.base.DataScanServiceTransport ]

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.list_data_scan_jobs

list_data_scan_jobs( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.ListDataScanJobsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScanJobsAsyncPager )

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.list_data_scans

list_data_scans( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.ListDataScansRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScansAsyncPager

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.list_locations

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.list_operations

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_connection_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_data_scan_job_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_data_scan_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_dataset_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_entity_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.run_data_scan

run_data_scan( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.datascans.RunDataScanRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.datascans.RunDataScanResponse

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.update_data_scan

update_data_scan( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.UpdateDataScanRequest, dict ] ] = None, *, data_scan: typing.Optional[ google.cloud.dataplex_v1.types.datascans.DataScan ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient

DataScanServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.data_scan_service.transports.base.DataScanServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.data_scan_service.transports.base.DataScanServiceTransport]]] = 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 data scan service client.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.exit

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.cancel_operation

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_location_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.connection_path

connection_path(project: str, location: str, connection: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.create_data_scan

create_data_scan( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.CreateDataScanRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, data_scan: typing.Optional[ google.cloud.dataplex_v1.types.datascans.DataScan ] = None, data_scan_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.data_scan_job_path

data_scan_job_path(project: str, location: str, dataScan: str, job: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.data_scan_path

data_scan_path(project: str, location: str, dataScan: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.dataset_path

dataset_path(project: str, dataset: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.delete_data_scan

delete_data_scan( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.DeleteDataScanRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.delete_operation

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.entity_path

entity_path(project: str, location: str, lake: str, zone: str, entity: str) -> str

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.from_service_account_file

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.from_service_account_info

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.from_service_account_json

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.generate_data_quality_rules

generate_data_quality_rules( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.GenerateDataQualityRulesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.datascans.GenerateDataQualityRulesResponse

Generates recommended data quality rules based on the results of a data profiling scan.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.generate_data_quality_rules

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.get_data_scan

get_data_scan( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.datascans.GetDataScanRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.datascans.DataScan

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.get_data_scan_job

get_data_scan_job( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.GetDataScanJobRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.datascans.DataScanJob

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.get_operation

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

Gets the latest state of a long-running operation.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.get_operation

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.list_data_scan_jobs

list_data_scan_jobs( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.ListDataScanJobsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScanJobsPager

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.list_data_scans

list_data_scans( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.ListDataScansRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScansPager

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.list_locations

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.list_operations

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_connection_path

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

Parses a connection path into its component segments.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_connection_path

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_data_scan_job_path

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

Parses a data_scan_job path into its component segments.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_data_scan_job_path

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_data_scan_path

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

Parses a data_scan path into its component segments.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_data_scan_path

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_dataset_path

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

Parses a dataset path into its component segments.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_dataset_path

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_entity_path

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

Parses a entity path into its component segments.

See more: google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_entity_path

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.run_data_scan

run_data_scan( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.datascans.RunDataScanRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.datascans.RunDataScanResponse

google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.update_data_scan

update_data_scan( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.datascans.UpdateDataScanRequest, dict ] ] = None, *, data_scan: typing.Optional[ google.cloud.dataplex_v1.types.datascans.DataScan ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScanJobsAsyncPager

ListDataScanJobsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.dataplex_v1.types.datascans.ListDataScanJobsResponse ], ], request: google.cloud.dataplex_v1.types.datascans.ListDataScanJobsRequest, response: google.cloud.dataplex_v1.types.datascans.ListDataScanJobsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScanJobsPager

ListDataScanJobsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.datascans.ListDataScanJobsResponse ], request: google.cloud.dataplex_v1.types.datascans.ListDataScanJobsRequest, response: google.cloud.dataplex_v1.types.datascans.ListDataScanJobsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScansAsyncPager

ListDataScansAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.dataplex_v1.types.datascans.ListDataScansResponse ], ], request: google.cloud.dataplex_v1.types.datascans.ListDataScansRequest, response: google.cloud.dataplex_v1.types.datascans.ListDataScansResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScansPager

ListDataScansPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.datascans.ListDataScansResponse ], request: google.cloud.dataplex_v1.types.datascans.ListDataScansRequest, response: google.cloud.dataplex_v1.types.datascans.ListDataScansResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient

DataTaxonomyServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.data_taxonomy_service.transports.base.DataTaxonomyServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.data_taxonomy_service.transports.base.DataTaxonomyServiceTransport]]] = '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 data taxonomy service async client.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.cancel_operation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.common_location_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.create_data_attribute

create_data_attribute( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.CreateDataAttributeRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, data_attribute: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataAttribute ] = None, data_attribute_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.create_data_attribute_binding

create_data_attribute_binding( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.CreateDataAttributeBindingRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, data_attribute_binding: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataAttributeBinding ] = None, data_attribute_binding_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.create_data_taxonomy

create_data_taxonomy( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.CreateDataTaxonomyRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, data_taxonomy: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataTaxonomy ] = None, data_taxonomy_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.data_attribute_binding_path

data_attribute_binding_path( project: str, location: str, data_attribute_binding_id: str ) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.data_attribute_path

data_attribute_path( project: str, location: str, dataTaxonomy: str, data_attribute_id: str ) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.data_taxonomy_path

data_taxonomy_path(project: str, location: str, data_taxonomy_id: str) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.delete_data_attribute

delete_data_attribute( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.DeleteDataAttributeRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.delete_data_attribute_binding

delete_data_attribute_binding( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.DeleteDataAttributeBindingRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.delete_data_taxonomy

delete_data_taxonomy( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.DeleteDataTaxonomyRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.delete_operation

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.from_service_account_file

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.from_service_account_info

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.from_service_account_json

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.get_data_attribute

get_data_attribute( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.GetDataAttributeRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.data_taxonomy.DataAttribute

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.get_data_attribute_binding

get_data_attribute_binding( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.GetDataAttributeBindingRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.data_taxonomy.DataAttributeBinding

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.get_data_taxonomy

get_data_taxonomy( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.GetDataTaxonomyRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.data_taxonomy.DataTaxonomy

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.get_operation

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.dataplex_v1.services.data_taxonomy_service.transports.base.DataTaxonomyServiceTransport ]

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.list_data_attribute_bindings

list_data_attribute_bindings( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributeBindingsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributeBindingsAsyncPager )

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.list_data_attributes

list_data_attributes( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributesAsyncPager )

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.list_data_taxonomies

list_data_taxonomies( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.ListDataTaxonomiesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataTaxonomiesAsyncPager )

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.list_locations

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.list_operations

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_data_attribute_binding_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_data_attribute_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_data_taxonomy_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.update_data_attribute

update_data_attribute( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.UpdateDataAttributeRequest, dict, ] ] = None, *, data_attribute: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataAttribute ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.update_data_attribute_binding

update_data_attribute_binding( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.UpdateDataAttributeBindingRequest, dict, ] ] = None, *, data_attribute_binding: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataAttributeBinding ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.update_data_taxonomy

update_data_taxonomy( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.UpdateDataTaxonomyRequest, dict ] ] = None, *, data_taxonomy: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataTaxonomy ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient

DataTaxonomyServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.data_taxonomy_service.transports.base.DataTaxonomyServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.data_taxonomy_service.transports.base.DataTaxonomyServiceTransport]]] = 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 data taxonomy service client.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.cancel_operation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.common_location_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.create_data_attribute

create_data_attribute( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.CreateDataAttributeRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, data_attribute: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataAttribute ] = None, data_attribute_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.create_data_attribute_binding

create_data_attribute_binding( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.CreateDataAttributeBindingRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, data_attribute_binding: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataAttributeBinding ] = None, data_attribute_binding_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.create_data_taxonomy

create_data_taxonomy( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.CreateDataTaxonomyRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, data_taxonomy: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataTaxonomy ] = None, data_taxonomy_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.data_attribute_binding_path

data_attribute_binding_path( project: str, location: str, data_attribute_binding_id: str ) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.data_attribute_path

data_attribute_path( project: str, location: str, dataTaxonomy: str, data_attribute_id: str ) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.data_taxonomy_path

data_taxonomy_path(project: str, location: str, data_taxonomy_id: str) -> str

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.delete_data_attribute

delete_data_attribute( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.DeleteDataAttributeRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.delete_data_attribute_binding

delete_data_attribute_binding( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.DeleteDataAttributeBindingRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.delete_data_taxonomy

delete_data_taxonomy( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.DeleteDataTaxonomyRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.delete_operation

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.from_service_account_file

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.from_service_account_info

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.from_service_account_json

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.get_data_attribute

get_data_attribute( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.GetDataAttributeRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.data_taxonomy.DataAttribute

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.get_data_attribute_binding

get_data_attribute_binding( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.GetDataAttributeBindingRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.data_taxonomy.DataAttributeBinding

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.get_data_taxonomy

get_data_taxonomy( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.GetDataTaxonomyRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.data_taxonomy.DataTaxonomy

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.get_operation

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.list_data_attribute_bindings

list_data_attribute_bindings( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributeBindingsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributeBindingsPager )

Lists DataAttributeBinding resources in a project and location.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.list_data_attribute_bindings

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.list_data_attributes

list_data_attributes( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributesPager )

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.list_data_taxonomies

list_data_taxonomies( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.ListDataTaxonomiesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataTaxonomiesPager )

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.list_locations

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.list_operations

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_data_attribute_binding_path

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

Parses a data_attribute_binding path into its component segments.

See more: google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_data_attribute_binding_path

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_data_attribute_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_data_taxonomy_path

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

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.update_data_attribute

update_data_attribute( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.UpdateDataAttributeRequest, dict, ] ] = None, *, data_attribute: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataAttribute ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.update_data_attribute_binding

update_data_attribute_binding( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.UpdateDataAttributeBindingRequest, dict, ] ] = None, *, data_attribute_binding: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataAttributeBinding ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.update_data_taxonomy

update_data_taxonomy( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.data_taxonomy.UpdateDataTaxonomyRequest, dict ] ] = None, *, data_taxonomy: typing.Optional[ google.cloud.dataplex_v1.types.data_taxonomy.DataTaxonomy ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributeBindingsAsyncPager

ListDataAttributeBindingsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributeBindingsResponse ], ], request: google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributeBindingsRequest, response: google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributeBindingsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributeBindingsPager

ListDataAttributeBindingsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributeBindingsResponse, ], request: google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributeBindingsRequest, response: google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributeBindingsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributesAsyncPager

ListDataAttributesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributesResponse ], ], request: google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributesRequest, response: google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributesPager

ListDataAttributesPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributesResponse ], request: google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributesRequest, response: google.cloud.dataplex_v1.types.data_taxonomy.ListDataAttributesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataTaxonomiesAsyncPager

ListDataTaxonomiesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.dataplex_v1.types.data_taxonomy.ListDataTaxonomiesResponse ], ], request: google.cloud.dataplex_v1.types.data_taxonomy.ListDataTaxonomiesRequest, response: google.cloud.dataplex_v1.types.data_taxonomy.ListDataTaxonomiesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataTaxonomiesPager

ListDataTaxonomiesPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.data_taxonomy.ListDataTaxonomiesResponse ], request: google.cloud.dataplex_v1.types.data_taxonomy.ListDataTaxonomiesRequest, response: google.cloud.dataplex_v1.types.data_taxonomy.ListDataTaxonomiesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient

DataplexServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.dataplex_service.transports.base.DataplexServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.dataplex_service.transports.base.DataplexServiceTransport]]] = '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 dataplex service async client.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.action_path

action_path(project: str, location: str, lake: str, action: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.asset_path

asset_path(project: str, location: str, lake: str, zone: str, asset: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.cancel_job

cancel_job( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.CancelJobRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.cancel_operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_location_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.create_asset

create_asset( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.CreateAssetRequest, dict] ] = None, *, parent: typing.Optional[str] = None, asset: typing.Optional[google.cloud.dataplex_v1.types.resources.Asset] = None, asset_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.create_environment

create_environment( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.CreateEnvironmentRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, environment: typing.Optional[ google.cloud.dataplex_v1.types.analyze.Environment ] = None, environment_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.create_lake

create_lake( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.CreateLakeRequest, dict] ] = None, *, parent: typing.Optional[str] = None, lake: typing.Optional[google.cloud.dataplex_v1.types.resources.Lake] = None, lake_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.create_task

create_task( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.CreateTaskRequest, dict] ] = None, *, parent: typing.Optional[str] = None, task: typing.Optional[google.cloud.dataplex_v1.types.tasks.Task] = None, task_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.create_zone

create_zone( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.CreateZoneRequest, dict] ] = None, *, parent: typing.Optional[str] = None, zone: typing.Optional[google.cloud.dataplex_v1.types.resources.Zone] = None, zone_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_asset

delete_asset( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.DeleteAssetRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_environment

delete_environment( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.DeleteEnvironmentRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_lake

delete_lake( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.DeleteLakeRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_operation

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_task

delete_task( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.DeleteTaskRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_zone

delete_zone( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.DeleteZoneRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.environment_path

environment_path(project: str, location: str, lake: str, environment: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.from_service_account_file

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.from_service_account_info

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.from_service_account_json

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_asset

get_asset( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetAssetRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.resources.Asset

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_environment

get_environment( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetEnvironmentRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.analyze.Environment

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_job

get_job( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetJobRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.tasks.Job

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_lake

get_lake( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetLakeRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.resources.Lake

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.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.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_operation

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

Gets the latest state of a long-running operation.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_task

get_task( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetTaskRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.tasks.Task

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.dataplex_v1.services.dataplex_service.transports.base.DataplexServiceTransport ]

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_zone

get_zone( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetZoneRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.resources.Zone

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.job_path

job_path(project: str, location: str, lake: str, task: str, job: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.lake_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_asset_actions

list_asset_actions( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.ListAssetActionsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetActionsAsyncPager )

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_assets

list_assets( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListAssetsRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetsAsyncPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_environments

list_environments( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.ListEnvironmentsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.dataplex_service.pagers.ListEnvironmentsAsyncPager )

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_jobs

list_jobs( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListJobsRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListJobsAsyncPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_lake_actions

list_lake_actions( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.ListLakeActionsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakeActionsAsyncPager )

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_lakes

list_lakes( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListLakesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakesAsyncPager

Lists lake resources in a project and location.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_lakes

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_locations

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_operations

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_sessions

list_sessions( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListSessionsRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListSessionsAsyncPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_tasks

list_tasks( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListTasksRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListTasksAsyncPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_zone_actions

list_zone_actions( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.ListZoneActionsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZoneActionsAsyncPager )

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_zones

list_zones( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListZonesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZonesAsyncPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_action_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_asset_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_environment_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_job_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_lake_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_session_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_task_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_zone_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.run_task

run_task( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.RunTaskRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.service.RunTaskResponse

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.session_path

session_path( project: str, location: str, lake: str, environment: str, session: str ) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.task_path

task_path(project: str, location: str, lake: str, task: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.update_asset

update_asset( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.UpdateAssetRequest, dict] ] = None, *, asset: typing.Optional[google.cloud.dataplex_v1.types.resources.Asset] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.update_environment

update_environment( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.UpdateEnvironmentRequest, dict ] ] = None, *, environment: typing.Optional[ google.cloud.dataplex_v1.types.analyze.Environment ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.update_lake

update_lake( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.UpdateLakeRequest, dict] ] = None, *, lake: typing.Optional[google.cloud.dataplex_v1.types.resources.Lake] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.update_task

update_task( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.UpdateTaskRequest, dict] ] = None, *, task: typing.Optional[google.cloud.dataplex_v1.types.tasks.Task] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.update_zone

update_zone( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.UpdateZoneRequest, dict] ] = None, *, zone: typing.Optional[google.cloud.dataplex_v1.types.resources.Zone] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.zone_path

zone_path(project: str, location: str, lake: str, zone: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient

DataplexServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.dataplex_service.transports.base.DataplexServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.dataplex_service.transports.base.DataplexServiceTransport]]] = 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 dataplex service client.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.exit

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.action_path

action_path(project: str, location: str, lake: str, action: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.asset_path

asset_path(project: str, location: str, lake: str, zone: str, asset: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.cancel_job

cancel_job( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.CancelJobRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.cancel_operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_location_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.create_asset

create_asset( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.CreateAssetRequest, dict] ] = None, *, parent: typing.Optional[str] = None, asset: typing.Optional[google.cloud.dataplex_v1.types.resources.Asset] = None, asset_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.create_environment

create_environment( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.CreateEnvironmentRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, environment: typing.Optional[ google.cloud.dataplex_v1.types.analyze.Environment ] = None, environment_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.create_lake

create_lake( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.CreateLakeRequest, dict] ] = None, *, parent: typing.Optional[str] = None, lake: typing.Optional[google.cloud.dataplex_v1.types.resources.Lake] = None, lake_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.create_task

create_task( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.CreateTaskRequest, dict] ] = None, *, parent: typing.Optional[str] = None, task: typing.Optional[google.cloud.dataplex_v1.types.tasks.Task] = None, task_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.create_zone

create_zone( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.CreateZoneRequest, dict] ] = None, *, parent: typing.Optional[str] = None, zone: typing.Optional[google.cloud.dataplex_v1.types.resources.Zone] = None, zone_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_asset

delete_asset( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.DeleteAssetRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_environment

delete_environment( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.DeleteEnvironmentRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_lake

delete_lake( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.DeleteLakeRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_operation

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_task

delete_task( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.DeleteTaskRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_zone

delete_zone( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.DeleteZoneRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.environment_path

environment_path(project: str, location: str, lake: str, environment: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.from_service_account_file

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.from_service_account_info

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.from_service_account_json

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_asset

get_asset( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetAssetRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.resources.Asset

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_environment

get_environment( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetEnvironmentRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.analyze.Environment

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_job

get_job( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetJobRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.tasks.Job

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_lake

get_lake( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetLakeRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.resources.Lake

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_operation

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

Gets the latest state of a long-running operation.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_task

get_task( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetTaskRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.tasks.Task

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_zone

get_zone( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.GetZoneRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.resources.Zone

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.job_path

job_path(project: str, location: str, lake: str, task: str, job: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.lake_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_asset_actions

list_asset_actions( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.ListAssetActionsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetActionsPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_assets

list_assets( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListAssetsRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetsPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_environments

list_environments( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.ListEnvironmentsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListEnvironmentsPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_jobs

list_jobs( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListJobsRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListJobsPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_lake_actions

list_lake_actions( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.ListLakeActionsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakeActionsPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_lakes

list_lakes( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListLakesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakesPager

Lists lake resources in a project and location.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_lakes

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_locations

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_operations

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_sessions

list_sessions( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListSessionsRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListSessionsPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_tasks

list_tasks( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListTasksRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListTasksPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_zone_actions

list_zone_actions( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.ListZoneActionsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZoneActionsPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_zones

list_zones( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.ListZonesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZonesPager

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_action_path

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

Parses a action path into its component segments.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_action_path

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_asset_path

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

Parses a asset path into its component segments.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_asset_path

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_environment_path

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

Parses a environment path into its component segments.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_environment_path

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_job_path

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

Parses a job path into its component segments.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_job_path

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_lake_path

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

Parses a lake path into its component segments.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_lake_path

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_session_path

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

Parses a session path into its component segments.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_session_path

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_task_path

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

Parses a task path into its component segments.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_task_path

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_zone_path

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

Parses a zone path into its component segments.

See more: google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_zone_path

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.run_task

run_task( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.RunTaskRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.service.RunTaskResponse

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.session_path

session_path( project: str, location: str, lake: str, environment: str, session: str ) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.task_path

task_path(project: str, location: str, lake: str, task: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.update_asset

update_asset( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.UpdateAssetRequest, dict] ] = None, *, asset: typing.Optional[google.cloud.dataplex_v1.types.resources.Asset] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.update_environment

update_environment( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.service.UpdateEnvironmentRequest, dict ] ] = None, *, environment: typing.Optional[ google.cloud.dataplex_v1.types.analyze.Environment ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.update_lake

update_lake( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.UpdateLakeRequest, dict] ] = None, *, lake: typing.Optional[google.cloud.dataplex_v1.types.resources.Lake] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.update_task

update_task( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.UpdateTaskRequest, dict] ] = None, *, task: typing.Optional[google.cloud.dataplex_v1.types.tasks.Task] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.update_zone

update_zone( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.service.UpdateZoneRequest, dict] ] = None, *, zone: typing.Optional[google.cloud.dataplex_v1.types.resources.Zone] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.zone_path

zone_path(project: str, location: str, lake: str, zone: str) -> str

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetActionsAsyncPager

ListAssetActionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.service.ListActionsResponse], ], request: google.cloud.dataplex_v1.types.service.ListAssetActionsRequest, response: google.cloud.dataplex_v1.types.service.ListActionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetActionsPager

ListAssetActionsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.service.ListActionsResponse ], request: google.cloud.dataplex_v1.types.service.ListAssetActionsRequest, response: google.cloud.dataplex_v1.types.service.ListActionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetsAsyncPager

ListAssetsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.service.ListAssetsResponse], ], request: google.cloud.dataplex_v1.types.service.ListAssetsRequest, response: google.cloud.dataplex_v1.types.service.ListAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetsPager

ListAssetsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.service.ListAssetsResponse ], request: google.cloud.dataplex_v1.types.service.ListAssetsRequest, response: google.cloud.dataplex_v1.types.service.ListAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListEnvironmentsAsyncPager

ListEnvironmentsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse ], ], request: google.cloud.dataplex_v1.types.service.ListEnvironmentsRequest, response: google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListEnvironmentsPager

ListEnvironmentsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse ], request: google.cloud.dataplex_v1.types.service.ListEnvironmentsRequest, response: google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListJobsAsyncPager

ListJobsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.service.ListJobsResponse] ], request: google.cloud.dataplex_v1.types.service.ListJobsRequest, response: google.cloud.dataplex_v1.types.service.ListJobsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListJobsPager

ListJobsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.service.ListJobsResponse ], request: google.cloud.dataplex_v1.types.service.ListJobsRequest, response: google.cloud.dataplex_v1.types.service.ListJobsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakeActionsAsyncPager

ListLakeActionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.service.ListActionsResponse], ], request: google.cloud.dataplex_v1.types.service.ListLakeActionsRequest, response: google.cloud.dataplex_v1.types.service.ListActionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakeActionsPager

ListLakeActionsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.service.ListActionsResponse ], request: google.cloud.dataplex_v1.types.service.ListLakeActionsRequest, response: google.cloud.dataplex_v1.types.service.ListActionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakesAsyncPager

ListLakesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.service.ListLakesResponse], ], request: google.cloud.dataplex_v1.types.service.ListLakesRequest, response: google.cloud.dataplex_v1.types.service.ListLakesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakesPager

ListLakesPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.service.ListLakesResponse ], request: google.cloud.dataplex_v1.types.service.ListLakesRequest, response: google.cloud.dataplex_v1.types.service.ListLakesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListSessionsAsyncPager

ListSessionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.service.ListSessionsResponse], ], request: google.cloud.dataplex_v1.types.service.ListSessionsRequest, response: google.cloud.dataplex_v1.types.service.ListSessionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListSessionsPager

ListSessionsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.service.ListSessionsResponse ], request: google.cloud.dataplex_v1.types.service.ListSessionsRequest, response: google.cloud.dataplex_v1.types.service.ListSessionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListTasksAsyncPager

ListTasksAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.service.ListTasksResponse], ], request: google.cloud.dataplex_v1.types.service.ListTasksRequest, response: google.cloud.dataplex_v1.types.service.ListTasksResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListTasksPager

ListTasksPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.service.ListTasksResponse ], request: google.cloud.dataplex_v1.types.service.ListTasksRequest, response: google.cloud.dataplex_v1.types.service.ListTasksResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZoneActionsAsyncPager

ListZoneActionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.service.ListActionsResponse], ], request: google.cloud.dataplex_v1.types.service.ListZoneActionsRequest, response: google.cloud.dataplex_v1.types.service.ListActionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZoneActionsPager

ListZoneActionsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.service.ListActionsResponse ], request: google.cloud.dataplex_v1.types.service.ListZoneActionsRequest, response: google.cloud.dataplex_v1.types.service.ListActionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZonesAsyncPager

ListZonesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.service.ListZonesResponse], ], request: google.cloud.dataplex_v1.types.service.ListZonesRequest, response: google.cloud.dataplex_v1.types.service.ListZonesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZonesPager

ListZonesPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.service.ListZonesResponse ], request: google.cloud.dataplex_v1.types.service.ListZonesRequest, response: google.cloud.dataplex_v1.types.service.ListZonesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient

MetadataServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.metadata_service.transports.base.MetadataServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.metadata_service.transports.base.MetadataServiceTransport]]] = '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 metadata service async client.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.cancel_operation

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_location_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.create_entity

create_entity( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.CreateEntityRequest, dict] ] = None, *, parent: typing.Optional[str] = None, entity: typing.Optional[google.cloud.dataplex_v1.types.metadata_.Entity] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.metadata_.Entity

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.create_partition

create_partition( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.metadata_.CreatePartitionRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, partition: typing.Optional[ google.cloud.dataplex_v1.types.metadata_.Partition ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.metadata_.Partition

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.delete_entity

delete_entity( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.DeleteEntityRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.delete_operation

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.delete_partition

delete_partition( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.metadata_.DeletePartitionRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.entity_path

entity_path(project: str, location: str, lake: str, zone: str, entity: str) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.from_service_account_file

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.from_service_account_info

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.from_service_account_json

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.get_entity

get_entity( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.GetEntityRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.metadata_.Entity

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.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.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.get_operation

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

Gets the latest state of a long-running operation.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.get_operation

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.get_partition

get_partition( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.GetPartitionRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.metadata_.Partition

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.dataplex_v1.services.metadata_service.transports.base.MetadataServiceTransport ]

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.list_entities

list_entities( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.ListEntitiesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.metadata_service.pagers.ListEntitiesAsyncPager

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.list_locations

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.list_operations

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.list_partitions

list_partitions( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.metadata_.ListPartitionsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.metadata_service.pagers.ListPartitionsAsyncPager

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_entity_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_partition_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_zone_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.partition_path

partition_path( project: str, location: str, lake: str, zone: str, entity: str, partition: str ) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.update_entity

update_entity( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.UpdateEntityRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.metadata_.Entity

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.zone_path

zone_path(project: str, location: str, lake: str, zone: str) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient

MetadataServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataplex_v1.services.metadata_service.transports.base.MetadataServiceTransport, typing.Callable[[...], google.cloud.dataplex_v1.services.metadata_service.transports.base.MetadataServiceTransport]]] = 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 metadata service client.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.exit

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.cancel_operation

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_location_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.create_entity

create_entity( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.CreateEntityRequest, dict] ] = None, *, parent: typing.Optional[str] = None, entity: typing.Optional[google.cloud.dataplex_v1.types.metadata_.Entity] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.metadata_.Entity

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.create_partition

create_partition( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.metadata_.CreatePartitionRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, partition: typing.Optional[ google.cloud.dataplex_v1.types.metadata_.Partition ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.metadata_.Partition

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.delete_entity

delete_entity( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.DeleteEntityRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.delete_operation

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.delete_partition

delete_partition( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.metadata_.DeletePartitionRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.entity_path

entity_path(project: str, location: str, lake: str, zone: str, entity: str) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.from_service_account_file

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.from_service_account_info

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.from_service_account_json

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.get_entity

get_entity( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.GetEntityRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.metadata_.Entity

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.get_operation

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

Gets the latest state of a long-running operation.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.get_operation

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.get_partition

get_partition( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.GetPartitionRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.metadata_.Partition

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.list_entities

list_entities( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.ListEntitiesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.metadata_service.pagers.ListEntitiesPager

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.list_locations

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.list_operations

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.list_partitions

list_partitions( request: typing.Optional[ typing.Union[ google.cloud.dataplex_v1.types.metadata_.ListPartitionsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.services.metadata_service.pagers.ListPartitionsPager

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_billing_account_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_folder_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_location_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_organization_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_project_path

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

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_entity_path

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

Parses a entity path into its component segments.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_entity_path

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_partition_path

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

Parses a partition path into its component segments.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_partition_path

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_zone_path

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

Parses a zone path into its component segments.

See more: google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_zone_path

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.partition_path

partition_path( project: str, location: str, lake: str, zone: str, entity: str, partition: str ) -> str

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.update_entity

update_entity( request: typing.Optional[ typing.Union[google.cloud.dataplex_v1.types.metadata_.UpdateEntityRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dataplex_v1.types.metadata_.Entity

google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.zone_path

zone_path(project: str, location: str, lake: str, zone: str) -> str

google.cloud.dataplex_v1.services.metadata_service.pagers.ListEntitiesAsyncPager

ListEntitiesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dataplex_v1.types.metadata_.ListEntitiesResponse], ], request: google.cloud.dataplex_v1.types.metadata_.ListEntitiesRequest, response: google.cloud.dataplex_v1.types.metadata_.ListEntitiesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.metadata_service.pagers.ListEntitiesPager

ListEntitiesPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.metadata_.ListEntitiesResponse ], request: google.cloud.dataplex_v1.types.metadata_.ListEntitiesRequest, response: google.cloud.dataplex_v1.types.metadata_.ListEntitiesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.metadata_service.pagers.ListPartitionsAsyncPager

ListPartitionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.dataplex_v1.types.metadata_.ListPartitionsResponse ], ], request: google.cloud.dataplex_v1.types.metadata_.ListPartitionsRequest, response: google.cloud.dataplex_v1.types.metadata_.ListPartitionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.dataplex_v1.services.metadata_service.pagers.ListPartitionsPager

ListPartitionsPager( method: typing.Callable[ [...], google.cloud.dataplex_v1.types.metadata_.ListPartitionsResponse ], request: google.cloud.dataplex_v1.types.metadata_.ListPartitionsRequest, response: google.cloud.dataplex_v1.types.metadata_.ListPartitionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )