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."],[[["This webpage provides documentation for the `PubsubDestination` class within the Google Cloud Asset Inventory v1 API for .NET."],["The `PubsubDestination` class is used as a destination for publishing messages via Pub/Sub, with a specified topic."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, comparison, cloning, and efficient data management."],["The documentation includes a list of available versions of the API, ranging from 2.7.0 to the latest version 3.12.0, along with links to their respective pages."],["It contains two constructor methods and a Topic property, which takes a string as its value and describes the name of the Pub/Sub topic to publish to."]]],[]]