Class: Google::Apis::CloudassetV1::FeedOutputConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FeedOutputConfig

Returns a new instance of FeedOutputConfig.



666
667
668
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 666

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#pubsub_destinationGoogle::Apis::CloudassetV1::PubsubDestination

A Cloud Pubsub destination. Corresponds to the JSON property pubsubDestination



664
665
666
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 664

def pubsub_destination
  @pubsub_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



671
672
673
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 671

def update!(**args)
  @pubsub_destination = args[:pubsub_destination] if args.key?(:pubsub_destination)
end