Class: Google::Apis::CloudassetV1::PubsubDestination

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

A Pub/Sub destination.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PubsubDestination

Returns a new instance of PubsubDestination.



4850
4851
4852
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4850

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

Instance Attribute Details

#topicString

The name of the Pub/Sub topic to publish to. Example: projects/PROJECT_ID/ topics/TOPIC_ID. Corresponds to the JSON property topic

Returns:

  • (String)


4848
4849
4850
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4848

def topic
  @topic
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4855
4856
4857
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4855

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