Package gauge.messages
Interface Messages.StepValidateRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.StepValidateRequest,Messages.StepValidateRequest.Builder
- Enclosing class:
- Messages
public static interface Messages.StepValidateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint/ The number of paramters in the Step/ The text is used to lookup Step implementationcom.google.protobuf.ByteString/ The text is used to lookup Step implementation/This is use to generate step implementation template/This is use to generate step implementation templateboolean/This is use to generate step implementation templateMethods 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
-
getStepText
String getStepText()/ The text is used to lookup Step implementation
string stepText = 1;- Returns:
- The stepText.
-
getStepTextBytes
com.google.protobuf.ByteString getStepTextBytes()/ The text is used to lookup Step implementation
string stepText = 1;- Returns:
- The bytes for stepText.
-
getNumberOfParameters
int getNumberOfParameters()/ The number of paramters in the Step
int32 numberOfParameters = 2;- Returns:
- The numberOfParameters.
-
hasStepValue
boolean hasStepValue()/This is use to generate step implementation template
.gauge.messages.ProtoStepValue stepValue = 3;- Returns:
- Whether the stepValue field is set.
-
getStepValue
Spec.ProtoStepValue getStepValue()/This is use to generate step implementation template
.gauge.messages.ProtoStepValue stepValue = 3;- Returns:
- The stepValue.
-
getStepValueOrBuilder
Spec.ProtoStepValueOrBuilder getStepValueOrBuilder()/This is use to generate step implementation template
.gauge.messages.ProtoStepValue stepValue = 3;
-