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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudasset_v1/classes.rb,
lib/google/apis/cloudasset_v1/representations.rb,
lib/google/apis/cloudasset_v1/representations.rb

Overview

Output configuration for asset feed destination.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FeedOutputConfig

Returns a new instance of FeedOutputConfig.



1313
1314
1315
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1313

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

Instance Attribute Details

#pubsub_destinationGoogle::Apis::CloudassetV1::PubsubDestination

A Pub/Sub destination. Corresponds to the JSON property pubsubDestination



1311
1312
1313
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1311

def pubsub_destination
  @pubsub_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1318
1319
1320
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1318

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