Interface Messages.StepValidateResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getErrorMessage()
      string errorMessage = 2;
      com.google.protobuf.ByteString getErrorMessageBytes()
      string errorMessage = 2;
      Messages.StepValidateResponse.ErrorType getErrorType()
      .gauge.messages.StepValidateResponse.ErrorType errorType = 3;
      int getErrorTypeValue()
      .gauge.messages.StepValidateResponse.ErrorType errorType = 3;
      boolean getIsValid()
      bool isValid = 1;
      String getSuggestion()
      string suggestion = 4;
      com.google.protobuf.ByteString getSuggestionBytes()
      string suggestion = 4;
      • 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

      • getIsValid

        boolean getIsValid()
        bool isValid = 1;
      • getErrorMessage

        String getErrorMessage()
        string errorMessage = 2;
      • getErrorMessageBytes

        com.google.protobuf.ByteString getErrorMessageBytes()
        string errorMessage = 2;
      • getErrorTypeValue

        int getErrorTypeValue()
        .gauge.messages.StepValidateResponse.ErrorType errorType = 3;
      • getSuggestion

        String getSuggestion()
        string suggestion = 4;
      • getSuggestionBytes

        com.google.protobuf.ByteString getSuggestionBytes()
        string suggestion = 4;