Properties of an ExecutionStageSummary.
Package
@google-cloud/dataflow!Properties
componentSource
componentSource?: (google.dataflow.v1beta3.ExecutionStageSummary.IComponentSource[]|null);
ExecutionStageSummary componentSource
Type | Description |
---|---|
(google.dataflow.v1beta3.ExecutionStageSummary.IComponentSource[]|null) |
componentTransform
componentTransform?: (google.dataflow.v1beta3.ExecutionStageSummary.IComponentTransform[]|null);
ExecutionStageSummary componentTransform
Type | Description |
---|---|
(google.dataflow.v1beta3.ExecutionStageSummary.IComponentTransform[]|null) |
id
id?: (string|null);
ExecutionStageSummary id
Type | Description |
---|---|
(string|null) |
inputSource
inputSource?: (google.dataflow.v1beta3.ExecutionStageSummary.IStageSource[]|null);
ExecutionStageSummary inputSource
Type | Description |
---|---|
(google.dataflow.v1beta3.ExecutionStageSummary.IStageSource[]|null) |
kind
kind?: (google.dataflow.v1beta3.KindType|keyof typeof google.dataflow.v1beta3.KindType|null);
ExecutionStageSummary kind
Type | Description |
---|---|
(google.dataflow.v1beta3.KindType|keyof typeof google.dataflow.v1beta3.KindType|null) |
name
name?: (string|null);
ExecutionStageSummary name
Type | Description |
---|---|
(string|null) |
outputSource
outputSource?: (google.dataflow.v1beta3.ExecutionStageSummary.IStageSource[]|null);
ExecutionStageSummary outputSource
Type | Description |
---|---|
(google.dataflow.v1beta3.ExecutionStageSummary.IStageSource[]|null) |
prerequisiteStage
prerequisiteStage?: (string[]|null);
ExecutionStageSummary prerequisiteStage
Type | Description |
---|---|
(string[]|null) |