Class Spec.ProtoTableDrivenScenario

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

public static final class Spec.ProtoTableDrivenScenario extends com.google.protobuf.GeneratedMessage implements Spec.ProtoTableDrivenScenarioOrBuilder
 / A proto object representing a TableDrivenScenario
 
Protobuf type gauge.messages.ProtoTableDrivenScenario
See Also:
  • Field Details

    • SCENARIO_FIELD_NUMBER

      public static final int SCENARIO_FIELD_NUMBER
      See Also:
    • TABLEROWINDEX_FIELD_NUMBER

      public static final int TABLEROWINDEX_FIELD_NUMBER
      See Also:
    • SCENARIOTABLEROWINDEX_FIELD_NUMBER

      public static final int SCENARIOTABLEROWINDEX_FIELD_NUMBER
      See Also:
    • ISSPECTABLEDRIVEN_FIELD_NUMBER

      public static final int ISSPECTABLEDRIVEN_FIELD_NUMBER
      See Also:
    • ISSCENARIOTABLEDRIVEN_FIELD_NUMBER

      public static final int ISSCENARIOTABLEDRIVEN_FIELD_NUMBER
      See Also:
    • SCENARIODATATABLE_FIELD_NUMBER

      public static final int SCENARIODATATABLE_FIELD_NUMBER
      See Also:
    • SCENARIOTABLEROW_FIELD_NUMBER

      public static final int SCENARIOTABLEROW_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
    • hasScenario

      public boolean hasScenario()
       / Scenario under Table driven execution
       
      .gauge.messages.ProtoScenario scenario = 1;
      Specified by:
      hasScenario in interface Spec.ProtoTableDrivenScenarioOrBuilder
      Returns:
      Whether the scenario field is set.
    • getScenario

      public Spec.ProtoScenario getScenario()
       / Scenario under Table driven execution
       
      .gauge.messages.ProtoScenario scenario = 1;
      Specified by:
      getScenario in interface Spec.ProtoTableDrivenScenarioOrBuilder
      Returns:
      The scenario.
    • getScenarioOrBuilder

      public Spec.ProtoScenarioOrBuilder getScenarioOrBuilder()
       / Scenario under Table driven execution
       
      .gauge.messages.ProtoScenario scenario = 1;
      Specified by:
      getScenarioOrBuilder in interface Spec.ProtoTableDrivenScenarioOrBuilder
    • getTableRowIndex

      public int getTableRowIndex()
       / Row Index of data table against which the current scenario is executed
       
      int32 tableRowIndex = 2;
      Specified by:
      getTableRowIndex in interface Spec.ProtoTableDrivenScenarioOrBuilder
      Returns:
      The tableRowIndex.
    • getScenarioTableRowIndex

      public int getScenarioTableRowIndex()
       / Row Index of scenario data table against which the current scenario is executed
       
      int32 scenarioTableRowIndex = 3;
      Specified by:
      getScenarioTableRowIndex in interface Spec.ProtoTableDrivenScenarioOrBuilder
      Returns:
      The scenarioTableRowIndex.
    • getIsSpecTableDriven

      public boolean getIsSpecTableDriven()
       / Executed against a spec data table
       
      bool isSpecTableDriven = 4;
      Specified by:
      getIsSpecTableDriven in interface Spec.ProtoTableDrivenScenarioOrBuilder
      Returns:
      The isSpecTableDriven.
    • getIsScenarioTableDriven

      public boolean getIsScenarioTableDriven()
       / Executed against a scenario data table
       
      bool isScenarioTableDriven = 5;
      Specified by:
      getIsScenarioTableDriven in interface Spec.ProtoTableDrivenScenarioOrBuilder
      Returns:
      The isScenarioTableDriven.
    • hasScenarioDataTable

      public boolean hasScenarioDataTable()
       / Holds the scenario data table
       
      .gauge.messages.ProtoTable scenarioDataTable = 6;
      Specified by:
      hasScenarioDataTable in interface Spec.ProtoTableDrivenScenarioOrBuilder
      Returns:
      Whether the scenarioDataTable field is set.
    • getScenarioDataTable

      public Spec.ProtoTable getScenarioDataTable()
       / Holds the scenario data table
       
      .gauge.messages.ProtoTable scenarioDataTable = 6;
      Specified by:
      getScenarioDataTable in interface Spec.ProtoTableDrivenScenarioOrBuilder
      Returns:
      The scenarioDataTable.
    • getScenarioDataTableOrBuilder

      public Spec.ProtoTableOrBuilder getScenarioDataTableOrBuilder()
       / Holds the scenario data table
       
      .gauge.messages.ProtoTable scenarioDataTable = 6;
      Specified by:
      getScenarioDataTableOrBuilder in interface Spec.ProtoTableDrivenScenarioOrBuilder
    • hasScenarioTableRow

      public boolean hasScenarioTableRow()
       / Hold the row of scenario data table.
       
      .gauge.messages.ProtoTable scenarioTableRow = 7;
      Specified by:
      hasScenarioTableRow in interface Spec.ProtoTableDrivenScenarioOrBuilder
      Returns:
      Whether the scenarioTableRow field is set.
    • getScenarioTableRow

      public Spec.ProtoTable getScenarioTableRow()
       / Hold the row of scenario data table.
       
      .gauge.messages.ProtoTable scenarioTableRow = 7;
      Specified by:
      getScenarioTableRow in interface Spec.ProtoTableDrivenScenarioOrBuilder
      Returns:
      The scenarioTableRow.
    • getScenarioTableRowOrBuilder

      public Spec.ProtoTableOrBuilder getScenarioTableRowOrBuilder()
       / Hold the row of scenario data table.
       
      .gauge.messages.ProtoTable scenarioTableRow = 7;
      Specified by:
      getScenarioTableRowOrBuilder in interface Spec.ProtoTableDrivenScenarioOrBuilder
    • 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 Spec.ProtoTableDrivenScenario parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static Spec.ProtoTableDrivenScenario parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Spec.ProtoTableDrivenScenario parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

      public static Spec.ProtoTableDrivenScenario parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static Spec.ProtoTableDrivenScenario parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static Spec.ProtoTableDrivenScenario.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static Spec.ProtoTableDrivenScenario getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Spec.ProtoTableDrivenScenario> parser()
    • getParserForType

      public com.google.protobuf.Parser<Spec.ProtoTableDrivenScenario> 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 Spec.ProtoTableDrivenScenario getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder