Class: Google::Privacy::Dlp::V2::InspectContentRequest

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

Overview

Request to search for potentially sensitive info in a ContentItem.

Instance Attribute Summary collapse

Instance Attribute Details

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

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

Returns:



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

class InspectContentRequest; 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.



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

class InspectContentRequest; end

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

Returns The item to inspect.

Returns:



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

class InspectContentRequest; 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.



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

class InspectContentRequest; end