Batch v1 API - Class JobNotification.Types.Message (2.2.0)

public sealed class JobNotification.Types.Message : IMessage<JobNotification.Types.Message>, IEquatable<JobNotification.Types.Message>, IDeepCloneable<JobNotification.Types.Message>, IBufferMessage, IMessage

Reference documentation and code samples for the Batch v1 API class JobNotification.Types.Message.

Message details. Describe the attribute that a message should have. Without specified message attributes, no message will be sent by default.

Inheritance

object > JobNotification.Types.Message

Namespace

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.dll

Constructors

Message()

public Message()

Message(Message)

public Message(JobNotification.Types.Message other)
Parameter
NameDescription
otherJobNotificationTypesMessage

Properties

NewJobState

public JobStatus.Types.State NewJobState { get; set; }

The new job state.

Property Value
TypeDescription
JobStatusTypesState

NewTaskState

public TaskStatus.Types.State NewTaskState { get; set; }

The new task state.

Property Value
TypeDescription
TaskStatusTypesState

Type

public JobNotification.Types.Type Type { get; set; }

The message type.

Property Value
TypeDescription
JobNotificationTypesType