Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventConfigDetails
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventConfigDetails
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb 
Overview
Details about configuration events.
Instance Attribute Summary collapse
- 
  
    
      #parameters  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of discovery configuration parameters in effect.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudDataplexV1DiscoveryEventConfigDetails 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudDataplexV1DiscoveryEventConfigDetails.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DiscoveryEventConfigDetails
Returns a new instance of GoogleCloudDataplexV1DiscoveryEventConfigDetails.
      3740 3741 3742  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 3740 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#parameters ⇒ Hash<String,String>
A list of discovery configuration parameters in effect. The keys are the field
paths within DiscoverySpec. Eg. includePatterns, excludePatterns, csvOptions.
disableTypeInference, etc.
Corresponds to the JSON property parameters
      3738 3739 3740  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 3738 def parameters @parameters end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3745 3746 3747  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 3745 def update!(**args) @parameters = args[:parameters] if args.key?(:parameters) end  |