Class: Google::Cloud::Video::Transcoder::V1beta1::PubsubDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.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 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}.



336
337
338
339
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 336

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