Package Methods (2.15.0) Stay organized with collections Save and categorize content based on your preferences.
Summary of entries of Methods for dataplex.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient
BusinessGlossaryServiceAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dataplex_v1.services.business_glossary_service.transports.base.BusinessGlossaryServiceTransport,typing.Callable[[...],google.cloud.dataplex_v1.services.business_glossary_service.transports.base.BusinessGlossaryServiceTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)Instantiates the business glossary service async client.
See more:google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.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]]]=())->NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account:str)->strReturns a fully-qualified billing_account string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.create_glossary
create_glossary(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.CreateGlossaryRequest,dict]]=None,*,parent:typing.Optional[str]=None,glossary:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.Glossary]=None,glossary_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.AsyncOperationCreates a new Glossary resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.create_glossary_category
create_glossary_category(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.CreateGlossaryCategoryRequest,dict,]]=None,*,parent:typing.Optional[str]=None,category:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.GlossaryCategory]=None,category_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.business_glossary.GlossaryCategoryCreates a new GlossaryCategory resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.create_glossary_term
create_glossary_term(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.CreateGlossaryTermRequest,dict,]]=None,*,parent:typing.Optional[str]=None,term:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.GlossaryTerm]=None,term_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.business_glossary.GlossaryTermCreates a new GlossaryTerm resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.delete_glossary
delete_glossary(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.DeleteGlossaryRequest,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.AsyncOperationDeletes a Glossary resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.delete_glossary_category
delete_glossary_category(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.DeleteGlossaryCategoryRequest,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]]]=())->NoneDeletes a GlossaryCategory resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.delete_glossary_term
delete_glossary_term(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.DeleteGlossaryTermRequest,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]]]=())->NoneDeletes a GlossaryTerm resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.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]]]=())->NoneDeletes a long-running operation.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.from_service_account_file
from_service_account_file(filename:str,*args,**kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.from_service_account_info
from_service_account_info(info:dict,*args,**kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.from_service_account_json
from_service_account_json(filename:str,*args,**kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.get_glossary
get_glossary(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.GetGlossaryRequest,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.business_glossary.GlossaryGets a Glossary resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.get_glossary_category
get_glossary_category(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.GetGlossaryCategoryRequest,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.business_glossary.GlossaryCategoryGets a GlossaryCategory resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.get_glossary_term
get_glossary_term(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.GetGlossaryTermRequest,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.business_glossary.GlossaryTermGets a GlossaryTerm resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.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.LocationGets information about a location.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)Return the API endpoint and client cert source for mutual TLS.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.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.OperationGets the latest state of a long-running operation.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.get_transport_class
get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dataplex_v1.services.business_glossary_service.transports.base.BusinessGlossaryServiceTransport]Returns an appropriate transport class.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.glossary_category_path
glossary_category_path(project:str,location:str,glossary:str,glossary_category:str)->strReturns a fully-qualified glossary_category string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.glossary_path
glossary_path(project:str,location:str,glossary:str)->strReturns a fully-qualified glossary string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.glossary_term_path
glossary_term_path(project:str,location:str,glossary:str,glossary_term:str)->strReturns a fully-qualified glossary_term string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.list_glossaries
list_glossaries(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.ListGlossariesRequest,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.business_glossary_service.pagers.ListGlossariesAsyncPager)Lists Glossary resources in a project and location.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.list_glossary_categories
list_glossary_categories(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.ListGlossaryCategoriesRequest,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.business_glossary_service.pagers.ListGlossaryCategoriesAsyncPager)Lists GlossaryCategory resources in a Glossary.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.list_glossary_terms
list_glossary_terms(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.ListGlossaryTermsRequest,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.business_glossary_service.pagers.ListGlossaryTermsAsyncPager)Lists GlossaryTerm resources in a Glossary.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.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.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.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.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path:str)->typing.Dict[str,str]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.parse_glossary_category_path
parse_glossary_category_path(path:str)->typing.Dict[str,str]Parses a glossary_category path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.parse_glossary_path
parse_glossary_path(path:str)->typing.Dict[str,str]Parses a glossary path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.parse_glossary_term_path
parse_glossary_term_path(path:str)->typing.Dict[str,str]Parses a glossary_term path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.update_glossary
update_glossary(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.UpdateGlossaryRequest,dict]]=None,*,glossary:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.Glossary]=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.AsyncOperationUpdates a Glossary resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.update_glossary_category
update_glossary_category(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.UpdateGlossaryCategoryRequest,dict,]]=None,*,category:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.GlossaryCategory]=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.business_glossary.GlossaryCategoryUpdates a GlossaryCategory resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceAsyncClient.update_glossary_term
update_glossary_term(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.UpdateGlossaryTermRequest,dict,]]=None,*,term:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.GlossaryTerm]=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.business_glossary.GlossaryTermUpdates a GlossaryTerm resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient
BusinessGlossaryServiceClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dataplex_v1.services.business_glossary_service.transports.base.BusinessGlossaryServiceTransport,typing.Callable[[...],google.cloud.dataplex_v1.services.business_glossary_service.transports.base.BusinessGlossaryServiceTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)Instantiates the business glossary service client.
See more:google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.__exit__
__exit__(type,value,traceback)Releases underlying transport's resources.
See more:google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.exit
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.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]]]=())->NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.common_billing_account_path
common_billing_account_path(billing_account:str)->strReturns a fully-qualified billing_account string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.create_glossary
create_glossary(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.CreateGlossaryRequest,dict]]=None,*,parent:typing.Optional[str]=None,glossary:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.Glossary]=None,glossary_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.OperationCreates a new Glossary resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.create_glossary_category
create_glossary_category(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.CreateGlossaryCategoryRequest,dict,]]=None,*,parent:typing.Optional[str]=None,category:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.GlossaryCategory]=None,category_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.business_glossary.GlossaryCategoryCreates a new GlossaryCategory resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.create_glossary_term
create_glossary_term(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.CreateGlossaryTermRequest,dict,]]=None,*,parent:typing.Optional[str]=None,term:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.GlossaryTerm]=None,term_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.business_glossary.GlossaryTermCreates a new GlossaryTerm resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.delete_glossary
delete_glossary(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.DeleteGlossaryRequest,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.OperationDeletes a Glossary resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.delete_glossary_category
delete_glossary_category(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.DeleteGlossaryCategoryRequest,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]]]=())->NoneDeletes a GlossaryCategory resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.delete_glossary_term
delete_glossary_term(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.DeleteGlossaryTermRequest,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]]]=())->NoneDeletes a GlossaryTerm resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.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]]]=())->NoneDeletes a long-running operation.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.from_service_account_file
from_service_account_file(filename:str,*args,**kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.from_service_account_info
from_service_account_info(info:dict,*args,**kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.from_service_account_json
from_service_account_json(filename:str,*args,**kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.get_glossary
get_glossary(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.GetGlossaryRequest,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.business_glossary.GlossaryGets a Glossary resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.get_glossary_category
get_glossary_category(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.GetGlossaryCategoryRequest,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.business_glossary.GlossaryCategoryGets a GlossaryCategory resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.get_glossary_term
get_glossary_term(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.GetGlossaryTermRequest,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.business_glossary.GlossaryTermGets a GlossaryTerm resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.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.LocationGets information about a location.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)Deprecated.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.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.OperationGets the latest state of a long-running operation.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.glossary_category_path
glossary_category_path(project:str,location:str,glossary:str,glossary_category:str)->strReturns a fully-qualified glossary_category string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.glossary_path
glossary_path(project:str,location:str,glossary:str)->strReturns a fully-qualified glossary string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.glossary_term_path
glossary_term_path(project:str,location:str,glossary:str,glossary_term:str)->strReturns a fully-qualified glossary_term string.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.list_glossaries
list_glossaries(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.ListGlossariesRequest,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.business_glossary_service.pagers.ListGlossariesPager)Lists Glossary resources in a project and location.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.list_glossary_categories
list_glossary_categories(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.ListGlossaryCategoriesRequest,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.business_glossary_service.pagers.ListGlossaryCategoriesPager)Lists GlossaryCategory resources in a Glossary.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.list_glossary_terms
list_glossary_terms(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.ListGlossaryTermsRequest,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.business_glossary_service.pagers.ListGlossaryTermsPager)Lists GlossaryTerm resources in a Glossary.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.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.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.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.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path:str)->typing.Dict[str,str]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.parse_glossary_category_path
parse_glossary_category_path(path:str)->typing.Dict[str,str]Parses a glossary_category path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.parse_glossary_path
parse_glossary_path(path:str)->typing.Dict[str,str]Parses a glossary path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.parse_glossary_term_path
parse_glossary_term_path(path:str)->typing.Dict[str,str]Parses a glossary_term path into its component segments.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.update_glossary
update_glossary(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.UpdateGlossaryRequest,dict]]=None,*,glossary:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.Glossary]=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.OperationUpdates a Glossary resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.update_glossary_category
update_glossary_category(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.UpdateGlossaryCategoryRequest,dict,]]=None,*,category:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.GlossaryCategory]=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.business_glossary.GlossaryCategoryUpdates a GlossaryCategory resource.
google.cloud.dataplex_v1.services.business_glossary_service.BusinessGlossaryServiceClient.update_glossary_term
update_glossary_term(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.business_glossary.UpdateGlossaryTermRequest,dict,]]=None,*,term:typing.Optional[google.cloud.dataplex_v1.types.business_glossary.GlossaryTerm]=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.business_glossary.GlossaryTermUpdates a GlossaryTerm resource.
google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossariesAsyncPager
ListGlossariesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dataplex_v1.types.business_glossary.ListGlossariesResponse],],request:google.cloud.dataplex_v1.types.business_glossary.ListGlossariesRequest,response:google.cloud.dataplex_v1.types.business_glossary.ListGlossariesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossariesAsyncPager
google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossariesPager
ListGlossariesPager(method:typing.Callable[[...],google.cloud.dataplex_v1.types.business_glossary.ListGlossariesResponse],request:google.cloud.dataplex_v1.types.business_glossary.ListGlossariesRequest,response:google.cloud.dataplex_v1.types.business_glossary.ListGlossariesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossariesPager
google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossaryCategoriesAsyncPager
ListGlossaryCategoriesAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dataplex_v1.types.business_glossary.ListGlossaryCategoriesResponse],],request:google.cloud.dataplex_v1.types.business_glossary.ListGlossaryCategoriesRequest,response:google.cloud.dataplex_v1.types.business_glossary.ListGlossaryCategoriesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossaryCategoriesAsyncPager
google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossaryCategoriesPager
ListGlossaryCategoriesPager(method:typing.Callable[[...],google.cloud.dataplex_v1.types.business_glossary.ListGlossaryCategoriesResponse,],request:google.cloud.dataplex_v1.types.business_glossary.ListGlossaryCategoriesRequest,response:google.cloud.dataplex_v1.types.business_glossary.ListGlossaryCategoriesResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossaryCategoriesPager
google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossaryTermsAsyncPager
ListGlossaryTermsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dataplex_v1.types.business_glossary.ListGlossaryTermsResponse],],request:google.cloud.dataplex_v1.types.business_glossary.ListGlossaryTermsRequest,response:google.cloud.dataplex_v1.types.business_glossary.ListGlossaryTermsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossaryTermsAsyncPager
google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossaryTermsPager
ListGlossaryTermsPager(method:typing.Callable[[...],google.cloud.dataplex_v1.types.business_glossary.ListGlossaryTermsResponse,],request:google.cloud.dataplex_v1.types.business_glossary.ListGlossaryTermsRequest,response:google.cloud.dataplex_v1.types.business_glossary.ListGlossaryTermsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.business_glossary_service.pagers.ListGlossaryTermsPager
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=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)->strReturns a fully-qualified aspect_type string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.aspect_type_path
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]]]=())->NoneCancels a metadata job.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.cancel_metadata_job
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]]]=())->NoneStarts 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)->strReturns a fully-qualified billing_account string.
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_folder_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_location_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_organization_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.common_project_path
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.AsyncOperationCreates an AspectType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_aspect_type
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.EntryCreates an Entry.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_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.AsyncOperationCreates an EntryGroup.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_entry_group
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_entry_link
create_entry_link(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.catalog.CreateEntryLinkRequest,dict]]=None,*,parent:typing.Optional[str]=None,entry_link:typing.Optional[google.cloud.dataplex_v1.types.catalog.EntryLink]=None,entry_link_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.EntryLinkCreates an Entry Link.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_entry_link
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.AsyncOperationCreates an EntryType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_entry_type
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.AsyncOperationCreates a metadata job.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.create_metadata_job
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.AsyncOperationDeletes an AspectType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_aspect_type
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.EntryDeletes an Entry.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_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.AsyncOperationDeletes an EntryGroup.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_entry_group
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_entry_link
delete_entry_link(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.catalog.DeleteEntryLinkRequest,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.EntryLinkDeletes an Entry Link.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_entry_link
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.AsyncOperationDeletes an EntryType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_entry_type
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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.delete_operation
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.entry_group_path
entry_group_path(project:str,location:str,entry_group:str)->strReturns a fully-qualified entry_group string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.entry_group_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.entry_link_path
entry_link_path(project:str,location:str,entry_group:str,entry_link:str)->strReturns a fully-qualified entry_link string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.entry_link_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.entry_path
entry_path(project:str,location:str,entry_group:str,entry:str)->strReturns a fully-qualified entry string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.entry_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.entry_type_path
entry_type_path(project:str,location:str,entry_type:str)->strReturns a fully-qualified entry_type string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.entry_type_path
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.
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.
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.
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.AspectTypeGets an AspectType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_aspect_type
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.EntryGets an Entry.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_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.EntryGroupGets an EntryGroup.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_entry_group
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_entry_link
get_entry_link(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.catalog.GetEntryLinkRequest,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.EntryLinkGets an Entry Link.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_entry_link
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.EntryTypeGets an EntryType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_entry_type
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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_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.MetadataJobGets a metadata job.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_metadata_job
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.
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.OperationGets 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]Returns an appropriate transport class.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.get_transport_class
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.glossary_path
glossary_path(project:str,location:str,glossary:str)->strReturns a fully-qualified glossary string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.glossary_path
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.ListAspectTypesAsyncPagerLists 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.ListEntriesAsyncPagerLists Entries within an EntryGroup.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_entries
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.ListEntryGroupsAsyncPagerLists 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.ListEntryTypesAsyncPagerLists 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.ListLocationsResponseLists 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)Lists metadata jobs.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.list_metadata_jobs
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.ListOperationsResponseLists 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.EntryLooks up an entry by name using the permission on the sourcesystem.
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)->strReturns a fully-qualified metadata_job string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.metadata_job_path
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]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_common_folder_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
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_link_path
parse_entry_link_path(path:str)->typing.Dict[str,str]Parses a entry_link path into its component segments.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_entry_link_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.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.CatalogServiceAsyncClient.parse_entry_path
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_glossary_path
parse_glossary_path(path:str)->typing.Dict[str,str]Parses a glossary path into its component segments.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.parse_glossary_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.SearchEntriesAsyncPagerSearches for Entries matching the given query andscope.
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.AsyncOperationUpdates an AspectType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.update_aspect_type
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.EntryUpdates an Entry.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.update_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.AsyncOperationUpdates an EntryGroup.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.update_entry_group
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.AsyncOperationUpdates an EntryType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceAsyncClient.update_entry_type
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=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)->strReturns a fully-qualified aspect_type string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.aspect_type_path
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]]]=())->NoneCancels a metadata job.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.cancel_metadata_job
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]]]=())->NoneStarts 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)->strReturns a fully-qualified billing_account string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_billing_account_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_folder_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_location_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_organization_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.common_project_path
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.OperationCreates an AspectType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_aspect_type
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.EntryCreates an Entry.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_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.OperationCreates an EntryGroup.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_entry_group
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_entry_link
create_entry_link(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.catalog.CreateEntryLinkRequest,dict]]=None,*,parent:typing.Optional[str]=None,entry_link:typing.Optional[google.cloud.dataplex_v1.types.catalog.EntryLink]=None,entry_link_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.EntryLinkCreates an Entry Link.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_entry_link
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.OperationCreates an EntryType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_entry_type
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.OperationCreates a metadata job.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.create_metadata_job
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.OperationDeletes an AspectType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_aspect_type
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.EntryDeletes an Entry.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_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.OperationDeletes an EntryGroup.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_entry_group
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_entry_link
delete_entry_link(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.catalog.DeleteEntryLinkRequest,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.EntryLinkDeletes an Entry Link.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_entry_link
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.OperationDeletes an EntryType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_entry_type
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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.delete_operation
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.entry_group_path
entry_group_path(project:str,location:str,entry_group:str)->strReturns a fully-qualified entry_group string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.entry_group_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.entry_link_path
entry_link_path(project:str,location:str,entry_group:str,entry_link:str)->strReturns a fully-qualified entry_link string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.entry_link_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.entry_path
entry_path(project:str,location:str,entry_group:str,entry:str)->strReturns a fully-qualified entry string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.entry_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.entry_type_path
entry_type_path(project:str,location:str,entry_type:str)->strReturns a fully-qualified entry_type string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.entry_type_path
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.AspectTypeGets an AspectType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_aspect_type
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.EntryGets an Entry.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_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.EntryGroupGets an EntryGroup.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_entry_group
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_entry_link
get_entry_link(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.catalog.GetEntryLinkRequest,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.EntryLinkGets an Entry Link.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_entry_link
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.EntryTypeGets an EntryType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_entry_type
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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_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.MetadataJobGets a metadata job.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.get_metadata_job
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,)Deprecated.
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.OperationGets 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.glossary_path
glossary_path(project:str,location:str,glossary:str)->strReturns a fully-qualified glossary string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.glossary_path
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.ListAspectTypesPagerLists 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.ListEntriesPagerLists Entries within an EntryGroup.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_entries
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.ListEntryGroupsPagerLists 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.ListEntryTypesPagerLists 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.ListLocationsResponseLists 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.ListMetadataJobsPagerLists metadata jobs.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.list_metadata_jobs
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.ListOperationsResponseLists 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.EntryLooks up an entry by name using the permission on the sourcesystem.
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)->strReturns a fully-qualified metadata_job string.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.metadata_job_path
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]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_folder_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_location_path
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_common_project_path
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_link_path
parse_entry_link_path(path:str)->typing.Dict[str,str]Parses a entry_link path into its component segments.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_entry_link_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_glossary_path
parse_glossary_path(path:str)->typing.Dict[str,str]Parses a glossary path into its component segments.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.parse_glossary_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.SearchEntriesPagerSearches for Entries matching the given query andscope.
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.OperationUpdates an AspectType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.update_aspect_type
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.EntryUpdates an Entry.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.update_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.OperationUpdates an EntryGroup.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.update_entry_group
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.OperationUpdates an EntryType.
See more:google.cloud.dataplex_v1.services.catalog_service.CatalogServiceClient.update_entry_type
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.ListAspectTypesAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.ListAspectTypesPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntriesAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntriesPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryGroupsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryGroupsPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryTypesAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.ListEntryTypesPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.ListMetadataJobsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.ListMetadataJobsPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.SearchEntriesAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.catalog_service.pagers.SearchEntriesPager
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient
CmekServiceAsyncClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dataplex_v1.services.cmek_service.transports.base.CmekServiceTransport,typing.Callable[[...],google.cloud.dataplex_v1.services.cmek_service.transports.base.CmekServiceTransport,],]]="grpc_asyncio",client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)Instantiates the cmek service async client.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.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]]]=())->NoneStarts asynchronous cancellation on a long-running operation.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.cancel_operation
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account:str)->strReturns a fully-qualified billing_account string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.common_billing_account_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.common_folder_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.common_location_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.common_organization_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.common_project_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.create_encryption_config
create_encryption_config(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.cmek.CreateEncryptionConfigRequest,dict]]=None,*,parent:typing.Optional[str]=None,encryption_config:typing.Optional[google.cloud.dataplex_v1.types.cmek.EncryptionConfig]=None,encryption_config_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.AsyncOperationCreate an EncryptionConfig.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.create_encryption_config
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.delete_encryption_config
delete_encryption_config(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.cmek.DeleteEncryptionConfigRequest,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.AsyncOperationDelete an EncryptionConfig.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.delete_encryption_config
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.delete_operation
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.encryption_config_path
encryption_config_path(organization:str,location:str,encryption_config:str)->strReturns a fully-qualified encryption_config string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.encryption_config_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.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.cmek_service.CmekServiceAsyncClient.from_service_account_file
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.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.cmek_service.CmekServiceAsyncClient.from_service_account_info
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.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.cmek_service.CmekServiceAsyncClient.from_service_account_json
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.get_encryption_config
get_encryption_config(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.cmek.GetEncryptionConfigRequest,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.cmek.EncryptionConfigGet an EncryptionConfig.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.get_encryption_config
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.get_location
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)Return the API endpoint and client cert source for mutual TLS.
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.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.OperationGets the latest state of a long-running operation.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.get_operation
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.get_transport_class
get_transport_class(label:typing.Optional[str]=None,)->typing.Type[google.cloud.dataplex_v1.services.cmek_service.transports.base.CmekServiceTransport]Returns an appropriate transport class.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.get_transport_class
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.list_encryption_configs
list_encryption_configs(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.cmek.ListEncryptionConfigsRequest,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.cmek_service.pagers.ListEncryptionConfigsAsyncPager)List EncryptionConfigs.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.list_encryption_configs
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.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.ListLocationsResponseLists information about the supported locations for this service.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.list_locations
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.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.ListOperationsResponseLists operations that match the specified filter in the request.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.list_operations
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.organization_location_path
organization_location_path(organization:str,location:str)->strReturns a fully-qualified organization_location string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.organization_location_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path:str)->typing.Dict[str,str]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_common_folder_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_common_location_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_common_organization_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_common_project_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_encryption_config_path
parse_encryption_config_path(path:str)->typing.Dict[str,str]Parses a encryption_config path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_encryption_config_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.parse_organization_location_path
parse_organization_location_path(path:str)->typing.Dict[str,str]Parses a organization_location path into its component segments.
google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.update_encryption_config
update_encryption_config(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.cmek.UpdateEncryptionConfigRequest,dict]]=None,*,encryption_config:typing.Optional[google.cloud.dataplex_v1.types.cmek.EncryptionConfig]=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.AsyncOperationUpdate an EncryptionConfig.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceAsyncClient.update_encryption_config
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient
CmekServiceClient(*,credentials:typing.Optional[google.auth.credentials.Credentials]=None,transport:typing.Optional[typing.Union[str,google.cloud.dataplex_v1.services.cmek_service.transports.base.CmekServiceTransport,typing.Callable[[...],google.cloud.dataplex_v1.services.cmek_service.transports.base.CmekServiceTransport,],]]=None,client_options:typing.Optional[typing.Union[google.api_core.client_options.ClientOptions,dict]]=None,client_info:google.api_core.gapic_v1.client_info.ClientInfo=google.api_core.gapic_v1.client_info.ClientInfo)Instantiates the cmek service client.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.__exit__
__exit__(type,value,traceback)Releases underlying transport's resources.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.exit
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.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]]]=())->NoneStarts asynchronous cancellation on a long-running operation.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.cancel_operation
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.common_billing_account_path
common_billing_account_path(billing_account:str)->strReturns a fully-qualified billing_account string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.common_billing_account_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.common_folder_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.common_location_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.common_organization_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.common_project_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.create_encryption_config
create_encryption_config(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.cmek.CreateEncryptionConfigRequest,dict]]=None,*,parent:typing.Optional[str]=None,encryption_config:typing.Optional[google.cloud.dataplex_v1.types.cmek.EncryptionConfig]=None,encryption_config_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.OperationCreate an EncryptionConfig.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.create_encryption_config
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.delete_encryption_config
delete_encryption_config(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.cmek.DeleteEncryptionConfigRequest,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.OperationDelete an EncryptionConfig.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.delete_encryption_config
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.delete_operation
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.encryption_config_path
encryption_config_path(organization:str,location:str,encryption_config:str)->strReturns a fully-qualified encryption_config string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.encryption_config_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.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.cmek_service.CmekServiceClient.from_service_account_file
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.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.cmek_service.CmekServiceClient.from_service_account_info
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.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.cmek_service.CmekServiceClient.from_service_account_json
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.get_encryption_config
get_encryption_config(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.cmek.GetEncryptionConfigRequest,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.cmek.EncryptionConfigGet an EncryptionConfig.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.get_encryption_config
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.get_location
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(client_options:typing.Optional[google.api_core.client_options.ClientOptions]=None,)Deprecated.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.get_mtls_endpoint_and_cert_source
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.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.OperationGets the latest state of a long-running operation.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.get_operation
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.list_encryption_configs
list_encryption_configs(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.cmek.ListEncryptionConfigsRequest,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.cmek_service.pagers.ListEncryptionConfigsPagerList EncryptionConfigs.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.list_encryption_configs
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.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.ListLocationsResponseLists information about the supported locations for this service.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.list_locations
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.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.ListOperationsResponseLists operations that match the specified filter in the request.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.list_operations
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.organization_location_path
organization_location_path(organization:str,location:str)->strReturns a fully-qualified organization_location string.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.organization_location_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path:str)->typing.Dict[str,str]Parse a billing_account path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_common_billing_account_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_common_folder_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_common_location_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_common_organization_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_common_project_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_encryption_config_path
parse_encryption_config_path(path:str)->typing.Dict[str,str]Parses a encryption_config path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_encryption_config_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_organization_location_path
parse_organization_location_path(path:str)->typing.Dict[str,str]Parses a organization_location path into its component segments.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.parse_organization_location_path
google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.update_encryption_config
update_encryption_config(request:typing.Optional[typing.Union[google.cloud.dataplex_v1.types.cmek.UpdateEncryptionConfigRequest,dict]]=None,*,encryption_config:typing.Optional[google.cloud.dataplex_v1.types.cmek.EncryptionConfig]=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.OperationUpdate an EncryptionConfig.
See more:google.cloud.dataplex_v1.services.cmek_service.CmekServiceClient.update_encryption_config
google.cloud.dataplex_v1.services.cmek_service.pagers.ListEncryptionConfigsAsyncPager
ListEncryptionConfigsAsyncPager(method:typing.Callable[[...],typing.Awaitable[google.cloud.dataplex_v1.types.cmek.ListEncryptionConfigsResponse],],request:google.cloud.dataplex_v1.types.cmek.ListEncryptionConfigsRequest,response:google.cloud.dataplex_v1.types.cmek.ListEncryptionConfigsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary_async.AsyncRetry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.cmek_service.pagers.ListEncryptionConfigsAsyncPager
google.cloud.dataplex_v1.services.cmek_service.pagers.ListEncryptionConfigsPager
ListEncryptionConfigsPager(method:typing.Callable[[...],google.cloud.dataplex_v1.types.cmek.ListEncryptionConfigsResponse],request:google.cloud.dataplex_v1.types.cmek.ListEncryptionConfigsRequest,response:google.cloud.dataplex_v1.types.cmek.ListEncryptionConfigsResponse,*,retry:typing.Optional[typing.Union[google.api_core.retry.retry_unary.Retry,google.api_core.gapic_v1.method._MethodDefault,]]=_MethodDefault._DEFAULT_VALUE,timeout:typing.Union[float,object]=_MethodDefault._DEFAULT_VALUE,metadata:typing.Sequence[typing.Tuple[str,typing.Union[str,bytes]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.cmek_service.pagers.ListEncryptionConfigsPager
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=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]]]=())->NoneStarts 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)->strReturns a fully-qualified billing_account string.
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_folder_path
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_location_path
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_organization_path
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.common_project_path
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.content_path
content_path(project:str,location:str,lake:str,content:str)->strReturns a fully-qualified content string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.content_path
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.ContentCreate a content.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.create_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]]]=())->NoneDelete a content.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.delete_content
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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.delete_operation
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.
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.
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.
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.ContentGet a content resource.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.get_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.PolicyGets 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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.get_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.
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.OperationGets 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]Returns an appropriate transport class.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.get_transport_class
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.lake_path
lake_path(project:str,location:str,lake:str)->strReturns a fully-qualified lake string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.lake_path
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.ListContentAsyncPagerList content.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.list_content
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_common_folder_path
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.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.ContentServiceAsyncClient.parse_content_path
google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.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.ContentServiceAsyncClient.parse_lake_path
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.PolicySets the access control policy on the specified contentitemresource.
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.TestIamPermissionsResponseReturns the caller's permissions on a resource.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.test_iam_permissions
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.ContentUpdate a content.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceAsyncClient.update_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=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]]]=())->NoneStarts 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)->strReturns a fully-qualified billing_account string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_billing_account_path
google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_folder_path
google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_location_path
google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_organization_path
google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.common_project_path
google.cloud.dataplex_v1.services.content_service.ContentServiceClient.content_path
content_path(project:str,location:str,lake:str,content:str)->strReturns a fully-qualified content string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.content_path
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.ContentCreate a content.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.create_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]]]=())->NoneDelete a content.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.delete_content
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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.delete_operation
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.ContentGet a content resource.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.get_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.PolicyGets 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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.get_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,)Deprecated.
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.OperationGets 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)->strReturns a fully-qualified lake string.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.lake_path
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.ListContentPagerList content.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.list_content
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_folder_path
google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_location_path
google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.parse_common_project_path
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.PolicySets the access control policy on the specified contentitemresource.
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.TestIamPermissionsResponseReturns the caller's permissions on a resource.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.test_iam_permissions
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.ContentUpdate a content.
See more:google.cloud.dataplex_v1.services.content_service.ContentServiceClient.update_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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.content_service.pagers.ListContentAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.content_service.pagers.ListContentPager
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=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]]]=())->NoneStarts 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)->strReturns a fully-qualified billing_account string.
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_folder_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_location_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.common_project_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.connection_path
connection_path(project:str,location:str,connection:str)->strReturns a fully-qualified connection string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.connection_path
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.AsyncOperationCreates a DataScan resource.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.create_data_scan
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)->strReturns a fully-qualified data_scan_job string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.data_scan_job_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.data_scan_path
data_scan_path(project:str,location:str,dataScan:str)->strReturns a fully-qualified data_scan string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.data_scan_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.dataset_path
dataset_path(project:str,dataset:str)->strReturns a fully-qualified dataset string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.dataset_path
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.AsyncOperationDeletes a DataScan resource.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.delete_data_scan
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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.delete_operation
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.entity_path
entity_path(project:str,location:str,lake:str,zone:str,entity:str)->strReturns a fully-qualified entity string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.entity_path
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.
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.
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.
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.GenerateDataQualityRulesResponseGenerates recommended data quality rules based on theresults of a data profiling scan.
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.DataScanGets a DataScan resource.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.get_data_scan
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.DataScanJobGets a DataScanJob resource.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.get_data_scan_job
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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.get_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,)Return the API endpoint and client cert source for mutual TLS.
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.OperationGets 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]Returns an appropriate transport class.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.get_transport_class
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)Lists DataScanJobs under the given DataScan.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.list_data_scan_jobs
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.ListDataScansAsyncPagerLists DataScans.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.list_data_scans
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.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.DataScanServiceAsyncClient.parse_connection_path
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]Parses a data_scan_job path into its component segments.
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.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.DataScanServiceAsyncClient.parse_data_scan_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.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.DataScanServiceAsyncClient.parse_dataset_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.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.DataScanServiceAsyncClient.parse_entity_path
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.RunDataScanResponseRuns an on-demand execution of a DataScan.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.run_data_scan
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.AsyncOperationUpdates a DataScan resource.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceAsyncClient.update_data_scan
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=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]]]=())->NoneStarts 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)->strReturns a fully-qualified billing_account string.
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_folder_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_location_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_organization_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.common_project_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.connection_path
connection_path(project:str,location:str,connection:str)->strReturns a fully-qualified connection string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.connection_path
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.OperationCreates a DataScan resource.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.create_data_scan
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)->strReturns a fully-qualified data_scan_job string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.data_scan_job_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.data_scan_path
data_scan_path(project:str,location:str,dataScan:str)->strReturns a fully-qualified data_scan string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.data_scan_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.dataset_path
dataset_path(project:str,dataset:str)->strReturns a fully-qualified dataset string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.dataset_path
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.OperationDeletes a DataScan resource.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.delete_data_scan
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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.delete_operation
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.entity_path
entity_path(project:str,location:str,lake:str,zone:str,entity:str)->strReturns a fully-qualified entity string.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.entity_path
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.GenerateDataQualityRulesResponseGenerates recommended data quality rules based on theresults of a data profiling scan.
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.DataScanGets a DataScan resource.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.get_data_scan
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.DataScanJobGets a DataScanJob resource.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.get_data_scan_job
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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.get_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,)Deprecated.
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.OperationGets 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.ListDataScanJobsPagerLists DataScanJobs under the given DataScan.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.list_data_scan_jobs
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.ListDataScansPagerLists DataScans.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.list_data_scans
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_folder_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_location_path
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.parse_common_project_path
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.RunDataScanResponseRuns an on-demand execution of a DataScan.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.run_data_scan
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.OperationUpdates a DataScan resource.
See more:google.cloud.dataplex_v1.services.data_scan_service.DataScanServiceClient.update_data_scan
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScanJobsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScanJobsPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScansAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.data_scan_service.pagers.ListDataScansPager
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=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]]]=())->NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account:str)->strReturns a fully-qualified billing_account string.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
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.AsyncOperationCreate a DataAttribute resource.
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.AsyncOperationCreate a DataAttributeBinding resource.
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.AsyncOperationCreate a DataTaxonomy resource.
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)->strReturns a fully-qualified data_attribute_binding string.
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)->strReturns a fully-qualified data_attribute string.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.data_taxonomy_path
data_taxonomy_path(project:str,location:str,data_taxonomy_id:str)->strReturns a fully-qualified data_taxonomy string.
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.AsyncOperationDeletes a Data Attribute resource.
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.AsyncOperationDeletes a DataAttributeBinding resource.
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.AsyncOperationDeletes a DataTaxonomy resource.
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]]]=())->NoneDeletes a long-running operation.
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.
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.
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.
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.DataAttributeRetrieves a Data Attribute resource.
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.DataAttributeBindingRetrieves a DataAttributeBinding resource.
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.DataTaxonomyRetrieves a DataTaxonomy resource.
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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.get_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,)Return the API endpoint and client cert source for mutual TLS.
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.OperationGets the latest state of a long-running operation.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.get_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]Returns an appropriate transport class.
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)Lists DataAttributeBinding resources in a project andlocation.
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)Lists Data Attribute resources in a DataTaxonomy.
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)Lists DataTaxonomy resources in a project andlocation.
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.ListLocationsResponseLists information about the supported locations for this service.
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.ListOperationsResponseLists operations that match the specified filter in the request.
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]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
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]Parses a data_attribute_binding path into its component segments.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_data_attribute_path
parse_data_attribute_path(path:str)->typing.Dict[str,str]Parses a data_attribute path into its component segments.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceAsyncClient.parse_data_taxonomy_path
parse_data_taxonomy_path(path:str)->typing.Dict[str,str]Parses a data_taxonomy path into its component segments.
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.AsyncOperationUpdates a DataAttribute resource.
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.AsyncOperationUpdates a DataAttributeBinding resource.
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.AsyncOperationUpdates a DataTaxonomy resource.
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=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)Releases underlying transport's resources.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.exit
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]]]=())->NoneStarts 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)->strReturns a fully-qualified billing_account string.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.common_folder_path
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
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.OperationCreate a DataAttribute resource.
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.OperationCreate a DataAttributeBinding resource.
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.OperationCreate a DataTaxonomy resource.
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)->strReturns a fully-qualified data_attribute_binding string.
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)->strReturns a fully-qualified data_attribute string.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.data_taxonomy_path
data_taxonomy_path(project:str,location:str,data_taxonomy_id:str)->strReturns a fully-qualified data_taxonomy string.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.data_taxonomy_path
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.OperationDeletes a Data Attribute resource.
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.OperationDeletes a DataAttributeBinding resource.
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.OperationDeletes a DataTaxonomy resource.
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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.delete_operation
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.
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.
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.
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.DataAttributeRetrieves a Data Attribute resource.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.get_data_attribute
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.DataAttributeBindingRetrieves a DataAttributeBinding resource.
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.DataTaxonomyRetrieves a DataTaxonomy resource.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.get_data_taxonomy
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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.get_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,)Deprecated.
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.OperationGets the latest state of a long-running operation.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.get_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 andlocation.
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)Lists Data Attribute resources in a DataTaxonomy.
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)Lists DataTaxonomy resources in a project andlocation.
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
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.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_data_attribute_path
parse_data_attribute_path(path:str)->typing.Dict[str,str]Parses a data_attribute path into its component segments.
google.cloud.dataplex_v1.services.data_taxonomy_service.DataTaxonomyServiceClient.parse_data_taxonomy_path
parse_data_taxonomy_path(path:str)->typing.Dict[str,str]Parses a data_taxonomy path into its component segments.
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.OperationUpdates a DataAttribute resource.
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.OperationUpdates a DataAttributeBinding resource.
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.OperationUpdates a DataTaxonomy resource.
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributeBindingsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributeBindingsPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributesAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataAttributesPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataTaxonomiesAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.data_taxonomy_service.pagers.ListDataTaxonomiesPager
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=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)->strReturns a fully-qualified action string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.action_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.asset_path
asset_path(project:str,location:str,lake:str,zone:str,asset:str)->strReturns a fully-qualified asset string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.asset_path
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]]]=())->NoneCancel jobs running for the task resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.cancel_job
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]]]=())->NoneStarts 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)->strReturns a fully-qualified billing_account string.
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_folder_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_location_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.common_project_path
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.AsyncOperationCreates an asset resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.create_asset
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.AsyncOperationCreate an environment resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.create_environment
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.AsyncOperationCreates a lake resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.create_lake
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.AsyncOperationCreates a task resource within a lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.create_task
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.AsyncOperationCreates a zone resource within a lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.create_zone
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.AsyncOperationDeletes an asset resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_asset
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.AsyncOperationDelete the environment resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_environment
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.AsyncOperationDeletes a lake resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_lake
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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_operation
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.AsyncOperationDelete the task resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_task
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.AsyncOperationDeletes a zone resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.delete_zone
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.environment_path
environment_path(project:str,location:str,lake:str,environment:str)->strReturns a fully-qualified environment string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.environment_path
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.
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.
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.
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.AssetRetrieves an asset resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_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.EnvironmentGet environment resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_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.JobGet job resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_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.LakeRetrieves a lake resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_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.
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.OperationGets 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.TaskGet task resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_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]Returns an appropriate transport class.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_transport_class
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.ZoneRetrieves a zone resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.get_zone
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.job_path
job_path(project:str,location:str,lake:str,task:str,job:str)->strReturns a fully-qualified job string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.job_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.lake_path
lake_path(project:str,location:str,lake:str)->strReturns a fully-qualified lake string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.lake_path
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)Lists action resources in an asset.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_asset_actions
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.ListAssetsAsyncPagerLists asset resources in a zone.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_assets
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)Lists environments under the given lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_environments
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.ListJobsAsyncPagerLists Jobs under the given task.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_jobs
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)Lists action resources in a lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_lake_actions
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.ListLakesAsyncPagerLists 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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.ListSessionsAsyncPagerLists session resources in an environment.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_sessions
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.ListTasksAsyncPagerLists tasks under the given lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_tasks
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)Lists action resources in a zone.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_zone_actions
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.ListZonesAsyncPagerLists zone resources in a lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.list_zones
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.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.DataplexServiceAsyncClient.parse_action_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.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.DataplexServiceAsyncClient.parse_asset_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path:str)->typing.Dict[str,str]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.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.DataplexServiceAsyncClient.parse_environment_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.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.DataplexServiceAsyncClient.parse_job_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.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.DataplexServiceAsyncClient.parse_lake_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.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.DataplexServiceAsyncClient.parse_session_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.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.DataplexServiceAsyncClient.parse_task_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.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.DataplexServiceAsyncClient.parse_zone_path
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.RunTaskResponseRun an on demand execution of a Task.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.run_task
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.session_path
session_path(project:str,location:str,lake:str,environment:str,session:str)->strReturns a fully-qualified session string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.session_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.task_path
task_path(project:str,location:str,lake:str,task:str)->strReturns a fully-qualified task string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.task_path
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.AsyncOperationUpdates an asset resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.update_asset
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.AsyncOperationUpdate the environment resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.update_environment
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.AsyncOperationUpdates a lake resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.update_lake
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.AsyncOperationUpdate the task resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.update_task
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.AsyncOperationUpdates a zone resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.update_zone
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.zone_path
zone_path(project:str,location:str,lake:str,zone:str)->strReturns a fully-qualified zone string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceAsyncClient.zone_path
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=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)->strReturns a fully-qualified action string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.action_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.asset_path
asset_path(project:str,location:str,lake:str,zone:str,asset:str)->strReturns a fully-qualified asset string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.asset_path
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]]]=())->NoneCancel jobs running for the task resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.cancel_job
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]]]=())->NoneStarts 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)->strReturns a fully-qualified billing_account string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_billing_account_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_folder_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_location_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_organization_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.common_project_path
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.OperationCreates an asset resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.create_asset
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.OperationCreate an environment resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.create_environment
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.OperationCreates a lake resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.create_lake
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.OperationCreates a task resource within a lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.create_task
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.OperationCreates a zone resource within a lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.create_zone
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.OperationDeletes an asset resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_asset
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.OperationDelete the environment resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_environment
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.OperationDeletes a lake resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_lake
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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_operation
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.OperationDelete the task resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_task
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.OperationDeletes a zone resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.delete_zone
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.environment_path
environment_path(project:str,location:str,lake:str,environment:str)->strReturns a fully-qualified environment string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.environment_path
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.AssetRetrieves an asset resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_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.EnvironmentGet environment resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_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.JobGet job resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_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.LakeRetrieves a lake resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_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,)Deprecated.
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.OperationGets 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.TaskGet task resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_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.ZoneRetrieves a zone resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.get_zone
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.job_path
job_path(project:str,location:str,lake:str,task:str,job:str)->strReturns a fully-qualified job string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.job_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.lake_path
lake_path(project:str,location:str,lake:str)->strReturns a fully-qualified lake string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.lake_path
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.ListAssetActionsPagerLists action resources in an asset.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_asset_actions
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.ListAssetsPagerLists asset resources in a zone.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_assets
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.ListEnvironmentsPagerLists environments under the given lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_environments
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.ListJobsPagerLists Jobs under the given task.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_jobs
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.ListLakeActionsPagerLists action resources in a lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_lake_actions
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.ListLakesPagerLists 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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.ListSessionsPagerLists session resources in an environment.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_sessions
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.ListTasksPagerLists tasks under the given lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_tasks
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.ListZoneActionsPagerLists action resources in a zone.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_zone_actions
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.ListZonesPagerLists zone resources in a lake.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.list_zones
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]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_folder_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_location_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.parse_common_project_path
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.RunTaskResponseRun an on demand execution of a Task.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.run_task
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.session_path
session_path(project:str,location:str,lake:str,environment:str,session:str)->strReturns a fully-qualified session string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.session_path
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.task_path
task_path(project:str,location:str,lake:str,task:str)->strReturns a fully-qualified task string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.task_path
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.OperationUpdates an asset resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.update_asset
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.OperationUpdate the environment resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.update_environment
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.OperationUpdates a lake resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.update_lake
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.OperationUpdate the task resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.update_task
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.OperationUpdates a zone resource.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.update_zone
google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.zone_path
zone_path(project:str,location:str,lake:str,zone:str)->strReturns a fully-qualified zone string.
See more:google.cloud.dataplex_v1.services.dataplex_service.DataplexServiceClient.zone_path
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetActionsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetActionsPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListAssetsPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListEnvironmentsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListEnvironmentsPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListJobsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListJobsPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakeActionsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakeActionsPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakesAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListLakesPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListSessionsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListSessionsPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListTasksAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListTasksPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZoneActionsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZoneActionsPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZonesAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.dataplex_service.pagers.ListZonesPager
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=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]]]=())->NoneStarts 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)->strReturns a fully-qualified billing_account string.
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_folder_path
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_location_path
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.common_project_path
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_.EntityCreate a metadata entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.create_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_.PartitionCreate a metadata partition.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.create_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]]]=())->NoneDelete a metadata entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.delete_entity
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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.delete_operation
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]]]=())->NoneDelete a metadata partition.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.delete_partition
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.entity_path
entity_path(project:str,location:str,lake:str,zone:str,entity:str)->strReturns a fully-qualified entity string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.entity_path
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.
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.
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.
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_.EntityGet a metadata entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.get_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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.get_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.
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.OperationGets 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_.PartitionGet a metadata partition of an entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.get_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]Returns an appropriate transport class.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.get_transport_class
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.ListEntitiesAsyncPagerList metadata entities in a zone.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.list_entities
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.ListPartitionsAsyncPagerList metadata partitions of an entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.list_partitions
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path:str)->typing.Dict[str,str]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.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.MetadataServiceAsyncClient.parse_entity_path
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.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.MetadataServiceAsyncClient.parse_partition_path
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.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.MetadataServiceAsyncClient.parse_zone_path
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.partition_path
partition_path(project:str,location:str,lake:str,zone:str,entity:str,partition:str)->strReturns a fully-qualified partition string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.partition_path
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_.EntityUpdate a metadata entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.update_entity
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.zone_path
zone_path(project:str,location:str,lake:str,zone:str)->strReturns a fully-qualified zone string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceAsyncClient.zone_path
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=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]]]=())->NoneStarts 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)->strReturns a fully-qualified billing_account string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_billing_account_path
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_folder_path
common_folder_path(folder:str)->strReturns a fully-qualified folder string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_folder_path
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_location_path
common_location_path(project:str,location:str)->strReturns a fully-qualified location string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_location_path
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_organization_path
common_organization_path(organization:str)->strReturns a fully-qualified organization string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_organization_path
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_project_path
common_project_path(project:str)->strReturns a fully-qualified project string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.common_project_path
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_.EntityCreate a metadata entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.create_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_.PartitionCreate a metadata partition.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.create_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]]]=())->NoneDelete a metadata entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.delete_entity
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]]]=())->NoneDeletes a long-running operation.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.delete_operation
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]]]=())->NoneDelete a metadata partition.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.delete_partition
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.entity_path
entity_path(project:str,location:str,lake:str,zone:str,entity:str)->strReturns a fully-qualified entity string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.entity_path
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_.EntityGet a metadata entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.get_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.LocationGets information about a location.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.get_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,)Deprecated.
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.OperationGets 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_.PartitionGet a metadata partition of an entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.get_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.ListEntitiesPagerList metadata entities in a zone.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.list_entities
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.ListPartitionsPagerList metadata partitions of an entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.list_partitions
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path:str)->typing.Dict[str,str]Parse a billing_account path into its component segments.
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_folder_path
parse_common_folder_path(path:str)->typing.Dict[str,str]Parse a folder path into its component segments.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_folder_path
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_location_path
parse_common_location_path(path:str)->typing.Dict[str,str]Parse a location path into its component segments.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_location_path
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_organization_path
parse_common_organization_path(path:str)->typing.Dict[str,str]Parse a organization path into its component segments.
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_project_path
parse_common_project_path(path:str)->typing.Dict[str,str]Parse a project path into its component segments.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.parse_common_project_path
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)->strReturns a fully-qualified partition string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.partition_path
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_.EntityUpdate a metadata entity.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.update_entity
google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.zone_path
zone_path(project:str,location:str,lake:str,zone:str)->strReturns a fully-qualified zone string.
See more:google.cloud.dataplex_v1.services.metadata_service.MetadataServiceClient.zone_path
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.metadata_service.pagers.ListEntitiesAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.metadata_service.pagers.ListEntitiesPager
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]]]=())Instantiates the pager.
See more:google.cloud.dataplex_v1.services.metadata_service.pagers.ListPartitionsAsyncPager
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]]]=())Instantiate the pager.
See more:google.cloud.dataplex_v1.services.metadata_service.pagers.ListPartitionsPager
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-06 UTC.