Interface Messages.StepValidateRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getNumberOfParameters()
      / The number of paramters in the Step
      String getStepText()
      / The text is used to lookup Step implementation
      com.google.protobuf.ByteString getStepTextBytes()
      / The text is used to lookup Step implementation
      Spec.ProtoStepValue getStepValue()
      /This is use to generate step implementation template
      Spec.ProtoStepValueOrBuilder getStepValueOrBuilder()
      /This is use to generate step implementation template
      boolean hasStepValue()
      /This is use to generate step implementation template
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;