Interface Messages.ScenarioExecutionStartingRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Messages.ScenarioExecutionStartingRequest, Messages.ScenarioExecutionStartingRequest.Builder
Enclosing class:
Messages

public static interface Messages.ScenarioExecutionStartingRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCurrentExecutionInfo

      boolean hasCurrentExecutionInfo()
       / Holds the current sceanrio execution info.
       
      .gauge.messages.ExecutionInfo currentExecutionInfo = 1;
      Returns:
      Whether the currentExecutionInfo field is set.
    • getCurrentExecutionInfo

      Messages.ExecutionInfo getCurrentExecutionInfo()
       / Holds the current sceanrio execution info.
       
      .gauge.messages.ExecutionInfo currentExecutionInfo = 1;
      Returns:
      The currentExecutionInfo.
    • getCurrentExecutionInfoOrBuilder

      Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder()
       / Holds the current sceanrio execution info.
       
      .gauge.messages.ExecutionInfo currentExecutionInfo = 1;
    • hasScenarioResult

      boolean hasScenarioResult()
       / Holds the scenarion result in scenarion execution starting.
       / Some fields will not be populated before execution.
       
      .gauge.messages.ProtoScenarioResult scenarioResult = 2;
      Returns:
      Whether the scenarioResult field is set.
    • getScenarioResult

      Spec.ProtoScenarioResult getScenarioResult()
       / Holds the scenarion result in scenarion execution starting.
       / Some fields will not be populated before execution.
       
      .gauge.messages.ProtoScenarioResult scenarioResult = 2;
      Returns:
      The scenarioResult.
    • getScenarioResultOrBuilder

      Spec.ProtoScenarioResultOrBuilder getScenarioResultOrBuilder()
       / Holds the scenarion result in scenarion execution starting.
       / Some fields will not be populated before execution.
       
      .gauge.messages.ProtoScenarioResult scenarioResult = 2;
    • getStream

      int getStream()
      int32 stream = 3;
      Returns:
      The stream.