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.
3993 3994 3995 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3993 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
3991 3992 3993 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3991 def parameters @parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3998 3999 4000 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3998 def update!(**args) @parameters = args[:parameters] if args.key?(:parameters) end |