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."],[[["This webpage provides documentation for the `PubsubDestination` class within the Google Cloud Transcoder v1 API for .NET."],["The `PubsubDestination` class is a representation of a Pub/Sub destination for receiving job completion notifications, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Version 2.9.0 is the latest release, but the content on the page is regarding version 2.5.0, and provides links to older versions of this class, all the way back to version 1.0.0."],["The class has two constructors: a default one and another that copies from another `PubsubDestination` object."],["The `Topic` property of the `PubsubDestination` class is a string that specifies the Pub/Sub topic where notifications will be published, adhering to the format `projects/{project}/topics/{topic}`."]]],[]]