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 content focuses on the `PubsubDestination` class within the `Google.Cloud.Asset.V1` namespace, specifically version 2.8.0, but also shows versions ranging from 2.7.0 to 3.12.0."],["`PubsubDestination` is a class used to specify a Pub/Sub topic as a destination, inheriting from Object and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PubsubDestination` class includes a `Topic` property, which is a string representing the full name of the Pub/Sub topic, using the format `projects/PROJECT_ID/topics/TOPIC_ID`."],["The class has two constructors: one default constructor `PubsubDestination()` and another `PubsubDestination(PubsubDestination other)` that takes another `PubsubDestination` instance as a parameter."],["The content lists numerous versions of the package, with 3.12.0 being the latest, and provides links to the documentation for each version, allowing access to past changes and features."]]],[]]