Class: Google::Privacy::Dlp::V2::Table
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::Table
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Structured content to inspect. Up to 50,000 +Value+s per request allowed. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.
Defined Under Namespace
Classes: Row
Instance Attribute Summary collapse
- #headers ⇒ Array<Google::Privacy::Dlp::V2::FieldId>
- #rows ⇒ Array<Google::Privacy::Dlp::V2::Table::Row>
Instance Attribute Details
#headers ⇒ Array<Google::Privacy::Dlp::V2::FieldId>
141 142 143 144 145 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 141 class Table # @!attribute [rw] values # @return [Array<Google::Privacy::Dlp::V2::Value>] class Row; end end |
#rows ⇒ Array<Google::Privacy::Dlp::V2::Table::Row>
141 142 143 144 145 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 141 class Table # @!attribute [rw] values # @return [Array<Google::Privacy::Dlp::V2::Value>] class Row; end end |