Package gauge.messages
Interface Messages.StepValidateResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.StepValidateResponse,Messages.StepValidateResponse.Builder
- Enclosing class:
- Messages
public static interface Messages.StepValidateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring errorMessage = 2;com.google.protobuf.ByteStringstring errorMessage = 2;.gauge.messages.StepValidateResponse.ErrorType errorType = 3;int.gauge.messages.StepValidateResponse.ErrorType errorType = 3;booleanbool isValid = 1;string suggestion = 4;com.google.protobuf.ByteStringstring suggestion = 4;Methods 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
-
getIsValid
boolean getIsValid()bool isValid = 1;- Returns:
- The isValid.
-
getErrorMessage
String getErrorMessage()string errorMessage = 2;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()string errorMessage = 2;- Returns:
- The bytes for errorMessage.
-
getErrorTypeValue
int getErrorTypeValue().gauge.messages.StepValidateResponse.ErrorType errorType = 3;- Returns:
- The enum numeric value on the wire for errorType.
-
getErrorType
Messages.StepValidateResponse.ErrorType getErrorType().gauge.messages.StepValidateResponse.ErrorType errorType = 3;- Returns:
- The errorType.
-
getSuggestion
String getSuggestion()string suggestion = 4;- Returns:
- The suggestion.
-
getSuggestionBytes
com.google.protobuf.ByteString getSuggestionBytes()string suggestion = 4;- Returns:
- The bytes for suggestion.
-