Batch v1alpha API - Class Notification (1.0.0-alpha26)

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

Reference documentation and code samples for the Batch v1alpha API class Notification.

Notification on resource state change.

Inheritance

object > Notification

Namespace

Google.Cloud.Batch.V1Alpha

Assembly

Google.Cloud.Batch.V1Alpha.dll

Constructors

Notification()

public Notification()

Notification(Notification)

public Notification(Notification other)
Parameter
NameDescription
otherNotification

Properties

PubsubTopic

public string PubsubTopic { get; set; }

Required. The Pub/Sub topic where notifications like the resource allowance state changes will be published. The topic must exist in the same project as the job and billings will be charged to this project. If not specified, no Pub/Sub messages will be sent. Topic format: projects/{project}/topics/{topic}.

Property Value
TypeDescription
string