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-04-09 UTC."],[[["This webpage provides documentation for the `PubsubDestination` class within the Google Cloud Video Transcoder v1 API, specifically for version 2.8.0."],["The `PubsubDestination` class serves as a representation of a Pub/Sub destination, and is used to receive notifications."],["The class is implemented using multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, it also inherits members from the base `object` class."],["The class contains a constructor as well as a `Topic` property, which takes a string value for setting the name of the Pub/Sub topic."],["The documentation also includes links to older versions of this documentation, ranging from 1.0.0 all the way up to 2.9.0, which is the most recent version."]]],[]]