Class Messages.ExecuteStepRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
gauge.messages.Messages.ExecuteStepRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Messages.ExecuteStepRequestOrBuilder, Serializable
Enclosing class:
Messages

public static final class Messages.ExecuteStepRequest extends com.google.protobuf.GeneratedMessage implements Messages.ExecuteStepRequestOrBuilder
 / Request sent ot the runner to Execute a Step
 
Protobuf type gauge.messages.ExecuteStepRequest
See Also:
  • Field Details

    • ACTUALSTEPTEXT_FIELD_NUMBER

      public static final int ACTUALSTEPTEXT_FIELD_NUMBER
      See Also:
    • PARSEDSTEPTEXT_FIELD_NUMBER

      public static final int PARSEDSTEPTEXT_FIELD_NUMBER
      See Also:
    • SCENARIOFAILING_FIELD_NUMBER

      public static final int SCENARIOFAILING_FIELD_NUMBER
      See Also:
    • PARAMETERS_FIELD_NUMBER

      public static final int PARAMETERS_FIELD_NUMBER
      See Also:
    • STREAM_FIELD_NUMBER

      public static final int STREAM_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getActualStepText

      public String getActualStepText()
       / Contains the actual text of the Step being executed.
       / This contains the parameters as defined in the Spec.
       
      string actualStepText = 1;
      Specified by:
      getActualStepText in interface Messages.ExecuteStepRequestOrBuilder
      Returns:
      The actualStepText.
    • getActualStepTextBytes

      public com.google.protobuf.ByteString getActualStepTextBytes()
       / Contains the actual text of the Step being executed.
       / This contains the parameters as defined in the Spec.
       
      string actualStepText = 1;
      Specified by:
      getActualStepTextBytes in interface Messages.ExecuteStepRequestOrBuilder
      Returns:
      The bytes for actualStepText.
    • getParsedStepText

      public String getParsedStepText()
       / Contains the parsed text of the Step being executed.
       / The paramters are replaced with placeholders.
       
      string parsedStepText = 2;
      Specified by:
      getParsedStepText in interface Messages.ExecuteStepRequestOrBuilder
      Returns:
      The parsedStepText.
    • getParsedStepTextBytes

      public com.google.protobuf.ByteString getParsedStepTextBytes()
       / Contains the parsed text of the Step being executed.
       / The paramters are replaced with placeholders.
       
      string parsedStepText = 2;
      Specified by:
      getParsedStepTextBytes in interface Messages.ExecuteStepRequestOrBuilder
      Returns:
      The bytes for parsedStepText.
    • getScenarioFailing

      public boolean getScenarioFailing()
       / Flag to indicate if the execution of the Scenario, containing the current Step, failed.
       
      bool scenarioFailing = 3;
      Specified by:
      getScenarioFailing in interface Messages.ExecuteStepRequestOrBuilder
      Returns:
      The scenarioFailing.
    • getParametersList

      public List<Spec.Parameter> getParametersList()
       / Collection of parameters applicable to the current Step.
       
      repeated .gauge.messages.Parameter parameters = 4;
      Specified by:
      getParametersList in interface Messages.ExecuteStepRequestOrBuilder
    • getParametersOrBuilderList

      public List<? extends Spec.ParameterOrBuilder> getParametersOrBuilderList()
       / Collection of parameters applicable to the current Step.
       
      repeated .gauge.messages.Parameter parameters = 4;
      Specified by:
      getParametersOrBuilderList in interface Messages.ExecuteStepRequestOrBuilder
    • getParametersCount

      public int getParametersCount()
       / Collection of parameters applicable to the current Step.
       
      repeated .gauge.messages.Parameter parameters = 4;
      Specified by:
      getParametersCount in interface Messages.ExecuteStepRequestOrBuilder
    • getParameters

      public Spec.Parameter getParameters(int index)
       / Collection of parameters applicable to the current Step.
       
      repeated .gauge.messages.Parameter parameters = 4;
      Specified by:
      getParameters in interface Messages.ExecuteStepRequestOrBuilder
    • getParametersOrBuilder

      public Spec.ParameterOrBuilder getParametersOrBuilder(int index)
       / Collection of parameters applicable to the current Step.
       
      repeated .gauge.messages.Parameter parameters = 4;
      Specified by:
      getParametersOrBuilder in interface Messages.ExecuteStepRequestOrBuilder
    • getStream

      public int getStream()
      int32 stream = 5;
      Specified by:
      getStream in interface Messages.ExecuteStepRequestOrBuilder
      Returns:
      The stream.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Messages.ExecuteStepRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.ExecuteStepRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.ExecuteStepRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.ExecuteStepRequest 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.ExecuteStepRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.ExecuteStepRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.ExecuteStepRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Messages.ExecuteStepRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Messages.ExecuteStepRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Messages.ExecuteStepRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Messages.ExecuteStepRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Messages.ExecuteStepRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Messages.ExecuteStepRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Messages.ExecuteStepRequest.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Messages.ExecuteStepRequest.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Messages.ExecuteStepRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Messages.ExecuteStepRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<Messages.ExecuteStepRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Messages.ExecuteStepRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder