Package gauge.messages
Class Messages.StepValidateResponse
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- gauge.messages.Messages.StepValidateResponse
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Messages.StepValidateResponseOrBuilder,Serializable
- Enclosing class:
- Messages
public static final class Messages.StepValidateResponse extends com.google.protobuf.GeneratedMessageV3 implements Messages.StepValidateResponseOrBuilder
/ Response of StepValidateRequest. / The runner tells the caller if the Request was valid, / i.e. an implementation exists for given Step text. / Returns an error message if it is an error response.
Protobuf typegauge.messages.StepValidateResponse- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessages.StepValidateResponse.Builder/ Response of StepValidateRequest.static classMessages.StepValidateResponse.ErrorTypeProtobuf enumgauge.messages.StepValidateResponse.ErrorType-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intERRORMESSAGE_FIELD_NUMBERstatic intERRORTYPE_FIELD_NUMBERstatic intISVALID_FIELD_NUMBERstatic intSUGGESTION_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Messages.StepValidateResponsegetDefaultInstance()Messages.StepValidateResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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;com.google.protobuf.Parser<Messages.StepValidateResponse>getParserForType()intgetSerializedSize()StringgetSuggestion()string suggestion = 4;com.google.protobuf.ByteStringgetSuggestionBytes()string suggestion = 4;com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Messages.StepValidateResponse.BuildernewBuilder()static Messages.StepValidateResponse.BuildernewBuilder(Messages.StepValidateResponse prototype)Messages.StepValidateResponse.BuildernewBuilderForType()protected Messages.StepValidateResponse.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static Messages.StepValidateResponseparseDelimitedFrom(InputStream input)static Messages.StepValidateResponseparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StepValidateResponseparseFrom(byte[] data)static Messages.StepValidateResponseparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StepValidateResponseparseFrom(com.google.protobuf.ByteString data)static Messages.StepValidateResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StepValidateResponseparseFrom(com.google.protobuf.CodedInputStream input)static Messages.StepValidateResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StepValidateResponseparseFrom(InputStream input)static Messages.StepValidateResponseparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StepValidateResponseparseFrom(ByteBuffer data)static Messages.StepValidateResponseparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Messages.StepValidateResponse>parser()Messages.StepValidateResponse.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ISVALID_FIELD_NUMBER
public static final int ISVALID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ERRORMESSAGE_FIELD_NUMBER
public static final int ERRORMESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ERRORTYPE_FIELD_NUMBER
public static final int ERRORTYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SUGGESTION_FIELD_NUMBER
public static final int SUGGESTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getIsValid
public boolean getIsValid()
bool isValid = 1;- Specified by:
getIsValidin interfaceMessages.StepValidateResponseOrBuilder
-
getErrorMessage
public String getErrorMessage()
string errorMessage = 2;- Specified by:
getErrorMessagein interfaceMessages.StepValidateResponseOrBuilder
-
getErrorMessageBytes
public com.google.protobuf.ByteString getErrorMessageBytes()
string errorMessage = 2;- Specified by:
getErrorMessageBytesin interfaceMessages.StepValidateResponseOrBuilder
-
getErrorTypeValue
public int getErrorTypeValue()
.gauge.messages.StepValidateResponse.ErrorType errorType = 3;- Specified by:
getErrorTypeValuein interfaceMessages.StepValidateResponseOrBuilder
-
getErrorType
public Messages.StepValidateResponse.ErrorType getErrorType()
.gauge.messages.StepValidateResponse.ErrorType errorType = 3;- Specified by:
getErrorTypein interfaceMessages.StepValidateResponseOrBuilder
-
getSuggestion
public String getSuggestion()
string suggestion = 4;- Specified by:
getSuggestionin interfaceMessages.StepValidateResponseOrBuilder
-
getSuggestionBytes
public com.google.protobuf.ByteString getSuggestionBytes()
string suggestion = 4;- Specified by:
getSuggestionBytesin interfaceMessages.StepValidateResponseOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Messages.StepValidateResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.StepValidateResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.StepValidateResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.StepValidateResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.StepValidateResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.StepValidateResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.StepValidateResponse parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.StepValidateResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Messages.StepValidateResponse parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Messages.StepValidateResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.StepValidateResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.StepValidateResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Messages.StepValidateResponse.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Messages.StepValidateResponse.Builder newBuilder()
-
newBuilder
public static Messages.StepValidateResponse.Builder newBuilder(Messages.StepValidateResponse prototype)
-
toBuilder
public Messages.StepValidateResponse.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Messages.StepValidateResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Messages.StepValidateResponse getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Messages.StepValidateResponse> parser()
-
getParserForType
public com.google.protobuf.Parser<Messages.StepValidateResponse> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Messages.StepValidateResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-