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 used to define a Pub/Sub destination for publishing job completion notifications, with the latest version being 2.9.0."],["The documentation outlines that `PubsubDestination` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Topic` property of type string, which specifies the Pub/Sub topic name for notifications, following the format `projects/{project}/topics/{topic}`."],["The class also includes two constructors, one default and another that accepts a `PubsubDestination` object as parameter."]]],[]]