Class Message
Message details. Describe the conditions under which messages will be sent. If no attribute is defined, no message will be sent by default. One message should specify either the job or the task level attributes, but not both. For example, job level: JOB_STATE_CHANGED and/or a specified new_job_state; task level: TASK_STATE_CHANGED and/or a specified new_task_state.
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class Message : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NewJobState
The new job state.
Declaration
[JsonProperty("newJobState")]
public virtual string NewJobState { get; set; }
Property Value
Type | Description |
---|---|
string |
NewTaskState
The new task state.
Declaration
[JsonProperty("newTaskState")]
public virtual string NewTaskState { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The message type.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |