Class: Google::Cloud::Dlp::V2::DataProfileBigQueryRowSchema
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::DataProfileBigQueryRowSchema
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
The schema of data to be saved to the BigQuery table when the
DataProfileAction is enabled.
Instance Attribute Summary collapse
- 
  
    
      #column_profile  ⇒ ::Google::Cloud::Dlp::V2::ColumnDataProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Column data profile column.
 - 
  
    
      #file_store_profile  ⇒ ::Google::Cloud::Dlp::V2::FileStoreDataProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
File store data profile column.
 - 
  
    
      #table_profile  ⇒ ::Google::Cloud::Dlp::V2::TableDataProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Table data profile column.
 
Instance Attribute Details
#column_profile ⇒ ::Google::Cloud::Dlp::V2::ColumnDataProfile
Returns Column data profile column.
      1090 1091 1092 1093  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1090 class DataProfileBigQueryRowSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#file_store_profile ⇒ ::Google::Cloud::Dlp::V2::FileStoreDataProfile
Returns File store data profile column.
      1090 1091 1092 1093  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1090 class DataProfileBigQueryRowSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#table_profile ⇒ ::Google::Cloud::Dlp::V2::TableDataProfile
Returns Table data profile column.
      1090 1091 1092 1093  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1090 class DataProfileBigQueryRowSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |