Class: Google::Cloud::Asset::V1::PubsubDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::PubsubDestination
- 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
-
#topic ⇒ ::String
The name of the Pub/Sub topic to publish to.
Instance Attribute Details
#topic ⇒ ::String
Returns The name of the Pub/Sub topic to publish to.
Example: projects/PROJECT_ID/topics/TOPIC_ID
.
522 523 524 525 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 522 class PubsubDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |