Interface protos.google.dataflow.v1beta3.IExecutionStageSummary

Properties of an ExecutionStageSummary.

Package

@google-cloud/dataflow!

Properties

componentSource

componentSource?: (google.dataflow.v1beta3.ExecutionStageSummary.IComponentSource[]|null);

ExecutionStageSummary componentSource

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

componentTransform

componentTransform?: (google.dataflow.v1beta3.ExecutionStageSummary.IComponentTransform[]|null);

ExecutionStageSummary componentTransform

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

id

id?: (string|null);

ExecutionStageSummary id

Property Value
TypeDescription
(string|null)

inputSource

inputSource?: (google.dataflow.v1beta3.ExecutionStageSummary.IStageSource[]|null);

ExecutionStageSummary inputSource

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

kind

kind?: (google.dataflow.v1beta3.KindType|keyof typeof google.dataflow.v1beta3.KindType|null);

ExecutionStageSummary kind

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

name

name?: (string|null);

ExecutionStageSummary name

Property Value
TypeDescription
(string|null)

outputSource

outputSource?: (google.dataflow.v1beta3.ExecutionStageSummary.IStageSource[]|null);

ExecutionStageSummary outputSource

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

prerequisiteStage

prerequisiteStage?: (string[]|null);

ExecutionStageSummary prerequisiteStage

Property Value
TypeDescription
(string[]|null)