Interface protos.google.dataflow.v1beta3.IExecutionStageState

Properties of an ExecutionStageState.

Package

@google-cloud/dataflow!

Properties

currentStateTime

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

ExecutionStageState currentStateTime

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

executionStageName

executionStageName?: (string|null);

ExecutionStageState executionStageName

Property Value
TypeDescription
(string|null)

executionStageState

executionStageState?: (google.dataflow.v1beta3.JobState|keyof typeof google.dataflow.v1beta3.JobState|null);

ExecutionStageState executionStageState

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