public sealed class PubsubDestination : IMessage<PubsubDestination>, IEquatable<PubsubDestination>, IDeepCloneable<PubsubDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class PubsubDestination.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `PubsubDestination` class in the Google Cloud Video Transcoder v1 API allows for job completion notifications to be published to a Pub/Sub topic."],["This class supports multiple versions, ranging from the latest [2.9.0] down to version 1.0.0."],["`PubsubDestination` implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating new instances and copying existing ones."],["A `Topic` property is available to set the specific Pub/Sub topic for receiving notifications, which is a string in the format `projects/{project}/topics/{topic}`."]]],[]]