Interface protos.google.cloud.batch.v1.IStatusEvent (1.8.0)

Properties of a StatusEvent.

Package

@google-cloud/batch

Properties

description

description?: (string|null);

StatusEvent description

eventTime

eventTime?: (google.protobuf.ITimestamp|null);

StatusEvent eventTime

taskExecution

taskExecution?: (google.cloud.batch.v1.ITaskExecution|null);

StatusEvent taskExecution

taskState

taskState?: (google.cloud.batch.v1.TaskStatus.State|keyof typeof google.cloud.batch.v1.TaskStatus.State|null);

StatusEvent taskState

type

type?: (string|null);

StatusEvent type