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"]],[["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 details the `PubsubDestination` class within the `Google.Cloud.Asset.V1` namespace, which is used for defining a destination for Pub/Sub messages."],["The `PubsubDestination` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default constructor and a copy constructor that accepts another `PubsubDestination` object as a parameter."],["The primary property of `PubsubDestination` is `Topic`, a string that specifies the Pub/Sub topic's name for message publishing, following the format `projects/PROJECT_ID/topics/TOPIC_ID`."],["The page lists various version releases for `PubsubDestination`, with version 3.12.0 being the latest and spanning back to version 2.7.0."]]],[]]