Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::SecuritySettingsService::Paths (v0.12.0)

Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::SecuritySettingsService::Paths.

Path helper methods for the SecuritySettingsService API.

Methods

#deidentify_template_path

def deidentify_template_path(organization:, location:, deidentify_template:) -> ::String
def deidentify_template_path(project:, location:, deidentify_template:) -> ::String

Create a fully-qualified DeidentifyTemplate resource string.

Overloads
def deidentify_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)
def deidentify_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)

#inspect_template_path

def inspect_template_path(organization:, location:, inspect_template:) -> ::String
def inspect_template_path(project:, location:, inspect_template:) -> ::String

Create a fully-qualified InspectTemplate resource string.

Overloads
def inspect_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)
def inspect_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)

#location_path

def location_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)

#security_settings_path

def security_settings_path(project:, location:, security_settings:) -> ::String

Create a fully-qualified SecuritySettings resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/securitySettings/{security_settings}

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