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."],[[["This webpage provides reference documentation and code samples for the `PubsubDestination` class within the Google Cloud Asset Inventory v1 API."],["The `PubsubDestination` class is designed to define a destination for Pub/Sub messages, as indicated by its inheritance and implementation of various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes a list of available versions of the `PubsubDestination` class, ranging from version 2.7.0 to the latest version 3.12.0."],["The `PubsubDestination` class has a `Topic` property, which specifies the name of the Pub/Sub topic to which messages will be published."],["There are two constructors for the `PubsubDestination` class: a default one and another that takes an existing `PubsubDestination` object as a parameter for copying."]]],[]]