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."],[[["This webpage details the `PubsubDestination` class within the `Google.Cloud.Asset.V1` namespace, a component of the Google Cloud Asset API for .NET."],["The `PubsubDestination` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for Pub/Sub topic interaction."],["The latest version referenced is 3.12.0, with versions ranging back to 2.7.0 available for `PubsubDestination`."],["The class provides a `Topic` property of type string which represents the name of the Pub/Sub topic to which data is published."],["There are two constructors detailed, a parameterless constructor `PubsubDestination()` and another `PubsubDestination(PubsubDestination other)` that utilizes a parameter."]]],[]]