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>
      135 136 137 138 139  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 135 class Table # @!attribute [rw] values # @return [Array<Google::Privacy::Dlp::V2::Value>] class Row; end end  | 
  
#rows ⇒ Array<Google::Privacy::Dlp::V2::Table::Row>
      135 136 137 138 139  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 135 class Table # @!attribute [rw] values # @return [Array<Google::Privacy::Dlp::V2::Value>] class Row; end end  |