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-04-17 UTC."],[[["The webpage provides documentation for the `PubsubDestination` class within the Google Cloud Asset Inventory v1 API."],["This class is a Pub/Sub destination, designed for publishing data to a specified Pub/Sub topic within Google Cloud."],["The documentation includes version history, from 2.7.0 to 3.12.0, with 3.12.0 being the latest version."],["`PubsubDestination` inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Topic` property, a string representing the name of the Pub/Sub topic to publish to, following the format `projects/PROJECT_ID/topics/TOPIC_ID`."]]],[]]