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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumberOfParameters()/ The number of paramters in the StepStringgetStepText()/ The text is used to lookup Step implementationcom.google.protobuf.ByteStringgetStepTextBytes()/ The text is used to lookup Step implementationSpec.ProtoStepValuegetStepValue()/This is use to generate step implementation templateSpec.ProtoStepValueOrBuildergetStepValueOrBuilder()/This is use to generate step implementation templatebooleanhasStepValue()/This is use to generate step implementation template-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStepText
String getStepText()
/ The text is used to lookup Step implementation
string stepText = 1;
-
getStepTextBytes
com.google.protobuf.ByteString getStepTextBytes()
/ The text is used to lookup Step implementation
string stepText = 1;
-
getNumberOfParameters
int getNumberOfParameters()
/ The number of paramters in the Step
int32 numberOfParameters = 2;
-
hasStepValue
boolean hasStepValue()
/This is use to generate step implementation template
.gauge.messages.ProtoStepValue stepValue = 3;
-
getStepValue
Spec.ProtoStepValue getStepValue()
/This is use to generate step implementation template
.gauge.messages.ProtoStepValue stepValue = 3;
-
getStepValueOrBuilder
Spec.ProtoStepValueOrBuilder getStepValueOrBuilder()
/This is use to generate step implementation template
.gauge.messages.ProtoStepValue stepValue = 3;
-
-