public sealed class PubsubDestination : IMessage<PubsubDestination>, IEquatable<PubsubDestination>, IDeepCloneable<PubsubDestination>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page details the `PubsubDestination` class, which is part of the Google Cloud Video Transcoder API's .NET library (version 1.0.0)."],["The `PubsubDestination` class is used to define a destination for Pub/Sub notifications, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class, providing standard methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It offers two constructors: a default one (`PubsubDestination()`) and one that accepts another `PubsubDestination` instance as a parameter."],["The `PubsubDestination` class has one main property called `Topic`, which is a string representing the name of the Pub/Sub topic where job completion notifications are sent."]]],[]]