Transcoder v1 API - Class PubsubDestination (2.8.0)

public sealed class PubsubDestination : IMessage<PubsubDestination>, IEquatable<PubsubDestination>, IDeepCloneable<PubsubDestination>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class PubsubDestination.

A Pub/Sub destination.

Inheritance

object > PubsubDestination

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

PubsubDestination()

public PubsubDestination()

PubsubDestination(PubsubDestination)

public PubsubDestination(PubsubDestination other)
Parameter
NameDescription
otherPubsubDestination

Properties

Topic

public string Topic { get; set; }

The name of the Pub/Sub topic to publish job completion notification to. For example: projects/{project}/topics/{topic}.

Property Value
TypeDescription
string