Class: Google::Cloud::Dlp::V2::TransformationDetailsStorageConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::TransformationDetailsStorageConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Config for storing transformation details.
Instance Attribute Summary collapse
- 
  
    
      #table  ⇒ ::Google::Cloud::Dlp::V2::BigQueryTable 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The BigQuery table in which to store the output.
 
Instance Attribute Details
#table ⇒ ::Google::Cloud::Dlp::V2::BigQueryTable
Returns The BigQuery table in which to store the output. This may be an existing table or in a new table in an existing dataset. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used for generating the date details.
      3159 3160 3161 3162  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3159 class TransformationDetailsStorageConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |