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-04-17 UTC."],[[["The `PubsubDestination` class is a component of the `Google.Cloud.Asset.V1` namespace, representing a destination for publishing to a Pub/Sub topic."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it supports various functionalities."],["The class is part of the `Google.Cloud.Asset.V1.dll` assembly, indicating its role within the Google Cloud Asset library."],["It offers two constructors, a default constructor and one that accepts another `PubsubDestination` object for creating copies, and it includes a `Topic` property of type string, which specifies the destination topic for publications."],["The current latest version is 3.12.0 and this page includes documentation for versions ranging from 2.7.0 up to 3.12.0, all in relation to the `PubsubDestination` object."]]],[]]