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_configGoogle::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.



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

class DeidentifyContentRequest; end

#deidentify_template_nameString

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.



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

class DeidentifyContentRequest; end

#inspect_configGoogle::Privacy::Dlp::V2::InspectConfig

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

Returns:



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

class DeidentifyContentRequest; end

#inspect_template_nameString

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.



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

class DeidentifyContentRequest; end

#itemGoogle::Privacy::Dlp::V2::ContentItem

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

Returns:



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

class DeidentifyContentRequest; end

#parentString

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

Returns:

  • (String)

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



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

class DeidentifyContentRequest; end