Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::PubsubDestination.
A Pub/Sub destination.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#topic
def topic() -> ::String
Returns
-
(::String) — The name of the Pub/Sub topic to publish job completion notification
to. For example:
projects/{project}/topics/{topic}
.
#topic=
def topic=(value) -> ::String
Parameter
-
value (::String) — The name of the Pub/Sub topic to publish job completion notification
to. For example:
projects/{project}/topics/{topic}
.
Returns
-
(::String) — The name of the Pub/Sub topic to publish job completion notification
to. For example:
projects/{project}/topics/{topic}
.