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

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2TableOptions

Returns a new instance of GooglePrivacyDlpV2TableOptions.



6001
6002
6003
# File 'generated/google/apis/dlp_v2/classes.rb', line 6001

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



5999
6000
6001
# File 'generated/google/apis/dlp_v2/classes.rb', line 5999

def identifying_fields
  @identifying_fields
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6006
6007
6008
# File 'generated/google/apis/dlp_v2/classes.rb', line 6006

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