Interface JobExecutionInfoOrBuilder (0.48.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
Name Description
key String
Returns
Type Description
boolean

getStages() (deprecated)

public abstract Map<String,JobExecutionStageInfo> getStages()

Use #getStagesMap() instead.

Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
key String
defaultValue JobExecutionStageInfo
Returns
Type Description
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
Name Description
key String
Returns
Type Description
JobExecutionStageInfo