public sealed class PubsubDestination : IMessage<PubsubDestination>, IEquatable<PubsubDestination>, IDeepCloneable<PubsubDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory 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-03-21 UTC."],[[["The `PubsubDestination` class is part of the Google Cloud Asset Inventory v1 API, providing a destination for Pub/Sub messages."],["Version 3.12.0 is the latest version available for the `PubsubDestination` class, with versions ranging from 2.7.0 to 3.12.0 available."],["This class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a constructor `PubsubDestination()` and another for copying objects, `PubsubDestination(PubsubDestination other)`."],["The `Topic` property of type String specifies the Pub/Sub topic to which messages are published and uses a format like: `projects/PROJECT_ID/topics/TOPIC_ID`."]]],[]]