Class PubsubDestination (2.11.0)

public sealed class PubsubDestination : IMessage<PubsubDestination>, IEquatable<PubsubDestination>, IDeepCloneable<PubsubDestination>, IBufferMessage, IMessage

A Pub/Sub destination.

Inheritance

Object > PubsubDestination

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

PubsubDestination()

public PubsubDestination()

PubsubDestination(PubsubDestination)

public PubsubDestination(PubsubDestination other)
Parameter
NameDescription
otherPubsubDestination

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
TypeDescription
String