Batch v1 API - Class StatusEvent (2.9.0)

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

Reference documentation and code samples for the Batch v1 API class StatusEvent.

Status event

Inheritance

object > StatusEvent

Namespace

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.dll

Constructors

StatusEvent()

public StatusEvent()

StatusEvent(StatusEvent)

public StatusEvent(StatusEvent other)
Parameter
NameDescription
otherStatusEvent

Properties

Description

public string Description { get; set; }

Description of the event.

Property Value
TypeDescription
string

EventTime

public Timestamp EventTime { get; set; }

The time this event occurred.

Property Value
TypeDescription
Timestamp

TaskExecution

public TaskExecution TaskExecution { get; set; }

Task Execution

Property Value
TypeDescription
TaskExecution

TaskState

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

Task State

Property Value
TypeDescription
TaskStatusTypesState

Type

public string Type { get; set; }

Type of the event.

Property Value
TypeDescription
string