Interface JobExecutionInfoOrBuilder (0.8.0)

public interface JobExecutionInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsStages(String key)

public abstract boolean containsStages(String key)

A mapping from each stage to the information about that stage.

map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getStages()

public abstract Map<String,JobExecutionStageInfo> getStages()

Use #getStagesMap() instead.

Returns
TypeDescription
Map<String,JobExecutionStageInfo>

getStagesCount()

public abstract int getStagesCount()

A mapping from each stage to the information about that stage.

map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;

Returns
TypeDescription
int

getStagesMap()

public abstract Map<String,JobExecutionStageInfo> getStagesMap()

A mapping from each stage to the information about that stage.

map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;

Returns
TypeDescription
Map<String,JobExecutionStageInfo>

getStagesOrDefault(String key, JobExecutionStageInfo defaultValue)

public abstract JobExecutionStageInfo getStagesOrDefault(String key, JobExecutionStageInfo defaultValue)

A mapping from each stage to the information about that stage.

map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;

Parameters
NameDescription
keyString
defaultValueJobExecutionStageInfo
Returns
TypeDescription
JobExecutionStageInfo

getStagesOrThrow(String key)

public abstract JobExecutionStageInfo getStagesOrThrow(String key)

A mapping from each stage to the information about that stage.

map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;

Parameter
NameDescription
keyString
Returns
TypeDescription
JobExecutionStageInfo