public interface JobExecutionInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getStages()
public abstract Map<String,JobExecutionStageInfo> getStages()Use #getStagesMap() instead.
| 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;
| 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;
| 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;
| Name | Description |
| key | String |
| defaultValue | JobExecutionStageInfo |
| 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;
| Name | Description |
| key | String |
| Type | Description |
| JobExecutionStageInfo |