Enum Messages.Message.MessageType

java.lang.Object
java.lang.Enum<Messages.Message.MessageType>
gauge.messages.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
  • Enum Constant Details

  • Field Details

    • ExecutionStarting_VALUE

      public static final int ExecutionStarting_VALUE
      ExecutionStarting = 0;
      See Also:
    • SpecExecutionStarting_VALUE

      public static final int SpecExecutionStarting_VALUE
      SpecExecutionStarting = 1;
      See Also:
    • SpecExecutionEnding_VALUE

      public static final int SpecExecutionEnding_VALUE
      SpecExecutionEnding = 2;
      See Also:
    • ScenarioExecutionStarting_VALUE

      public static final int ScenarioExecutionStarting_VALUE
      ScenarioExecutionStarting = 3;
      See Also:
    • ScenarioExecutionEnding_VALUE

      public static final int ScenarioExecutionEnding_VALUE
      ScenarioExecutionEnding = 4;
      See Also:
    • StepExecutionStarting_VALUE

      public static final int StepExecutionStarting_VALUE
      StepExecutionStarting = 5;
      See Also:
    • StepExecutionEnding_VALUE

      public static final int StepExecutionEnding_VALUE
      StepExecutionEnding = 6;
      See Also:
    • ExecuteStep_VALUE

      public static final int ExecuteStep_VALUE
      ExecuteStep = 7;
      See Also:
    • ExecutionEnding_VALUE

      public static final int ExecutionEnding_VALUE
      ExecutionEnding = 8;
      See Also:
    • StepValidateRequest_VALUE

      public static final int StepValidateRequest_VALUE
      StepValidateRequest = 9;
      See Also:
    • StepValidateResponse_VALUE

      public static final int StepValidateResponse_VALUE
      StepValidateResponse = 10;
      See Also:
    • ExecutionStatusResponse_VALUE

      public static final int ExecutionStatusResponse_VALUE
      ExecutionStatusResponse = 11;
      See Also:
    • StepNamesRequest_VALUE

      public static final int StepNamesRequest_VALUE
      StepNamesRequest = 12;
      See Also:
    • StepNamesResponse_VALUE

      public static final int StepNamesResponse_VALUE
      StepNamesResponse = 13;
      See Also:
    • KillProcessRequest_VALUE

      public static final int KillProcessRequest_VALUE
      KillProcessRequest = 14;
      See Also:
    • SuiteExecutionResult_VALUE

      public static final int SuiteExecutionResult_VALUE
      SuiteExecutionResult = 15;
      See Also:
    • ScenarioDataStoreInit_VALUE

      public static final int ScenarioDataStoreInit_VALUE
      ScenarioDataStoreInit = 16;
      See Also:
    • SpecDataStoreInit_VALUE

      public static final int SpecDataStoreInit_VALUE
      SpecDataStoreInit = 17;
      See Also:
    • SuiteDataStoreInit_VALUE

      public static final int SuiteDataStoreInit_VALUE
      SuiteDataStoreInit = 18;
      See Also:
    • StepNameRequest_VALUE

      public static final int StepNameRequest_VALUE
      StepNameRequest = 19;
      See Also:
    • StepNameResponse_VALUE

      public static final int StepNameResponse_VALUE
      StepNameResponse = 20;
      See Also:
    • RefactorRequest_VALUE

      public static final int RefactorRequest_VALUE
      RefactorRequest = 21;
      See Also:
    • RefactorResponse_VALUE

      public static final int RefactorResponse_VALUE
      RefactorResponse = 22;
      See Also:
    • UnsupportedMessageResponse_VALUE

      public static final int UnsupportedMessageResponse_VALUE
      UnsupportedMessageResponse = 23;
      See Also:
    • CacheFileRequest_VALUE

      public static final int CacheFileRequest_VALUE
      CacheFileRequest = 24;
      See Also:
    • StepPositionsRequest_VALUE

      public static final int StepPositionsRequest_VALUE
      StepPositionsRequest = 25;
      See Also:
    • StepPositionsResponse_VALUE

      public static final int StepPositionsResponse_VALUE
      StepPositionsResponse = 26;
      See Also:
    • ImplementationFileListRequest_VALUE

      public static final int ImplementationFileListRequest_VALUE
      ImplementationFileListRequest = 27;
      See Also:
    • ImplementationFileListResponse_VALUE

      public static final int ImplementationFileListResponse_VALUE
      ImplementationFileListResponse = 28;
      See Also:
    • StubImplementationCodeRequest_VALUE

      public static final int StubImplementationCodeRequest_VALUE
      StubImplementationCodeRequest = 29;
      See Also:
    • FileDiff_VALUE

      public static final int FileDiff_VALUE
      FileDiff = 30;
      See Also:
    • ImplementationFileGlobPatternRequest_VALUE

      public static final int ImplementationFileGlobPatternRequest_VALUE
      ImplementationFileGlobPatternRequest = 31;
      See Also:
    • ImplementationFileGlobPatternResponse_VALUE

      public static final int ImplementationFileGlobPatternResponse_VALUE
      ImplementationFileGlobPatternResponse = 32;
      See Also:
    • SuiteExecutionResultItem_VALUE

      public static final int SuiteExecutionResultItem_VALUE
      SuiteExecutionResultItem = 33;
      See Also:
    • KeepAlive_VALUE

      public static final int KeepAlive_VALUE
      KeepAlive = 34;
      See Also:
    • ConceptExecutionStarting_VALUE

      public static final int ConceptExecutionStarting_VALUE
      ConceptExecutionStarting = 35;
      See Also:
    • ConceptExecutionEnding_VALUE

      public static final int ConceptExecutionEnding_VALUE
      ConceptExecutionEnding = 36;
      See Also:
  • Method Details

    • values

      public static Messages.Message.MessageType[] 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

      public static Messages.Message.MessageType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static Messages.Message.MessageType valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static Messages.Message.MessageType forNumber(int value)
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null