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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorMessage()string errorMessage = 2;com.google.protobuf.ByteStringgetErrorMessageBytes()string errorMessage = 2;Messages.StepValidateResponse.ErrorTypegetErrorType().gauge.messages.StepValidateResponse.ErrorType errorType = 3;intgetErrorTypeValue().gauge.messages.StepValidateResponse.ErrorType errorType = 3;booleangetIsValid()bool isValid = 1;StringgetSuggestion()string suggestion = 4;com.google.protobuf.ByteStringgetSuggestionBytes()string suggestion = 4;-
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;
-
getErrorType
Messages.StepValidateResponse.ErrorType getErrorType()
.gauge.messages.StepValidateResponse.ErrorType errorType = 3;
-
getSuggestion
String getSuggestion()
string suggestion = 4;
-
getSuggestionBytes
com.google.protobuf.ByteString getSuggestionBytes()
string suggestion = 4;
-
-