Interface Execution.Status.StepOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Execution.Status.Step
,Execution.Status.Step.Builder
- Enclosing class:
- Execution.Status
public static interface Execution.Status.StepOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRoutine()
Name of a routine within the workflow.com.google.protobuf.ByteString
getRoutineBytes()
Name of a routine within the workflow.String
getStep()
Name of a step within the routine.com.google.protobuf.ByteString
getStepBytes()
Name of a step within the routine.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRoutine
String getRoutine()
Name of a routine within the workflow.
string routine = 1;
- Returns:
- The routine.
-
getRoutineBytes
com.google.protobuf.ByteString getRoutineBytes()
Name of a routine within the workflow.
string routine = 1;
- Returns:
- The bytes for routine.
-
getStep
String getStep()
Name of a step within the routine.
string step = 2;
- Returns:
- The step.
-
getStepBytes
com.google.protobuf.ByteString getStepBytes()
Name of a step within the routine.
string step = 2;
- Returns:
- The bytes for step.
-
-