Interface ExecutionStageSummaryOrBuilder (0.45.0)

public interface ExecutionStageSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComponentSource(int index)

public abstract ExecutionStageSummary.ComponentSource getComponentSource(int index)

Collections produced and consumed by component transforms of this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionStageSummary.ComponentSource

getComponentSourceCount()

public abstract int getComponentSourceCount()

Collections produced and consumed by component transforms of this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;

Returns
TypeDescription
int

getComponentSourceList()

public abstract List<ExecutionStageSummary.ComponentSource> getComponentSourceList()

Collections produced and consumed by component transforms of this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;

Returns
TypeDescription
List<ComponentSource>

getComponentSourceOrBuilder(int index)

public abstract ExecutionStageSummary.ComponentSourceOrBuilder getComponentSourceOrBuilder(int index)

Collections produced and consumed by component transforms of this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionStageSummary.ComponentSourceOrBuilder

getComponentSourceOrBuilderList()

public abstract List<? extends ExecutionStageSummary.ComponentSourceOrBuilder> getComponentSourceOrBuilderList()

Collections produced and consumed by component transforms of this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;

Returns
TypeDescription
List<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.ComponentSourceOrBuilder>

getComponentTransform(int index)

public abstract ExecutionStageSummary.ComponentTransform getComponentTransform(int index)

Transforms that comprise this execution stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionStageSummary.ComponentTransform

getComponentTransformCount()

public abstract int getComponentTransformCount()

Transforms that comprise this execution stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;

Returns
TypeDescription
int

getComponentTransformList()

public abstract List<ExecutionStageSummary.ComponentTransform> getComponentTransformList()

Transforms that comprise this execution stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;

Returns
TypeDescription
List<ComponentTransform>

getComponentTransformOrBuilder(int index)

public abstract ExecutionStageSummary.ComponentTransformOrBuilder getComponentTransformOrBuilder(int index)

Transforms that comprise this execution stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionStageSummary.ComponentTransformOrBuilder

getComponentTransformOrBuilderList()

public abstract List<? extends ExecutionStageSummary.ComponentTransformOrBuilder> getComponentTransformOrBuilderList()

Transforms that comprise this execution stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;

Returns
TypeDescription
List<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransformOrBuilder>

getId()

public abstract String getId()

Dataflow service generated id for this stage.

string id = 2;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Dataflow service generated id for this stage.

string id = 2;

Returns
TypeDescription
ByteString

The bytes for id.

getInputSource(int index)

public abstract ExecutionStageSummary.StageSource getInputSource(int index)

Input sources for this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionStageSummary.StageSource

getInputSourceCount()

public abstract int getInputSourceCount()

Input sources for this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;

Returns
TypeDescription
int

getInputSourceList()

public abstract List<ExecutionStageSummary.StageSource> getInputSourceList()

Input sources for this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;

Returns
TypeDescription
List<StageSource>

getInputSourceOrBuilder(int index)

public abstract ExecutionStageSummary.StageSourceOrBuilder getInputSourceOrBuilder(int index)

Input sources for this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionStageSummary.StageSourceOrBuilder

getInputSourceOrBuilderList()

public abstract List<? extends ExecutionStageSummary.StageSourceOrBuilder> getInputSourceOrBuilderList()

Input sources for this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;

Returns
TypeDescription
List<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.StageSourceOrBuilder>

getKind()

public abstract KindType getKind()

Type of transform this stage is executing.

.google.dataflow.v1beta3.KindType kind = 3;

Returns
TypeDescription
KindType

The kind.

getKindValue()

public abstract int getKindValue()

Type of transform this stage is executing.

.google.dataflow.v1beta3.KindType kind = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for kind.

getName()

public abstract String getName()

Dataflow service generated name for this stage.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Dataflow service generated name for this stage.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getOutputSource(int index)

public abstract ExecutionStageSummary.StageSource getOutputSource(int index)

Output sources for this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionStageSummary.StageSource

getOutputSourceCount()

public abstract int getOutputSourceCount()

Output sources for this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;

Returns
TypeDescription
int

getOutputSourceList()

public abstract List<ExecutionStageSummary.StageSource> getOutputSourceList()

Output sources for this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;

Returns
TypeDescription
List<StageSource>

getOutputSourceOrBuilder(int index)

public abstract ExecutionStageSummary.StageSourceOrBuilder getOutputSourceOrBuilder(int index)

Output sources for this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExecutionStageSummary.StageSourceOrBuilder

getOutputSourceOrBuilderList()

public abstract List<? extends ExecutionStageSummary.StageSourceOrBuilder> getOutputSourceOrBuilderList()

Output sources for this stage.

repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;

Returns
TypeDescription
List<? extends com.google.dataflow.v1beta3.ExecutionStageSummary.StageSourceOrBuilder>

getPrerequisiteStage(int index)

public abstract String getPrerequisiteStage(int index)

Other stages that must complete before this stage can run.

repeated string prerequisite_stage = 8;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The prerequisiteStage at the given index.

getPrerequisiteStageBytes(int index)

public abstract ByteString getPrerequisiteStageBytes(int index)

Other stages that must complete before this stage can run.

repeated string prerequisite_stage = 8;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the prerequisiteStage at the given index.

getPrerequisiteStageCount()

public abstract int getPrerequisiteStageCount()

Other stages that must complete before this stage can run.

repeated string prerequisite_stage = 8;

Returns
TypeDescription
int

The count of prerequisiteStage.

getPrerequisiteStageList()

public abstract List<String> getPrerequisiteStageList()

Other stages that must complete before this stage can run.

repeated string prerequisite_stage = 8;

Returns
TypeDescription
List<String>

A list containing the prerequisiteStage.