Class: Google::Privacy::Dlp::V2::DeidentifyContentRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Request to de-identify a list of items.

Instance Attribute Summary collapse

Instance Attribute Details

#deidentify_config ⇒ Google::Privacy::Dlp::V2::DeidentifyConfig

Returns Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.

Returns:

  • (Google::Privacy::Dlp::V2::DeidentifyConfig) —

    Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.



385
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 385

class DeidentifyContentRequest; end

#deidentify_template_name ⇒ String

Returns Optional template to use. Any configuration directly specified in deidentify_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

Returns:

  • (String) —

    Optional template to use. Any configuration directly specified in deidentify_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.



385
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 385

class DeidentifyContentRequest; end

#inspect_config ⇒ Google::Privacy::Dlp::V2::InspectConfig

Returns Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.

Returns:



385
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 385

class DeidentifyContentRequest; end

#inspect_template_name ⇒ String

Returns Optional template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

Returns:

  • (String) —

    Optional template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.



385
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 385

class DeidentifyContentRequest; end

#item ⇒ Google::Privacy::Dlp::V2::ContentItem

Returns The item to de-identify. Will be treated as text.

Returns:



385
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 385

class DeidentifyContentRequest; end

#parent ⇒ String

Returns The parent resource name, for example projects/my-project-id.

Returns:

  • (String) —

    The parent resource name, for example projects/my-project-id.



385
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 385

class DeidentifyContentRequest; end