Package gauge.messages
Interface Messages.StepNamesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.StepNamesResponse,Messages.StepNamesResponse.Builder
- Enclosing class:
- Messages
public static interface Messages.StepNamesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSteps(int index)/ Collection of strings corresponding to Step texts.com.google.protobuf.ByteStringgetStepsBytes(int index)/ Collection of strings corresponding to Step texts.intgetStepsCount()/ Collection of strings corresponding to Step texts.List<String>getStepsList()/ Collection of strings corresponding to Step texts.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStepsList
List<String> getStepsList()
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;
-
getStepsCount
int getStepsCount()
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;
-
getSteps
String getSteps(int index)
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;
-
getStepsBytes
com.google.protobuf.ByteString getStepsBytes(int index)
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;
-
-