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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2TableOptions
Returns a new instance of GooglePrivacyDlpV2TableOptions.
6072 6073 6074 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 6072 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
6070 6071 6072 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 6070 def @identifying_fields end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6077 6078 6079 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 6077 def update!(**args) @identifying_fields = args[:identifying_fields] if args.key?(:identifying_fields) end |