Class: Google::Cloud::Dlp::V2::Table
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::Table
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Structured content to inspect. Up to 50,000 Values per request allowed. See
https://cloud.google.com/sensitive-data-protection/docs/inspecting-structured-text#inspecting_a_table
to learn more.
Defined Under Namespace
Classes: Row
Instance Attribute Summary collapse
- 
  
    
      #headers  ⇒ ::Array<::Google::Cloud::Dlp::V2::FieldId> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Headers of the table.
 - 
  
    
      #rows  ⇒ ::Array<::Google::Cloud::Dlp::V2::Table::Row> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Rows of the table.
 
Instance Attribute Details
#headers ⇒ ::Array<::Google::Cloud::Dlp::V2::FieldId>
Returns Headers of the table.
      353 354 355 356 357 358 359 360 361 362 363 364 365  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 353 class Table include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Values of the row. # @!attribute [rw] values # @return [::Array<::Google::Cloud::Dlp::V2::Value>] # Individual cells. class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end  | 
  
#rows ⇒ ::Array<::Google::Cloud::Dlp::V2::Table::Row>
Returns Rows of the table.
      353 354 355 356 357 358 359 360 361 362 363 364 365  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 353 class Table include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Values of the row. # @!attribute [rw] values # @return [::Array<::Google::Cloud::Dlp::V2::Value>] # Individual cells. class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end  |