Class: Google::Cloud::Dlp::V2::TableOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::TableOptions
- 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
-
#identifying_fields ⇒ ::Array<::Google::Cloud::Dlp::V2::FieldId>
The columns that are the primary keys for table objects included in ContentItem.
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.
880 881 882 883 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 880 class TableOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |