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.



4884
4885
4886
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4884

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)


4882
4883
4884
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4882

def topic
  @topic
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4889
4890
4891
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4889

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