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.
def deidentify_template_path(organization:, location:, deidentify_template:) -> ::String
organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template}
- organization (String)
- location (String)
- deidentify_template (String)
def deidentify_template_path(project:, location:, deidentify_template:) -> ::String
projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
- project (String)
- location (String)
- deidentify_template (String)
- (::String)
- (::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.
def inspect_template_path(organization:, location:, inspect_template:) -> ::String
organizations/{organization}/locations/{location}/inspectTemplates/{inspect_template}
- organization (String)
- location (String)
- inspect_template (String)
def inspect_template_path(project:, location:, inspect_template:) -> ::String
projects/{project}/locations/{location}/inspectTemplates/{inspect_template}
- project (String)
- location (String)
- inspect_template (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::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}
- project (String)
- location (String)
- security_settings (String)
- (::String)
- (::ArgumentError)