Class: Google::Apis::DlpV2::GooglePrivacyDlpV2TableOptions

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb

Overview

Instructions regarding the table content being inspected.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2TableOptions

Returns a new instance of GooglePrivacyDlpV2TableOptions.



9698
9699
9700
# File 'lib/google/apis/dlp_v2/classes.rb', line 9698

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#identifying_fieldsArray<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



9696
9697
9698
# File 'lib/google/apis/dlp_v2/classes.rb', line 9696

def identifying_fields
  @identifying_fields
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9703
9704
9705
# File 'lib/google/apis/dlp_v2/classes.rb', line 9703

def update!(**args)
  @identifying_fields = args[:identifying_fields] if args.key?(:identifying_fields)
end