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.events.cloud.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getStages()
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.events.cloud.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.events.cloud.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.events.cloud.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.events.cloud.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
JobExecutionStageInfo |
|