class Google::Apis::CloudassetV1::FeedOutputConfig
Output configuration for asset feed destination.
Attributes
pubsub_destination[RW]
A Pub/Sub destination. Corresponds to the JSON property `pubsubDestination` @return [Google::Apis::CloudassetV1::PubsubDestination]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudasset_v1/classes.rb, line 959 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudasset_v1/classes.rb, line 964 def update!(**args) @pubsub_destination = args[:pubsub_destination] if args.key?(:pubsub_destination) end