Package gauge.messages
Interface Spec.ProtoStepValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.ProtoStepValue,Spec.ProtoStepValue.Builder
- Enclosing class:
- Spec
public static interface Spec.ProtoStepValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetParameterizedStepValue()/ The parameterized string value describing he Step.com.google.protobuf.ByteStringgetParameterizedStepValueBytes()/ The parameterized string value describing he Step.StringgetParameters(int index)/ A collection of strings representing the parameters.com.google.protobuf.ByteStringgetParametersBytes(int index)/ A collection of strings representing the parameters.intgetParametersCount()/ A collection of strings representing the parameters.List<String>getParametersList()/ A collection of strings representing the parameters.StringgetStepValue()/ The actual string value describing he Stepcom.google.protobuf.ByteStringgetStepValueBytes()/ The actual string value describing he Step-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStepValue
String getStepValue()
/ The actual string value describing he Step
string stepValue = 1;
-
getStepValueBytes
com.google.protobuf.ByteString getStepValueBytes()
/ The actual string value describing he Step
string stepValue = 1;
-
getParameterizedStepValue
String getParameterizedStepValue()
/ The parameterized string value describing he Step. The parameters are replaced with placeholders.
string parameterizedStepValue = 2;
-
getParameterizedStepValueBytes
com.google.protobuf.ByteString getParameterizedStepValueBytes()
/ The parameterized string value describing he Step. The parameters are replaced with placeholders.
string parameterizedStepValue = 2;
-
getParametersList
List<String> getParametersList()
/ A collection of strings representing the parameters.
repeated string parameters = 3;
-
getParametersCount
int getParametersCount()
/ A collection of strings representing the parameters.
repeated string parameters = 3;
-
getParameters
String getParameters(int index)
/ A collection of strings representing the parameters.
repeated string parameters = 3;
-
getParametersBytes
com.google.protobuf.ByteString getParametersBytes(int index)
/ A collection of strings representing the parameters.
repeated string parameters = 3;
-
-