Class: Google::Apis::DlpV2::GooglePrivacyDlpV2TableOptions
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2TableOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb
Overview
Instructions regarding the table content being inspected.
Instance Attribute Summary collapse
-
#identifying_fields ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>
The columns that are the primary keys for table objects included in ContentItem.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2TableOptions
constructor
A new instance of GooglePrivacyDlpV2TableOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2TableOptions
Returns a new instance of GooglePrivacyDlpV2TableOptions.
5884 5885 5886 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5884 def initialize(**args) update!(**args) end |
Instance Attribute Details
#identifying_fields ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>
The columns that are the primary keys for table objects included in
ContentItem. A copy of this cell's value will stored alongside alongside each
finding so that the finding can be traced to the specific row it came from. No
more than 3 may be provided.
Corresponds to the JSON property identifyingFields
5882 5883 5884 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5882 def @identifying_fields end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5889 5890 5891 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5889 def update!(**args) @identifying_fields = args[:identifying_fields] if args.key?(:identifying_fields) end |