Summary of entries of Methods for dlp.
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient
DlpServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dlp_v2.services.dlp_service.transports.base.DlpServiceTransport, typing.Callable[[...], google.cloud.dlp_v2.services.dlp_service.transports.base.DlpServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the dlp service async client.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.activate_job_trigger
activate_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ActivateJobTriggerRequest, 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.dlp_v2.types.dlp.DlpJob
Activate a job trigger.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.activate_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.cancel_dlp_job
cancel_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CancelDlpJobRequest, 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]]] = () ) -> None
Starts asynchronous cancellation on a long-running DlpJob.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.cancel_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.column_data_profile_path
column_data_profile_path( organization: str, location: str, column_data_profile: str ) -> str
Returns a fully-qualified column_data_profile string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.column_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.common_billing_account_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.common_folder_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.common_location_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.common_organization_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.common_project_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.connection_path
connection_path(project: str, location: str, connection: str) -> str
Returns a fully-qualified connection string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.connection_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_connection
create_connection( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateConnectionRequest, dict] ] = None, *, parent: typing.Optional[str] = None, connection: typing.Optional[google.cloud.dlp_v2.types.dlp.Connection] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.Connection
Create a Connection to an external data source.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_connection
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_deidentify_template
create_deidentify_template( request: typing.Optional[ typing.Union[ google.cloud.dlp_v2.types.dlp.CreateDeidentifyTemplateRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, deidentify_template: typing.Optional[ google.cloud.dlp_v2.types.dlp.DeidentifyTemplate ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.DeidentifyTemplate
Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_deidentify_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_discovery_config
create_discovery_config( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateDiscoveryConfigRequest, dict] ] = None, *, parent: typing.Optional[str] = None, discovery_config: typing.Optional[ google.cloud.dlp_v2.types.dlp.DiscoveryConfig ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.DiscoveryConfig
Creates a config for discovery to scan and profile storage.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_discovery_config
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_dlp_job
create_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateDlpJobRequest, dict] ] = None, *, parent: typing.Optional[str] = None, inspect_job: typing.Optional[google.cloud.dlp_v2.types.dlp.InspectJobConfig] = None, risk_job: typing.Optional[ google.cloud.dlp_v2.types.dlp.RiskAnalysisJobConfig ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.DlpJob
Creates a new job to inspect storage or calculate risk metrics.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_inspect_template
create_inspect_template( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateInspectTemplateRequest, dict] ] = None, *, parent: typing.Optional[str] = None, inspect_template: typing.Optional[ google.cloud.dlp_v2.types.dlp.InspectTemplate ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.InspectTemplate
Creates an InspectTemplate for reusing frequently used configuration for inspecting content, images, and storage.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_inspect_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_job_trigger
create_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateJobTriggerRequest, dict] ] = None, *, parent: typing.Optional[str] = None, job_trigger: typing.Optional[google.cloud.dlp_v2.types.dlp.JobTrigger] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.JobTrigger
Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_stored_info_type
create_stored_info_type( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateStoredInfoTypeRequest, dict] ] = None, *, parent: typing.Optional[str] = None, config: typing.Optional[google.cloud.dlp_v2.types.dlp.StoredInfoTypeConfig] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.StoredInfoType
Creates a pre-built stored infoType to be used for inspection.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.create_stored_info_type
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.deidentify_content
deidentify_content( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeidentifyContentRequest, 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.dlp_v2.types.dlp.DeidentifyContentResponse
De-identifies potentially sensitive info from a ContentItem.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.deidentify_content
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.deidentify_template_path
deidentify_template_path(organization: str, deidentify_template: str) -> str
Returns a fully-qualified deidentify_template string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.deidentify_template_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_connection
delete_connection( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteConnectionRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Delete a Connection.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_connection
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_deidentify_template
delete_deidentify_template( request: typing.Optional[ typing.Union[ google.cloud.dlp_v2.types.dlp.DeleteDeidentifyTemplateRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a DeidentifyTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_deidentify_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_discovery_config
delete_discovery_config( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteDiscoveryConfigRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a discovery configuration.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_discovery_config
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_dlp_job
delete_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteDlpJobRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a long-running DlpJob.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_file_store_data_profile
delete_file_store_data_profile( request: typing.Optional[ typing.Union[ google.cloud.dlp_v2.types.dlp.DeleteFileStoreDataProfileRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Delete a FileStoreDataProfile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_file_store_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_inspect_template
delete_inspect_template( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteInspectTemplateRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes an InspectTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_inspect_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_job_trigger
delete_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteJobTriggerRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a job trigger.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_stored_info_type
delete_stored_info_type( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteStoredInfoTypeRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a stored infoType.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_stored_info_type
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_table_data_profile
delete_table_data_profile( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteTableDataProfileRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Delete a TableDataProfile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.delete_table_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.discovery_config_path
discovery_config_path(project: str, location: str, discovery_config: str) -> str
Returns a fully-qualified discovery_config string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.discovery_config_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.dlp_content_path
dlp_content_path(project: str) -> str
Returns a fully-qualified dlp_content string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.dlp_content_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.dlp_job_path
dlp_job_path(project: str, dlp_job: str) -> str
Returns a fully-qualified dlp_job string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.dlp_job_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.file_store_data_profile_path
file_store_data_profile_path( organization: str, location: str, file_store_data_profile: str ) -> str
Returns a fully-qualified file_store_data_profile string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.file_store_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.finding_path
finding_path(project: str, location: str, finding: str) -> str
Returns a fully-qualified finding string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.finding_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.finish_dlp_job
finish_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.FinishDlpJobRequest, 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]]] = () ) -> None
Finish a running hybrid DlpJob.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.finish_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.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.dlp_v2.services.dlp_service.DlpServiceAsyncClient.from_service_account_file
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.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.dlp_v2.services.dlp_service.DlpServiceAsyncClient.from_service_account_info
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.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.dlp_v2.services.dlp_service.DlpServiceAsyncClient.from_service_account_json
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_column_data_profile
get_column_data_profile( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetColumnDataProfileRequest, 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.dlp_v2.types.dlp.ColumnDataProfile
Gets a column data profile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_column_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_connection
get_connection( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetConnectionRequest, 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.dlp_v2.types.dlp.Connection
Get a Connection by name.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_connection
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_deidentify_template
get_deidentify_template( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetDeidentifyTemplateRequest, 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.dlp_v2.types.dlp.DeidentifyTemplate
Gets a DeidentifyTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_deidentify_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_discovery_config
get_discovery_config( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetDiscoveryConfigRequest, 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.dlp_v2.types.dlp.DiscoveryConfig
Gets a discovery configuration.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_discovery_config
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_dlp_job
get_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetDlpJobRequest, 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.dlp_v2.types.dlp.DlpJob
Gets the latest state of a long-running DlpJob.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_file_store_data_profile
get_file_store_data_profile( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetFileStoreDataProfileRequest, 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.dlp_v2.types.dlp.FileStoreDataProfile
Gets a file store data profile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_file_store_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_inspect_template
get_inspect_template( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetInspectTemplateRequest, 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.dlp_v2.types.dlp.InspectTemplate
Gets an InspectTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_inspect_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_job_trigger
get_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetJobTriggerRequest, 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.dlp_v2.types.dlp.JobTrigger
Gets a job trigger.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Return the API endpoint and client cert source for mutual TLS.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_project_data_profile
get_project_data_profile( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetProjectDataProfileRequest, 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.dlp_v2.types.dlp.ProjectDataProfile
Gets a project data profile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_project_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_stored_info_type
get_stored_info_type( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetStoredInfoTypeRequest, 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.dlp_v2.types.dlp.StoredInfoType
Gets a stored infoType.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_stored_info_type
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_table_data_profile
get_table_data_profile( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetTableDataProfileRequest, 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.dlp_v2.types.dlp.TableDataProfile
Gets a table data profile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_table_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.dlp_v2.services.dlp_service.transports.base.DlpServiceTransport ]
Returns an appropriate transport class.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.get_transport_class
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.hybrid_inspect_dlp_job
hybrid_inspect_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.HybridInspectDlpJobRequest, 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.dlp_v2.types.dlp.HybridInspectResponse
Inspect hybrid content and store findings to a job.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.hybrid_inspect_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.hybrid_inspect_job_trigger
hybrid_inspect_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.HybridInspectJobTriggerRequest, 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.dlp_v2.types.dlp.HybridInspectResponse
Inspect hybrid content and store findings to a trigger.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.hybrid_inspect_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.inspect_content
inspect_content( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.InspectContentRequest, 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.dlp_v2.types.dlp.InspectContentResponse
Finds potentially sensitive info in content.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.inspect_content
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.inspect_template_path
inspect_template_path(organization: str, inspect_template: str) -> str
Returns a fully-qualified inspect_template string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.inspect_template_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.job_trigger_path
job_trigger_path(project: str, job_trigger: str) -> str
Returns a fully-qualified job_trigger string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.job_trigger_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_column_data_profiles
list_column_data_profiles( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListColumnDataProfilesRequest, 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.dlp_v2.services.dlp_service.pagers.ListColumnDataProfilesAsyncPager
Lists column data profiles for an organization.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_column_data_profiles
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_connections
list_connections( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListConnectionsRequest, 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.dlp_v2.services.dlp_service.pagers.ListConnectionsAsyncPager
Lists Connections in a parent.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_connections
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_deidentify_templates
list_deidentify_templates( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListDeidentifyTemplatesRequest, 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.dlp_v2.services.dlp_service.pagers.ListDeidentifyTemplatesAsyncPager
Lists DeidentifyTemplates.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_deidentify_templates
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_discovery_configs
list_discovery_configs( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListDiscoveryConfigsRequest, 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.dlp_v2.services.dlp_service.pagers.ListDiscoveryConfigsAsyncPager
Lists discovery configurations.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_discovery_configs
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_dlp_jobs
list_dlp_jobs( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListDlpJobsRequest, 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.dlp_v2.services.dlp_service.pagers.ListDlpJobsAsyncPager
Lists DlpJobs that match the specified filter in the request.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_dlp_jobs
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_file_store_data_profiles
list_file_store_data_profiles( request: typing.Optional[ typing.Union[ google.cloud.dlp_v2.types.dlp.ListFileStoreDataProfilesRequest, 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.dlp_v2.services.dlp_service.pagers.ListFileStoreDataProfilesAsyncPager )
Lists file store data profiles for an organization.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_file_store_data_profiles
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_info_types
list_info_types( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListInfoTypesRequest, 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.dlp_v2.types.dlp.ListInfoTypesResponse
Returns a list of the sensitive information types that the DLP API supports.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_info_types
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_inspect_templates
list_inspect_templates( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListInspectTemplatesRequest, 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.dlp_v2.services.dlp_service.pagers.ListInspectTemplatesAsyncPager
Lists InspectTemplates.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_inspect_templates
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_job_triggers
list_job_triggers( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListJobTriggersRequest, 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.dlp_v2.services.dlp_service.pagers.ListJobTriggersAsyncPager
Lists job triggers.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_job_triggers
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_project_data_profiles
list_project_data_profiles( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListProjectDataProfilesRequest, 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.dlp_v2.services.dlp_service.pagers.ListProjectDataProfilesAsyncPager
Lists project data profiles for an organization.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_project_data_profiles
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_stored_info_types
list_stored_info_types( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListStoredInfoTypesRequest, 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.dlp_v2.services.dlp_service.pagers.ListStoredInfoTypesAsyncPager
Lists stored infoTypes.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_stored_info_types
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_table_data_profiles
list_table_data_profiles( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListTableDataProfilesRequest, 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.dlp_v2.services.dlp_service.pagers.ListTableDataProfilesAsyncPager
Lists table data profiles for an organization.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.list_table_data_profiles
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_column_data_profile_path
parse_column_data_profile_path(path: str) -> typing.Dict[str, str]
Parses a column_data_profile path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_column_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.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.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_common_billing_account_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.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.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_common_folder_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.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.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_common_location_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.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.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_common_organization_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.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.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_common_project_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_connection_path
parse_connection_path(path: str) -> typing.Dict[str, str]
Parses a connection path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_connection_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_deidentify_template_path
parse_deidentify_template_path(path: str) -> typing.Dict[str, str]
Parses a deidentify_template path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_deidentify_template_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_discovery_config_path
parse_discovery_config_path(path: str) -> typing.Dict[str, str]
Parses a discovery_config path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_discovery_config_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_dlp_content_path
parse_dlp_content_path(path: str) -> typing.Dict[str, str]
Parses a dlp_content path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_dlp_content_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_dlp_job_path
parse_dlp_job_path(path: str) -> typing.Dict[str, str]
Parses a dlp_job path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_dlp_job_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_file_store_data_profile_path
parse_file_store_data_profile_path(path: str) -> typing.Dict[str, str]
Parses a file_store_data_profile path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_file_store_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_finding_path
parse_finding_path(path: str) -> typing.Dict[str, str]
Parses a finding path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_finding_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_inspect_template_path
parse_inspect_template_path(path: str) -> typing.Dict[str, str]
Parses a inspect_template path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_inspect_template_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_job_trigger_path
parse_job_trigger_path(path: str) -> typing.Dict[str, str]
Parses a job_trigger path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_job_trigger_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_project_data_profile_path
parse_project_data_profile_path(path: str) -> typing.Dict[str, str]
Parses a project_data_profile path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_project_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_stored_info_type_path
parse_stored_info_type_path(path: str) -> typing.Dict[str, str]
Parses a stored_info_type path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_stored_info_type_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_table_data_profile_path
parse_table_data_profile_path(path: str) -> typing.Dict[str, str]
Parses a table_data_profile path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.parse_table_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.project_data_profile_path
project_data_profile_path( organization: str, location: str, project_data_profile: str ) -> str
Returns a fully-qualified project_data_profile string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.project_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.redact_image
redact_image( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.RedactImageRequest, 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.dlp_v2.types.dlp.RedactImageResponse
Redacts potentially sensitive info from an image.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.redact_image
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.reidentify_content
reidentify_content( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ReidentifyContentRequest, 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.dlp_v2.types.dlp.ReidentifyContentResponse
Re-identifies content that has been de-identified.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.reidentify_content
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.search_connections
search_connections( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.SearchConnectionsRequest, 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.dlp_v2.services.dlp_service.pagers.SearchConnectionsAsyncPager
Searches for Connections in a parent.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.search_connections
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.stored_info_type_path
stored_info_type_path(organization: str, stored_info_type: str) -> str
Returns a fully-qualified stored_info_type string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.stored_info_type_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.table_data_profile_path
table_data_profile_path( organization: str, location: str, table_data_profile: str ) -> str
Returns a fully-qualified table_data_profile string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.table_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_connection
update_connection( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.UpdateConnectionRequest, 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.dlp_v2.types.dlp.Connection
Update a Connection.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_connection
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_deidentify_template
update_deidentify_template( request: typing.Optional[ typing.Union[ google.cloud.dlp_v2.types.dlp.UpdateDeidentifyTemplateRequest, dict ] ] = None, *, name: typing.Optional[str] = None, deidentify_template: typing.Optional[ google.cloud.dlp_v2.types.dlp.DeidentifyTemplate ] = 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.dlp_v2.types.dlp.DeidentifyTemplate
Updates the DeidentifyTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_deidentify_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_discovery_config
update_discovery_config( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.UpdateDiscoveryConfigRequest, dict] ] = None, *, name: typing.Optional[str] = None, discovery_config: typing.Optional[ google.cloud.dlp_v2.types.dlp.DiscoveryConfig ] = 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.dlp_v2.types.dlp.DiscoveryConfig
Updates a discovery configuration.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_discovery_config
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_inspect_template
update_inspect_template( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.UpdateInspectTemplateRequest, dict] ] = None, *, name: typing.Optional[str] = None, inspect_template: typing.Optional[ google.cloud.dlp_v2.types.dlp.InspectTemplate ] = 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.dlp_v2.types.dlp.InspectTemplate
Updates the InspectTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_inspect_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_job_trigger
update_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.UpdateJobTriggerRequest, dict] ] = None, *, name: typing.Optional[str] = None, job_trigger: typing.Optional[google.cloud.dlp_v2.types.dlp.JobTrigger] = 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.dlp_v2.types.dlp.JobTrigger
Updates a job trigger.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_stored_info_type
update_stored_info_type( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.UpdateStoredInfoTypeRequest, dict] ] = None, *, name: typing.Optional[str] = None, config: typing.Optional[google.cloud.dlp_v2.types.dlp.StoredInfoTypeConfig] = 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.dlp_v2.types.dlp.StoredInfoType
Updates the stored infoType by creating a new version.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceAsyncClient.update_stored_info_type
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient
DlpServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dlp_v2.services.dlp_service.transports.base.DlpServiceTransport, typing.Callable[[...], google.cloud.dlp_v2.services.dlp_service.transports.base.DlpServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the dlp service client.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.exit
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.activate_job_trigger
activate_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ActivateJobTriggerRequest, 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.dlp_v2.types.dlp.DlpJob
Activate a job trigger.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.activate_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.cancel_dlp_job
cancel_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CancelDlpJobRequest, 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]]] = () ) -> None
Starts asynchronous cancellation on a long-running DlpJob.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.cancel_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.column_data_profile_path
column_data_profile_path( organization: str, location: str, column_data_profile: str ) -> str
Returns a fully-qualified column_data_profile string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.column_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.common_billing_account_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.common_folder_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.common_location_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.common_organization_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.common_project_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.connection_path
connection_path(project: str, location: str, connection: str) -> str
Returns a fully-qualified connection string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.connection_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_connection
create_connection( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateConnectionRequest, dict] ] = None, *, parent: typing.Optional[str] = None, connection: typing.Optional[google.cloud.dlp_v2.types.dlp.Connection] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.Connection
Create a Connection to an external data source.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_connection
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_deidentify_template
create_deidentify_template( request: typing.Optional[ typing.Union[ google.cloud.dlp_v2.types.dlp.CreateDeidentifyTemplateRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, deidentify_template: typing.Optional[ google.cloud.dlp_v2.types.dlp.DeidentifyTemplate ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.DeidentifyTemplate
Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_deidentify_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_discovery_config
create_discovery_config( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateDiscoveryConfigRequest, dict] ] = None, *, parent: typing.Optional[str] = None, discovery_config: typing.Optional[ google.cloud.dlp_v2.types.dlp.DiscoveryConfig ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.DiscoveryConfig
Creates a config for discovery to scan and profile storage.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_discovery_config
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_dlp_job
create_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateDlpJobRequest, dict] ] = None, *, parent: typing.Optional[str] = None, inspect_job: typing.Optional[google.cloud.dlp_v2.types.dlp.InspectJobConfig] = None, risk_job: typing.Optional[ google.cloud.dlp_v2.types.dlp.RiskAnalysisJobConfig ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.DlpJob
Creates a new job to inspect storage or calculate risk metrics.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_inspect_template
create_inspect_template( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateInspectTemplateRequest, dict] ] = None, *, parent: typing.Optional[str] = None, inspect_template: typing.Optional[ google.cloud.dlp_v2.types.dlp.InspectTemplate ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.InspectTemplate
Creates an InspectTemplate for reusing frequently used configuration for inspecting content, images, and storage.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_inspect_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_job_trigger
create_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateJobTriggerRequest, dict] ] = None, *, parent: typing.Optional[str] = None, job_trigger: typing.Optional[google.cloud.dlp_v2.types.dlp.JobTrigger] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.JobTrigger
Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_stored_info_type
create_stored_info_type( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.CreateStoredInfoTypeRequest, dict] ] = None, *, parent: typing.Optional[str] = None, config: typing.Optional[google.cloud.dlp_v2.types.dlp.StoredInfoTypeConfig] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.dlp_v2.types.dlp.StoredInfoType
Creates a pre-built stored infoType to be used for inspection.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.create_stored_info_type
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.deidentify_content
deidentify_content( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeidentifyContentRequest, 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.dlp_v2.types.dlp.DeidentifyContentResponse
De-identifies potentially sensitive info from a ContentItem.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.deidentify_content
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.deidentify_template_path
deidentify_template_path(organization: str, deidentify_template: str) -> str
Returns a fully-qualified deidentify_template string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.deidentify_template_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_connection
delete_connection( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteConnectionRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Delete a Connection.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_connection
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_deidentify_template
delete_deidentify_template( request: typing.Optional[ typing.Union[ google.cloud.dlp_v2.types.dlp.DeleteDeidentifyTemplateRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a DeidentifyTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_deidentify_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_discovery_config
delete_discovery_config( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteDiscoveryConfigRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a discovery configuration.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_discovery_config
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_dlp_job
delete_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteDlpJobRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a long-running DlpJob.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_file_store_data_profile
delete_file_store_data_profile( request: typing.Optional[ typing.Union[ google.cloud.dlp_v2.types.dlp.DeleteFileStoreDataProfileRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Delete a FileStoreDataProfile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_file_store_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_inspect_template
delete_inspect_template( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteInspectTemplateRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes an InspectTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_inspect_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_job_trigger
delete_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteJobTriggerRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a job trigger.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_stored_info_type
delete_stored_info_type( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteStoredInfoTypeRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a stored infoType.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_stored_info_type
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_table_data_profile
delete_table_data_profile( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.DeleteTableDataProfileRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Delete a TableDataProfile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.delete_table_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.discovery_config_path
discovery_config_path(project: str, location: str, discovery_config: str) -> str
Returns a fully-qualified discovery_config string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.discovery_config_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.dlp_content_path
dlp_content_path(project: str) -> str
Returns a fully-qualified dlp_content string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.dlp_content_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.dlp_job_path
dlp_job_path(project: str, dlp_job: str) -> str
Returns a fully-qualified dlp_job string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.dlp_job_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.file_store_data_profile_path
file_store_data_profile_path( organization: str, location: str, file_store_data_profile: str ) -> str
Returns a fully-qualified file_store_data_profile string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.file_store_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.finding_path
finding_path(project: str, location: str, finding: str) -> str
Returns a fully-qualified finding string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.finding_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.finish_dlp_job
finish_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.FinishDlpJobRequest, 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]]] = () ) -> None
Finish a running hybrid DlpJob.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.finish_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.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.dlp_v2.services.dlp_service.DlpServiceClient.from_service_account_file
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.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.dlp_v2.services.dlp_service.DlpServiceClient.from_service_account_info
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.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.dlp_v2.services.dlp_service.DlpServiceClient.from_service_account_json
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_column_data_profile
get_column_data_profile( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetColumnDataProfileRequest, 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.dlp_v2.types.dlp.ColumnDataProfile
Gets a column data profile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_column_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_connection
get_connection( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetConnectionRequest, 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.dlp_v2.types.dlp.Connection
Get a Connection by name.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_connection
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_deidentify_template
get_deidentify_template( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetDeidentifyTemplateRequest, 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.dlp_v2.types.dlp.DeidentifyTemplate
Gets a DeidentifyTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_deidentify_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_discovery_config
get_discovery_config( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetDiscoveryConfigRequest, 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.dlp_v2.types.dlp.DiscoveryConfig
Gets a discovery configuration.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_discovery_config
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_dlp_job
get_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetDlpJobRequest, 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.dlp_v2.types.dlp.DlpJob
Gets the latest state of a long-running DlpJob.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_file_store_data_profile
get_file_store_data_profile( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetFileStoreDataProfileRequest, 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.dlp_v2.types.dlp.FileStoreDataProfile
Gets a file store data profile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_file_store_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_inspect_template
get_inspect_template( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetInspectTemplateRequest, 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.dlp_v2.types.dlp.InspectTemplate
Gets an InspectTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_inspect_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_job_trigger
get_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetJobTriggerRequest, 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.dlp_v2.types.dlp.JobTrigger
Gets a job trigger.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.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.dlp_v2.services.dlp_service.DlpServiceClient.get_mtls_endpoint_and_cert_source
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_project_data_profile
get_project_data_profile( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetProjectDataProfileRequest, 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.dlp_v2.types.dlp.ProjectDataProfile
Gets a project data profile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_project_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_stored_info_type
get_stored_info_type( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetStoredInfoTypeRequest, 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.dlp_v2.types.dlp.StoredInfoType
Gets a stored infoType.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_stored_info_type
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_table_data_profile
get_table_data_profile( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.GetTableDataProfileRequest, 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.dlp_v2.types.dlp.TableDataProfile
Gets a table data profile.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.get_table_data_profile
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.hybrid_inspect_dlp_job
hybrid_inspect_dlp_job( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.HybridInspectDlpJobRequest, 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.dlp_v2.types.dlp.HybridInspectResponse
Inspect hybrid content and store findings to a job.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.hybrid_inspect_dlp_job
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.hybrid_inspect_job_trigger
hybrid_inspect_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.HybridInspectJobTriggerRequest, 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.dlp_v2.types.dlp.HybridInspectResponse
Inspect hybrid content and store findings to a trigger.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.hybrid_inspect_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.inspect_content
inspect_content( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.InspectContentRequest, 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.dlp_v2.types.dlp.InspectContentResponse
Finds potentially sensitive info in content.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.inspect_content
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.inspect_template_path
inspect_template_path(organization: str, inspect_template: str) -> str
Returns a fully-qualified inspect_template string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.inspect_template_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.job_trigger_path
job_trigger_path(project: str, job_trigger: str) -> str
Returns a fully-qualified job_trigger string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.job_trigger_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_column_data_profiles
list_column_data_profiles( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListColumnDataProfilesRequest, 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.dlp_v2.services.dlp_service.pagers.ListColumnDataProfilesPager
Lists column data profiles for an organization.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_column_data_profiles
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_connections
list_connections( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListConnectionsRequest, 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.dlp_v2.services.dlp_service.pagers.ListConnectionsPager
Lists Connections in a parent.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_connections
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_deidentify_templates
list_deidentify_templates( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListDeidentifyTemplatesRequest, 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.dlp_v2.services.dlp_service.pagers.ListDeidentifyTemplatesPager
Lists DeidentifyTemplates.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_deidentify_templates
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_discovery_configs
list_discovery_configs( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListDiscoveryConfigsRequest, 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.dlp_v2.services.dlp_service.pagers.ListDiscoveryConfigsPager
Lists discovery configurations.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_discovery_configs
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_dlp_jobs
list_dlp_jobs( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListDlpJobsRequest, 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.dlp_v2.services.dlp_service.pagers.ListDlpJobsPager
Lists DlpJobs that match the specified filter in the request.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_dlp_jobs
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_file_store_data_profiles
list_file_store_data_profiles( request: typing.Optional[ typing.Union[ google.cloud.dlp_v2.types.dlp.ListFileStoreDataProfilesRequest, 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.dlp_v2.services.dlp_service.pagers.ListFileStoreDataProfilesPager
Lists file store data profiles for an organization.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_file_store_data_profiles
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_info_types
list_info_types( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListInfoTypesRequest, 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.dlp_v2.types.dlp.ListInfoTypesResponse
Returns a list of the sensitive information types that the DLP API supports.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_info_types
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_inspect_templates
list_inspect_templates( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListInspectTemplatesRequest, 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.dlp_v2.services.dlp_service.pagers.ListInspectTemplatesPager
Lists InspectTemplates.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_inspect_templates
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_job_triggers
list_job_triggers( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListJobTriggersRequest, 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.dlp_v2.services.dlp_service.pagers.ListJobTriggersPager
Lists job triggers.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_job_triggers
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_project_data_profiles
list_project_data_profiles( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListProjectDataProfilesRequest, 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.dlp_v2.services.dlp_service.pagers.ListProjectDataProfilesPager
Lists project data profiles for an organization.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_project_data_profiles
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_stored_info_types
list_stored_info_types( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListStoredInfoTypesRequest, 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.dlp_v2.services.dlp_service.pagers.ListStoredInfoTypesPager
Lists stored infoTypes.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_stored_info_types
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_table_data_profiles
list_table_data_profiles( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ListTableDataProfilesRequest, 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.dlp_v2.services.dlp_service.pagers.ListTableDataProfilesPager
Lists table data profiles for an organization.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.list_table_data_profiles
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_column_data_profile_path
parse_column_data_profile_path(path: str) -> typing.Dict[str, str]
Parses a column_data_profile path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_column_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.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.dlp_v2.services.dlp_service.DlpServiceClient.parse_common_billing_account_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.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.dlp_v2.services.dlp_service.DlpServiceClient.parse_common_folder_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.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.dlp_v2.services.dlp_service.DlpServiceClient.parse_common_location_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.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.dlp_v2.services.dlp_service.DlpServiceClient.parse_common_organization_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.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.dlp_v2.services.dlp_service.DlpServiceClient.parse_common_project_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_connection_path
parse_connection_path(path: str) -> typing.Dict[str, str]
Parses a connection path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_connection_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_deidentify_template_path
parse_deidentify_template_path(path: str) -> typing.Dict[str, str]
Parses a deidentify_template path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_deidentify_template_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_discovery_config_path
parse_discovery_config_path(path: str) -> typing.Dict[str, str]
Parses a discovery_config path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_discovery_config_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_dlp_content_path
parse_dlp_content_path(path: str) -> typing.Dict[str, str]
Parses a dlp_content path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_dlp_content_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_dlp_job_path
parse_dlp_job_path(path: str) -> typing.Dict[str, str]
Parses a dlp_job path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_dlp_job_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_file_store_data_profile_path
parse_file_store_data_profile_path(path: str) -> typing.Dict[str, str]
Parses a file_store_data_profile path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_file_store_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_finding_path
parse_finding_path(path: str) -> typing.Dict[str, str]
Parses a finding path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_finding_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_inspect_template_path
parse_inspect_template_path(path: str) -> typing.Dict[str, str]
Parses a inspect_template path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_inspect_template_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_job_trigger_path
parse_job_trigger_path(path: str) -> typing.Dict[str, str]
Parses a job_trigger path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_job_trigger_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_project_data_profile_path
parse_project_data_profile_path(path: str) -> typing.Dict[str, str]
Parses a project_data_profile path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_project_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_stored_info_type_path
parse_stored_info_type_path(path: str) -> typing.Dict[str, str]
Parses a stored_info_type path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_stored_info_type_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_table_data_profile_path
parse_table_data_profile_path(path: str) -> typing.Dict[str, str]
Parses a table_data_profile path into its component segments.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.parse_table_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.project_data_profile_path
project_data_profile_path( organization: str, location: str, project_data_profile: str ) -> str
Returns a fully-qualified project_data_profile string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.project_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.redact_image
redact_image( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.RedactImageRequest, 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.dlp_v2.types.dlp.RedactImageResponse
Redacts potentially sensitive info from an image.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.redact_image
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.reidentify_content
reidentify_content( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.ReidentifyContentRequest, 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.dlp_v2.types.dlp.ReidentifyContentResponse
Re-identifies content that has been de-identified.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.reidentify_content
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.search_connections
search_connections( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.SearchConnectionsRequest, 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.dlp_v2.services.dlp_service.pagers.SearchConnectionsPager
Searches for Connections in a parent.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.search_connections
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.stored_info_type_path
stored_info_type_path(organization: str, stored_info_type: str) -> str
Returns a fully-qualified stored_info_type string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.stored_info_type_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.table_data_profile_path
table_data_profile_path( organization: str, location: str, table_data_profile: str ) -> str
Returns a fully-qualified table_data_profile string.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.table_data_profile_path
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_connection
update_connection( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.UpdateConnectionRequest, 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.dlp_v2.types.dlp.Connection
Update a Connection.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_connection
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_deidentify_template
update_deidentify_template( request: typing.Optional[ typing.Union[ google.cloud.dlp_v2.types.dlp.UpdateDeidentifyTemplateRequest, dict ] ] = None, *, name: typing.Optional[str] = None, deidentify_template: typing.Optional[ google.cloud.dlp_v2.types.dlp.DeidentifyTemplate ] = 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.dlp_v2.types.dlp.DeidentifyTemplate
Updates the DeidentifyTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_deidentify_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_discovery_config
update_discovery_config( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.UpdateDiscoveryConfigRequest, dict] ] = None, *, name: typing.Optional[str] = None, discovery_config: typing.Optional[ google.cloud.dlp_v2.types.dlp.DiscoveryConfig ] = 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.dlp_v2.types.dlp.DiscoveryConfig
Updates a discovery configuration.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_discovery_config
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_inspect_template
update_inspect_template( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.UpdateInspectTemplateRequest, dict] ] = None, *, name: typing.Optional[str] = None, inspect_template: typing.Optional[ google.cloud.dlp_v2.types.dlp.InspectTemplate ] = 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.dlp_v2.types.dlp.InspectTemplate
Updates the InspectTemplate.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_inspect_template
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_job_trigger
update_job_trigger( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.UpdateJobTriggerRequest, dict] ] = None, *, name: typing.Optional[str] = None, job_trigger: typing.Optional[google.cloud.dlp_v2.types.dlp.JobTrigger] = 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.dlp_v2.types.dlp.JobTrigger
Updates a job trigger.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_job_trigger
google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_stored_info_type
update_stored_info_type( request: typing.Optional[ typing.Union[google.cloud.dlp_v2.types.dlp.UpdateStoredInfoTypeRequest, dict] ] = None, *, name: typing.Optional[str] = None, config: typing.Optional[google.cloud.dlp_v2.types.dlp.StoredInfoTypeConfig] = 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.dlp_v2.types.dlp.StoredInfoType
Updates the stored infoType by creating a new version.
See more: google.cloud.dlp_v2.services.dlp_service.DlpServiceClient.update_stored_info_type
google.cloud.dlp_v2.services.dlp_service.pagers.ListColumnDataProfilesAsyncPager
ListColumnDataProfilesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dlp_v2.types.dlp.ListColumnDataProfilesResponse], ], request: google.cloud.dlp_v2.types.dlp.ListColumnDataProfilesRequest, response: google.cloud.dlp_v2.types.dlp.ListColumnDataProfilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListColumnDataProfilesAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListColumnDataProfilesPager
ListColumnDataProfilesPager( method: typing.Callable[ [...], google.cloud.dlp_v2.types.dlp.ListColumnDataProfilesResponse ], request: google.cloud.dlp_v2.types.dlp.ListColumnDataProfilesRequest, response: google.cloud.dlp_v2.types.dlp.ListColumnDataProfilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListColumnDataProfilesPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListConnectionsAsyncPager
ListConnectionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dlp_v2.types.dlp.ListConnectionsResponse] ], request: google.cloud.dlp_v2.types.dlp.ListConnectionsRequest, response: google.cloud.dlp_v2.types.dlp.ListConnectionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListConnectionsAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListConnectionsPager
ListConnectionsPager( method: typing.Callable[ [...], google.cloud.dlp_v2.types.dlp.ListConnectionsResponse ], request: google.cloud.dlp_v2.types.dlp.ListConnectionsRequest, response: google.cloud.dlp_v2.types.dlp.ListConnectionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListConnectionsPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListDeidentifyTemplatesAsyncPager
ListDeidentifyTemplatesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dlp_v2.types.dlp.ListDeidentifyTemplatesResponse], ], request: google.cloud.dlp_v2.types.dlp.ListDeidentifyTemplatesRequest, response: google.cloud.dlp_v2.types.dlp.ListDeidentifyTemplatesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListDeidentifyTemplatesAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListDeidentifyTemplatesPager
ListDeidentifyTemplatesPager( method: typing.Callable[ [...], google.cloud.dlp_v2.types.dlp.ListDeidentifyTemplatesResponse ], request: google.cloud.dlp_v2.types.dlp.ListDeidentifyTemplatesRequest, response: google.cloud.dlp_v2.types.dlp.ListDeidentifyTemplatesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListDeidentifyTemplatesPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListDiscoveryConfigsAsyncPager
ListDiscoveryConfigsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dlp_v2.types.dlp.ListDiscoveryConfigsResponse], ], request: google.cloud.dlp_v2.types.dlp.ListDiscoveryConfigsRequest, response: google.cloud.dlp_v2.types.dlp.ListDiscoveryConfigsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListDiscoveryConfigsAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListDiscoveryConfigsPager
ListDiscoveryConfigsPager( method: typing.Callable[ [...], google.cloud.dlp_v2.types.dlp.ListDiscoveryConfigsResponse ], request: google.cloud.dlp_v2.types.dlp.ListDiscoveryConfigsRequest, response: google.cloud.dlp_v2.types.dlp.ListDiscoveryConfigsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListDiscoveryConfigsPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListDlpJobsAsyncPager
ListDlpJobsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dlp_v2.types.dlp.ListDlpJobsResponse] ], request: google.cloud.dlp_v2.types.dlp.ListDlpJobsRequest, response: google.cloud.dlp_v2.types.dlp.ListDlpJobsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListDlpJobsAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListDlpJobsPager
ListDlpJobsPager( method: typing.Callable[[...], google.cloud.dlp_v2.types.dlp.ListDlpJobsResponse], request: google.cloud.dlp_v2.types.dlp.ListDlpJobsRequest, response: google.cloud.dlp_v2.types.dlp.ListDlpJobsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListDlpJobsPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListFileStoreDataProfilesAsyncPager
ListFileStoreDataProfilesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.dlp_v2.types.dlp.ListFileStoreDataProfilesResponse ], ], request: google.cloud.dlp_v2.types.dlp.ListFileStoreDataProfilesRequest, response: google.cloud.dlp_v2.types.dlp.ListFileStoreDataProfilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListFileStoreDataProfilesAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListFileStoreDataProfilesPager
ListFileStoreDataProfilesPager( method: typing.Callable[ [...], google.cloud.dlp_v2.types.dlp.ListFileStoreDataProfilesResponse ], request: google.cloud.dlp_v2.types.dlp.ListFileStoreDataProfilesRequest, response: google.cloud.dlp_v2.types.dlp.ListFileStoreDataProfilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListFileStoreDataProfilesPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListInspectTemplatesAsyncPager
ListInspectTemplatesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dlp_v2.types.dlp.ListInspectTemplatesResponse], ], request: google.cloud.dlp_v2.types.dlp.ListInspectTemplatesRequest, response: google.cloud.dlp_v2.types.dlp.ListInspectTemplatesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListInspectTemplatesAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListInspectTemplatesPager
ListInspectTemplatesPager( method: typing.Callable[ [...], google.cloud.dlp_v2.types.dlp.ListInspectTemplatesResponse ], request: google.cloud.dlp_v2.types.dlp.ListInspectTemplatesRequest, response: google.cloud.dlp_v2.types.dlp.ListInspectTemplatesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListInspectTemplatesPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListJobTriggersAsyncPager
ListJobTriggersAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dlp_v2.types.dlp.ListJobTriggersResponse] ], request: google.cloud.dlp_v2.types.dlp.ListJobTriggersRequest, response: google.cloud.dlp_v2.types.dlp.ListJobTriggersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListJobTriggersAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListJobTriggersPager
ListJobTriggersPager( method: typing.Callable[ [...], google.cloud.dlp_v2.types.dlp.ListJobTriggersResponse ], request: google.cloud.dlp_v2.types.dlp.ListJobTriggersRequest, response: google.cloud.dlp_v2.types.dlp.ListJobTriggersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListJobTriggersPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListProjectDataProfilesAsyncPager
ListProjectDataProfilesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dlp_v2.types.dlp.ListProjectDataProfilesResponse], ], request: google.cloud.dlp_v2.types.dlp.ListProjectDataProfilesRequest, response: google.cloud.dlp_v2.types.dlp.ListProjectDataProfilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListProjectDataProfilesAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListProjectDataProfilesPager
ListProjectDataProfilesPager( method: typing.Callable[ [...], google.cloud.dlp_v2.types.dlp.ListProjectDataProfilesResponse ], request: google.cloud.dlp_v2.types.dlp.ListProjectDataProfilesRequest, response: google.cloud.dlp_v2.types.dlp.ListProjectDataProfilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListProjectDataProfilesPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListStoredInfoTypesAsyncPager
ListStoredInfoTypesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dlp_v2.types.dlp.ListStoredInfoTypesResponse], ], request: google.cloud.dlp_v2.types.dlp.ListStoredInfoTypesRequest, response: google.cloud.dlp_v2.types.dlp.ListStoredInfoTypesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListStoredInfoTypesAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListStoredInfoTypesPager
ListStoredInfoTypesPager( method: typing.Callable[ [...], google.cloud.dlp_v2.types.dlp.ListStoredInfoTypesResponse ], request: google.cloud.dlp_v2.types.dlp.ListStoredInfoTypesRequest, response: google.cloud.dlp_v2.types.dlp.ListStoredInfoTypesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListStoredInfoTypesPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListTableDataProfilesAsyncPager
ListTableDataProfilesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dlp_v2.types.dlp.ListTableDataProfilesResponse], ], request: google.cloud.dlp_v2.types.dlp.ListTableDataProfilesRequest, response: google.cloud.dlp_v2.types.dlp.ListTableDataProfilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListTableDataProfilesAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.ListTableDataProfilesPager
ListTableDataProfilesPager( method: typing.Callable[ [...], google.cloud.dlp_v2.types.dlp.ListTableDataProfilesResponse ], request: google.cloud.dlp_v2.types.dlp.ListTableDataProfilesRequest, response: google.cloud.dlp_v2.types.dlp.ListTableDataProfilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.ListTableDataProfilesPager
google.cloud.dlp_v2.services.dlp_service.pagers.SearchConnectionsAsyncPager
SearchConnectionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.dlp_v2.types.dlp.SearchConnectionsResponse] ], request: google.cloud.dlp_v2.types.dlp.SearchConnectionsRequest, response: google.cloud.dlp_v2.types.dlp.SearchConnectionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.SearchConnectionsAsyncPager
google.cloud.dlp_v2.services.dlp_service.pagers.SearchConnectionsPager
SearchConnectionsPager( method: typing.Callable[ [...], google.cloud.dlp_v2.types.dlp.SearchConnectionsResponse ], request: google.cloud.dlp_v2.types.dlp.SearchConnectionsRequest, response: google.cloud.dlp_v2.types.dlp.SearchConnectionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_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.dlp_v2.services.dlp_service.pagers.SearchConnectionsPager