public sealed class PubsubDestination : IMessage<PubsubDestination>, IEquatable<PubsubDestination>, IDeepCloneable<PubsubDestination>, IBufferMessage, IMessage
A Pub/Sub destination.
Implements
IMessage<PubsubDestination>, IEquatable<PubsubDestination>, IDeepCloneable<PubsubDestination>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
PubsubDestination()
public PubsubDestination()
PubsubDestination(PubsubDestination)
public PubsubDestination(PubsubDestination other)
Parameter | |
---|---|
Name | Description |
other | PubsubDestination |
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 | |
---|---|
Type | Description |
String |