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.



6660
6661
6662
# File 'lib/google/apis/dlp_v2/classes.rb', line 6660

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



6658
6659
6660
# File 'lib/google/apis/dlp_v2/classes.rb', line 6658

def identifying_fields
  @identifying_fields
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6665
6666
6667
# File 'lib/google/apis/dlp_v2/classes.rb', line 6665

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