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.
A Pub/Sub destination.
Implements
IMessagePubsubDestination, IEquatablePubsubDestination, IDeepCloneablePubsubDestination, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
PubsubDestination()
public PubsubDestination()
PubsubDestination(PubsubDestination)
public PubsubDestination(PubsubDestination other)
Parameter | |
---|---|
Name | Description |
other | PubsubDestination |
Properties
Topic
public string Topic { get; set; }
The name of the Pub/Sub topic to publish to.
Example: projects/PROJECT_ID/topics/TOPIC_ID
.
Property Value | |
---|---|
Type | Description |
string |