Class: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationDetailsStorageConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationDetailsStorageConfig
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb 
Overview
Config for storing transformation details.
Instance Attribute Summary collapse
- 
  
    
      #table  ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Message defining the location of a BigQuery table.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2TransformationDetailsStorageConfig 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2TransformationDetailsStorageConfig.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2TransformationDetailsStorageConfig
Returns a new instance of GooglePrivacyDlpV2TransformationDetailsStorageConfig.
      9679 9680 9681  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 9679 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#table ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable
Message defining the location of a BigQuery table. A table is uniquely
identified by its project_id, dataset_id, and table_name. Within a query a
table is often referenced with a string in the format of: :. or ...
Corresponds to the JSON property table
      9677 9678 9679  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 9677 def table @table end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      9684 9685 9686  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 9684 def update!(**args) @table = args[:table] if args.key?(:table) end  |