Package gauge.messages
Interface Messages.StepNameRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.StepNameRequest,Messages.StepNameRequest.Builder
- Enclosing class:
- Messages
public static interface Messages.StepNameRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription/ Step text to lookup the Stepcom.google.protobuf.ByteString/ Step text to lookup the StepMethods 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
-
getStepValue
String getStepValue()/ Step text to lookup the Step. / This is the parsed step value, i.e. with placeholders for parameters.
string stepValue = 1;- Returns:
- The stepValue.
-
getStepValueBytes
com.google.protobuf.ByteString getStepValueBytes()/ Step text to lookup the Step. / This is the parsed step value, i.e. with placeholders for parameters.
string stepValue = 1;- Returns:
- The bytes for stepValue.
-