Class: Google::Privacy::Dlp::V2::InspectContentRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::InspectContentRequest
- 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
-
#inspect_config ⇒ Google::Privacy::Dlp::V2::InspectConfig
Configuration for the inspector.
-
#inspect_template_name ⇒ String
Optional template to use.
-
#item ⇒ Google::Privacy::Dlp::V2::ContentItem
The item to inspect.
-
#parent ⇒ String
The parent resource name, for example projects/my-project-id.
Instance Attribute Details
#inspect_config ⇒ Google::Privacy::Dlp::V2::InspectConfig
Returns Configuration for the inspector. What specified here will override the template referenced by the inspect_template_name argument.
435 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 435 class InspectContentRequest; 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.
435 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 435 class InspectContentRequest; end |
#item ⇒ Google::Privacy::Dlp::V2::ContentItem
Returns The item to inspect.
435 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 435 class InspectContentRequest; end |
#parent ⇒ String
Returns The parent resource name, for example projects/my-project-id.
435 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 435 class InspectContentRequest; end |