Cloud Data Loss Prevention (DLP) V2 API - Module Google::Cloud::Dlp::V2::DlpService::Paths (v0.24.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API module Google::Cloud::Dlp::V2::DlpService::Paths.

Path helper methods for the DlpService API.

Methods

#column_data_profile_path

defcolumn_data_profile_path(organization:,location:,column_data_profile:)->::String
defcolumn_data_profile_path(project:,location:,column_data_profile:)->::String

Create a fully-qualified ColumnDataProfile resource string.

Overloads
defcolumn_data_profile_path(organization:,location:,column_data_profile:)->::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/columnDataProfiles/{column_data_profile}

Parameters
  • organization (String)
  • location (String)
  • column_data_profile (String)
defcolumn_data_profile_path(project:,location:,column_data_profile:)->::String
The resource will be in the following format:

projects/{project}/locations/{location}/columnDataProfiles/{column_data_profile}

Parameters
  • project (String)
  • location (String)
  • column_data_profile (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#connection_path

defconnection_path(project:,location:,connection:)->::String

Create a fully-qualified Connection resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/connections/{connection}

Parameters
  • project (String)
  • location (String)
  • connection (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#deidentify_template_path

defdeidentify_template_path(organization:,deidentify_template:)->::String
defdeidentify_template_path(project:,deidentify_template:)->::String
defdeidentify_template_path(organization:,location:,deidentify_template:)->::String
defdeidentify_template_path(project:,location:,deidentify_template:)->::String

Create a fully-qualified DeidentifyTemplate resource string.

Overloads
defdeidentify_template_path(organization:,deidentify_template:)->::String
The resource will be in the following format:

organizations/{organization}/deidentifyTemplates/{deidentify_template}

Parameters
  • organization (String)
  • deidentify_template (String)
defdeidentify_template_path(project:,deidentify_template:)->::String
The resource will be in the following format:

projects/{project}/deidentifyTemplates/{deidentify_template}

Parameters
  • project (String)
  • deidentify_template (String)
defdeidentify_template_path(organization:,location:,deidentify_template:)->::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template}

Parameters
  • organization (String)
  • location (String)
  • deidentify_template (String)
defdeidentify_template_path(project:,location:,deidentify_template:)->::String
The resource will be in the following format:

projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}

Parameters
  • project (String)
  • location (String)
  • deidentify_template (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#discovery_config_path

defdiscovery_config_path(project:,location:,discovery_config:)->::String

Create a fully-qualified DiscoveryConfig resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/discoveryConfigs/{discovery_config}

Parameters
  • project (String)
  • location (String)
  • discovery_config (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#dlp_job_path

defdlp_job_path(project:,dlp_job:)->::String
defdlp_job_path(project:,location:,dlp_job:)->::String

Create a fully-qualified DlpJob resource string.

Overloads
defdlp_job_path(project:,dlp_job:)->::String
The resource will be in the following format:

projects/{project}/dlpJobs/{dlp_job}

Parameters
  • project (String)
  • dlp_job (String)
defdlp_job_path(project:,location:,dlp_job:)->::String
The resource will be in the following format:

projects/{project}/locations/{location}/dlpJobs/{dlp_job}

Parameters
  • project (String)
  • location (String)
  • dlp_job (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#inspect_template_path

definspect_template_path(organization:,inspect_template:)->::String
definspect_template_path(project:,inspect_template:)->::String
definspect_template_path(organization:,location:,inspect_template:)->::String
definspect_template_path(project:,location:,inspect_template:)->::String

Create a fully-qualified InspectTemplate resource string.

Overloads
definspect_template_path(organization:,inspect_template:)->::String
The resource will be in the following format:

organizations/{organization}/inspectTemplates/{inspect_template}

Parameters
  • organization (String)
  • inspect_template (String)
definspect_template_path(project:,inspect_template:)->::String
The resource will be in the following format:

projects/{project}/inspectTemplates/{inspect_template}

Parameters
  • project (String)
  • inspect_template (String)
definspect_template_path(organization:,location:,inspect_template:)->::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/inspectTemplates/{inspect_template}

Parameters
  • organization (String)
  • location (String)
  • inspect_template (String)
definspect_template_path(project:,location:,inspect_template:)->::String
The resource will be in the following format:

projects/{project}/locations/{location}/inspectTemplates/{inspect_template}

Parameters
  • project (String)
  • location (String)
  • inspect_template (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#job_trigger_path

defjob_trigger_path(project:,job_trigger:)->::String
defjob_trigger_path(project:,location:,job_trigger:)->::String

Create a fully-qualified JobTrigger resource string.

Overloads
defjob_trigger_path(project:,job_trigger:)->::String
The resource will be in the following format:

projects/{project}/jobTriggers/{job_trigger}

Parameters
  • project (String)
  • job_trigger (String)
defjob_trigger_path(project:,location:,job_trigger:)->::String
The resource will be in the following format:

projects/{project}/locations/{location}/jobTriggers/{job_trigger}

Parameters
  • project (String)
  • location (String)
  • job_trigger (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

deflocation_path(project:,location:)->::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#organization_location_path

deforganization_location_path(organization:,location:)->::String

Create a fully-qualified OrganizationLocation resource string.

The resource will be in the following format:

organizations/{organization}/locations/{location}

Parameters
  • organization (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#organization_path

deforganization_path(organization:)->::String

Create a fully-qualified Organization resource string.

The resource will be in the following format:

organizations/{organization}

Parameter
  • organization (String)
Returns
  • (::String)

#project_data_profile_path

defproject_data_profile_path(organization:,location:,project_data_profile:)->::String
defproject_data_profile_path(project:,location:,project_data_profile:)->::String

Create a fully-qualified ProjectDataProfile resource string.

Overloads
defproject_data_profile_path(organization:,location:,project_data_profile:)->::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/projectDataProfiles/{project_data_profile}

Parameters
  • organization (String)
  • location (String)
  • project_data_profile (String)
defproject_data_profile_path(project:,location:,project_data_profile:)->::String
The resource will be in the following format:

projects/{project}/locations/{location}/projectDataProfiles/{project_data_profile}

Parameters
  • project (String)
  • location (String)
  • project_data_profile (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#project_path

defproject_path(project:)->::String

Create a fully-qualified Project resource string.

The resource will be in the following format:

projects/{project}

Parameter
  • project (String)
Returns
  • (::String)

#stored_info_type_path

defstored_info_type_path(organization:,stored_info_type:)->::String
defstored_info_type_path(project:,stored_info_type:)->::String
defstored_info_type_path(organization:,location:,stored_info_type:)->::String
defstored_info_type_path(project:,location:,stored_info_type:)->::String

Create a fully-qualified StoredInfoType resource string.

Overloads
defstored_info_type_path(organization:,stored_info_type:)->::String
The resource will be in the following format:

organizations/{organization}/storedInfoTypes/{stored_info_type}

Parameters
  • organization (String)
  • stored_info_type (String)
defstored_info_type_path(project:,stored_info_type:)->::String
The resource will be in the following format:

projects/{project}/storedInfoTypes/{stored_info_type}

Parameters
  • project (String)
  • stored_info_type (String)
defstored_info_type_path(organization:,location:,stored_info_type:)->::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/storedInfoTypes/{stored_info_type}

Parameters
  • organization (String)
  • location (String)
  • stored_info_type (String)
defstored_info_type_path(project:,location:,stored_info_type:)->::String
The resource will be in the following format:

projects/{project}/locations/{location}/storedInfoTypes/{stored_info_type}

Parameters
  • project (String)
  • location (String)
  • stored_info_type (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#table_data_profile_path

deftable_data_profile_path(organization:,location:,table_data_profile:)->::String
deftable_data_profile_path(project:,location:,table_data_profile:)->::String

Create a fully-qualified TableDataProfile resource string.

Overloads
deftable_data_profile_path(organization:,location:,table_data_profile:)->::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/tableDataProfiles/{table_data_profile}

Parameters
  • organization (String)
  • location (String)
  • table_data_profile (String)
deftable_data_profile_path(project:,location:,table_data_profile:)->::String
The resource will be in the following format:

projects/{project}/locations/{location}/tableDataProfiles/{table_data_profile}

Parameters
  • project (String)
  • location (String)
  • table_data_profile (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.