Class: Google::Apis::CloudassetV1::FeedOutputConfig
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1::FeedOutputConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/cloudasset_v1/classes.rb,
generated/google/apis/cloudasset_v1/representations.rb,
generated/google/apis/cloudasset_v1/representations.rb
Overview
Output configuration for asset feed destination.
Instance Attribute Summary collapse
-
#pubsub_destination ⇒ Google::Apis::CloudassetV1::PubsubDestination
A Pub/Sub destination.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FeedOutputConfig
constructor
A new instance of FeedOutputConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FeedOutputConfig
Returns a new instance of FeedOutputConfig.
750 751 752 |
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 750 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pubsub_destination ⇒ Google::Apis::CloudassetV1::PubsubDestination
A Pub/Sub destination.
Corresponds to the JSON property pubsubDestination
748 749 750 |
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 748 def pubsub_destination @pubsub_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
755 756 757 |
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 755 def update!(**args) @pubsub_destination = args[:pubsub_destination] if args.key?(:pubsub_destination) end |