Class: Google::Cloud::Dlp::V2::TableOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/storage.rb

Overview

Instructions regarding the table content being inspected.

Instance Attribute Summary collapse

Instance Attribute Details

#identifying_fields::Array<::Google::Cloud::Dlp::V2::FieldId>

Returns 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.

Returns:

  • (::Array<::Google::Cloud::Dlp::V2::FieldId>)

    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.



854
855
856
857
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 854

class TableOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end