Class: Google::Apis::ConnectorsV1::EnrichmentConfig
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV1::EnrichmentConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/connectors_v1/classes.rb,
lib/google/apis/connectors_v1/representations.rb,
lib/google/apis/connectors_v1/representations.rb
Overview
Data enrichment configuration.
Instance Attribute Summary collapse
-
#append_acl ⇒ Boolean
(also: #append_acl?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnrichmentConfig
constructor
A new instance of EnrichmentConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnrichmentConfig
Returns a new instance of EnrichmentConfig.
2901 2902 2903 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 2901 def initialize(**args) update!(**args) end |
Instance Attribute Details
#append_acl ⇒ Boolean Also known as: append_acl?
Optional. Append ACL to the event.
Corresponds to the JSON property appendAcl
2898 2899 2900 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 2898 def append_acl @append_acl end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2906 2907 2908 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 2906 def update!(**args) @append_acl = args[:append_acl] if args.key?(:append_acl) end |