public interface JobExecutionStageInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStepName(int index)
public abstract String getStepName(int index)The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The stepName at the given index. |
getStepNameBytes(int index)
public abstract ByteString getStepNameBytes(int index)The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the stepName at the given index. |
getStepNameCount()
public abstract int getStepNameCount()The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
| Type | Description |
| int | The count of stepName. |
getStepNameList()
public abstract List<String> getStepNameList()The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
repeated string step_name = 1;
| Type | Description |
| List<String> | A list containing the stepName. |