Interface Messages.StepExecutionEndingRequestOrBuilder

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

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

    • hasCurrentExecutionInfo

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

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

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

      boolean hasStepResult()
       / Holds step result in step execution ending.
       
      .gauge.messages.ProtoStepResult stepResult = 2;
      Returns:
      Whether the stepResult field is set.
    • getStepResult

      Spec.ProtoStepResult getStepResult()
       / Holds step result in step execution ending.
       
      .gauge.messages.ProtoStepResult stepResult = 2;
      Returns:
      The stepResult.
    • getStepResultOrBuilder

      Spec.ProtoStepResultOrBuilder getStepResultOrBuilder()
       / Holds step result in step execution ending.
       
      .gauge.messages.ProtoStepResult stepResult = 2;
    • getStream

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