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
Modifier and TypeMethodDescriptiongetSteps(int index) / Collection of strings corresponding to Step texts.com.google.protobuf.ByteStringgetStepsBytes(int index) / Collection of strings corresponding to Step texts.int/ Collection of strings corresponding to Step texts./ Collection of strings corresponding to Step texts.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStepsList
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;- Returns:
- A list containing the steps.
-
getStepsCount
int getStepsCount()/ Collection of strings corresponding to Step texts.
repeated string steps = 1;- Returns:
- The count of steps.
-
getSteps
/ Collection of strings corresponding to Step texts.
repeated string steps = 1;- Parameters:
index- The index of the element to return.- Returns:
- The steps at the given index.
-
getStepsBytes
com.google.protobuf.ByteString getStepsBytes(int index) / Collection of strings corresponding to Step texts.
repeated string steps = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the steps at the given index.
-