Package gauge.messages
Enum Messages.Message.MessageType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Messages.Message.MessageType>,java.lang.constant.Constable
- Enclosing class:
- Messages.Message
public static enum Messages.Message.MessageType
extends Enum<Messages.Message.MessageType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
gauge.messages.Message.MessageType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCacheFileRequest = 24;ConceptExecutionEnding = 36;ConceptExecutionStarting = 35;ExecuteStep = 7;ExecutionEnding = 8;ExecutionStarting = 0;ExecutionStatusResponse = 11;FileDiff = 30;ImplementationFileGlobPatternRequest = 31;ImplementationFileGlobPatternResponse = 32;ImplementationFileListRequest = 27;ImplementationFileListResponse = 28;KeepAlive = 34;KillProcessRequest = 14;RefactorRequest = 21;RefactorResponse = 22;ScenarioDataStoreInit = 16;ScenarioExecutionEnding = 4;ScenarioExecutionStarting = 3;SpecDataStoreInit = 17;SpecExecutionEnding = 2;SpecExecutionStarting = 1;StepExecutionEnding = 6;StepExecutionStarting = 5;StepNameRequest = 19;StepNameResponse = 20;StepNamesRequest = 12;StepNamesResponse = 13;StepPositionsRequest = 25;StepPositionsResponse = 26;StepValidateRequest = 9;StepValidateResponse = 10;StubImplementationCodeRequest = 29;SuiteDataStoreInit = 18;SuiteExecutionResult = 15;SuiteExecutionResultItem = 33;UnsupportedMessageResponse = 23; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCacheFileRequest = 24;static final intConceptExecutionEnding = 36;static final intConceptExecutionStarting = 35;static final intExecuteStep = 7;static final intExecutionEnding = 8;static final intExecutionStarting = 0;static final intExecutionStatusResponse = 11;static final intFileDiff = 30;static final intImplementationFileGlobPatternRequest = 31;static final intImplementationFileGlobPatternResponse = 32;static final intImplementationFileListRequest = 27;static final intImplementationFileListResponse = 28;static final intKeepAlive = 34;static final intKillProcessRequest = 14;static final intRefactorRequest = 21;static final intRefactorResponse = 22;static final intScenarioDataStoreInit = 16;static final intScenarioExecutionEnding = 4;static final intScenarioExecutionStarting = 3;static final intSpecDataStoreInit = 17;static final intSpecExecutionEnding = 2;static final intSpecExecutionStarting = 1;static final intStepExecutionEnding = 6;static final intStepExecutionStarting = 5;static final intStepNameRequest = 19;static final intStepNameResponse = 20;static final intStepNamesRequest = 12;static final intStepNamesResponse = 13;static final intStepPositionsRequest = 25;static final intStepPositionsResponse = 26;static final intStepValidateRequest = 9;static final intStepValidateResponse = 10;static final intStubImplementationCodeRequest = 29;static final intSuiteDataStoreInit = 18;static final intSuiteExecutionResult = 15;static final intSuiteExecutionResultItem = 33;static final intUnsupportedMessageResponse = 23; -
Method Summary
Modifier and TypeMethodDescriptionstatic Messages.Message.MessageTypeforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<Messages.Message.MessageType>static Messages.Message.MessageTypevalueOf(int value) Deprecated.static Messages.Message.MessageTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Messages.Message.MessageTypeReturns the enum constant of this type with the specified name.static Messages.Message.MessageType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ExecutionStarting
ExecutionStarting = 0; -
SpecExecutionStarting
SpecExecutionStarting = 1; -
SpecExecutionEnding
SpecExecutionEnding = 2; -
ScenarioExecutionStarting
ScenarioExecutionStarting = 3; -
ScenarioExecutionEnding
ScenarioExecutionEnding = 4; -
StepExecutionStarting
StepExecutionStarting = 5; -
StepExecutionEnding
StepExecutionEnding = 6; -
ExecuteStep
ExecuteStep = 7; -
ExecutionEnding
ExecutionEnding = 8; -
StepValidateRequest
StepValidateRequest = 9; -
StepValidateResponse
StepValidateResponse = 10; -
ExecutionStatusResponse
ExecutionStatusResponse = 11; -
StepNamesRequest
StepNamesRequest = 12; -
StepNamesResponse
StepNamesResponse = 13; -
KillProcessRequest
KillProcessRequest = 14; -
SuiteExecutionResult
SuiteExecutionResult = 15; -
ScenarioDataStoreInit
ScenarioDataStoreInit = 16; -
SpecDataStoreInit
SpecDataStoreInit = 17; -
SuiteDataStoreInit
SuiteDataStoreInit = 18; -
StepNameRequest
StepNameRequest = 19; -
StepNameResponse
StepNameResponse = 20; -
RefactorRequest
RefactorRequest = 21; -
RefactorResponse
RefactorResponse = 22; -
UnsupportedMessageResponse
UnsupportedMessageResponse = 23; -
CacheFileRequest
CacheFileRequest = 24; -
StepPositionsRequest
StepPositionsRequest = 25; -
StepPositionsResponse
StepPositionsResponse = 26; -
ImplementationFileListRequest
ImplementationFileListRequest = 27; -
ImplementationFileListResponse
ImplementationFileListResponse = 28; -
StubImplementationCodeRequest
StubImplementationCodeRequest = 29; -
FileDiff
FileDiff = 30; -
ImplementationFileGlobPatternRequest
ImplementationFileGlobPatternRequest = 31; -
ImplementationFileGlobPatternResponse
ImplementationFileGlobPatternResponse = 32; -
SuiteExecutionResultItem
SuiteExecutionResultItem = 33; -
KeepAlive
KeepAlive = 34; -
ConceptExecutionStarting
ConceptExecutionStarting = 35; -
ConceptExecutionEnding
ConceptExecutionEnding = 36; -
UNRECOGNIZED
-
-
Field Details
-
ExecutionStarting_VALUE
public static final int ExecutionStarting_VALUEExecutionStarting = 0;- See Also:
-
SpecExecutionStarting_VALUE
public static final int SpecExecutionStarting_VALUESpecExecutionStarting = 1;- See Also:
-
SpecExecutionEnding_VALUE
public static final int SpecExecutionEnding_VALUESpecExecutionEnding = 2;- See Also:
-
ScenarioExecutionStarting_VALUE
public static final int ScenarioExecutionStarting_VALUEScenarioExecutionStarting = 3;- See Also:
-
ScenarioExecutionEnding_VALUE
public static final int ScenarioExecutionEnding_VALUEScenarioExecutionEnding = 4;- See Also:
-
StepExecutionStarting_VALUE
public static final int StepExecutionStarting_VALUEStepExecutionStarting = 5;- See Also:
-
StepExecutionEnding_VALUE
public static final int StepExecutionEnding_VALUEStepExecutionEnding = 6;- See Also:
-
ExecuteStep_VALUE
public static final int ExecuteStep_VALUEExecuteStep = 7;- See Also:
-
ExecutionEnding_VALUE
public static final int ExecutionEnding_VALUEExecutionEnding = 8;- See Also:
-
StepValidateRequest_VALUE
public static final int StepValidateRequest_VALUEStepValidateRequest = 9;- See Also:
-
StepValidateResponse_VALUE
public static final int StepValidateResponse_VALUEStepValidateResponse = 10;- See Also:
-
ExecutionStatusResponse_VALUE
public static final int ExecutionStatusResponse_VALUEExecutionStatusResponse = 11;- See Also:
-
StepNamesRequest_VALUE
public static final int StepNamesRequest_VALUEStepNamesRequest = 12;- See Also:
-
StepNamesResponse_VALUE
public static final int StepNamesResponse_VALUEStepNamesResponse = 13;- See Also:
-
KillProcessRequest_VALUE
public static final int KillProcessRequest_VALUEKillProcessRequest = 14;- See Also:
-
SuiteExecutionResult_VALUE
public static final int SuiteExecutionResult_VALUESuiteExecutionResult = 15;- See Also:
-
ScenarioDataStoreInit_VALUE
public static final int ScenarioDataStoreInit_VALUEScenarioDataStoreInit = 16;- See Also:
-
SpecDataStoreInit_VALUE
public static final int SpecDataStoreInit_VALUESpecDataStoreInit = 17;- See Also:
-
SuiteDataStoreInit_VALUE
public static final int SuiteDataStoreInit_VALUESuiteDataStoreInit = 18;- See Also:
-
StepNameRequest_VALUE
public static final int StepNameRequest_VALUEStepNameRequest = 19;- See Also:
-
StepNameResponse_VALUE
public static final int StepNameResponse_VALUEStepNameResponse = 20;- See Also:
-
RefactorRequest_VALUE
public static final int RefactorRequest_VALUERefactorRequest = 21;- See Also:
-
RefactorResponse_VALUE
public static final int RefactorResponse_VALUERefactorResponse = 22;- See Also:
-
UnsupportedMessageResponse_VALUE
public static final int UnsupportedMessageResponse_VALUEUnsupportedMessageResponse = 23;- See Also:
-
CacheFileRequest_VALUE
public static final int CacheFileRequest_VALUECacheFileRequest = 24;- See Also:
-
StepPositionsRequest_VALUE
public static final int StepPositionsRequest_VALUEStepPositionsRequest = 25;- See Also:
-
StepPositionsResponse_VALUE
public static final int StepPositionsResponse_VALUEStepPositionsResponse = 26;- See Also:
-
ImplementationFileListRequest_VALUE
public static final int ImplementationFileListRequest_VALUEImplementationFileListRequest = 27;- See Also:
-
ImplementationFileListResponse_VALUE
public static final int ImplementationFileListResponse_VALUEImplementationFileListResponse = 28;- See Also:
-
StubImplementationCodeRequest_VALUE
public static final int StubImplementationCodeRequest_VALUEStubImplementationCodeRequest = 29;- See Also:
-
FileDiff_VALUE
public static final int FileDiff_VALUEFileDiff = 30;- See Also:
-
ImplementationFileGlobPatternRequest_VALUE
public static final int ImplementationFileGlobPatternRequest_VALUEImplementationFileGlobPatternRequest = 31;- See Also:
-
ImplementationFileGlobPatternResponse_VALUE
public static final int ImplementationFileGlobPatternResponse_VALUEImplementationFileGlobPatternResponse = 32;- See Also:
-
SuiteExecutionResultItem_VALUE
public static final int SuiteExecutionResultItem_VALUESuiteExecutionResultItem = 33;- See Also:
-
KeepAlive_VALUE
public static final int KeepAlive_VALUEKeepAlive = 34;- See Also:
-
ConceptExecutionStarting_VALUE
public static final int ConceptExecutionStarting_VALUEConceptExecutionStarting = 35;- See Also:
-
ConceptExecutionEnding_VALUE
public static final int ConceptExecutionEnding_VALUEConceptExecutionEnding = 36;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Messages.Message.MessageType> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static Messages.Message.MessageType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-