Interface protos.google.dataflow.v1beta3.IWorkItemDetails

Properties of a WorkItemDetails.

Package

@google-cloud/dataflow!

Properties

attemptId

attemptId?: (string|null);

WorkItemDetails attemptId

Property Value
TypeDescription
(string|null)

endTime

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

WorkItemDetails endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

metrics

metrics?: (google.dataflow.v1beta3.IMetricUpdate[]|null);

WorkItemDetails metrics

Property Value
TypeDescription
(google.dataflow.v1beta3.IMetricUpdate[]|null)

progress

progress?: (google.dataflow.v1beta3.IProgressTimeseries|null);

WorkItemDetails progress

Property Value
TypeDescription
(google.dataflow.v1beta3.IProgressTimeseries|null)

startTime

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

WorkItemDetails startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

state?: (google.dataflow.v1beta3.ExecutionState|keyof typeof google.dataflow.v1beta3.ExecutionState|null);

WorkItemDetails state

Property Value
TypeDescription
(google.dataflow.v1beta3.ExecutionState|keyof typeof google.dataflow.v1beta3.ExecutionState|null)

taskId

taskId?: (string|null);

WorkItemDetails taskId

Property Value
TypeDescription
(string|null)