Class: Google::Cloud::Asset::V1::PubsubDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1/asset_service.rb

Overview

A Pub/Sub destination.

Instance Attribute Summary collapse

Instance Attribute Details

#topic::String

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

Returns:

  • (::String)

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



300
301
302
303
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 300

class PubsubDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end