Class: Google::Cloud::Video::Transcoder::V1::PubsubDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::PubsubDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
A Pub/Sub destination.
Instance Attribute Summary collapse
-
#topic ⇒ ::String
The name of the Pub/Sub topic to publish job completion notification to.
Instance Attribute Details
#topic ⇒ ::String
Returns The name of the Pub/Sub topic to publish job completion notification
to. For example: projects/{project}/topics/{topic}
.
414 415 416 417 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 414 class PubsubDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |