Interface Messages.StepInfoOrBuilder

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

    public static interface Messages.StepInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getErrorMessage()
      / The error message in case of failure
      com.google.protobuf.ByteString getErrorMessageBytes()
      / The error message in case of failure
      boolean getIsFailed()
      / Flag to indicate if the current Step execution failed.
      String getStackTrace()
      / The current stack trace in case of failure
      com.google.protobuf.ByteString getStackTraceBytes()
      / The current stack trace in case of failure
      Messages.ExecuteStepRequest getStep()
      / The current request to execute Step
      Messages.ExecuteStepRequestOrBuilder getStepOrBuilder()
      / The current request to execute Step
      boolean hasStep()
      / The current request to execute Step
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasStep

        boolean hasStep()
        / The current request to execute Step
         
        .gauge.messages.ExecuteStepRequest step = 1;
      • getIsFailed

        boolean getIsFailed()
        / Flag to indicate if the current Step execution failed.
         
        bool isFailed = 2;
      • getStackTrace

        String getStackTrace()
        / The current stack trace in case of failure
         
        string stackTrace = 3;
      • getStackTraceBytes

        com.google.protobuf.ByteString getStackTraceBytes()
        / The current stack trace in case of failure
         
        string stackTrace = 3;
      • getErrorMessage

        String getErrorMessage()
        / The error message in case of failure
         
        string errorMessage = 4;
      • getErrorMessageBytes

        com.google.protobuf.ByteString getErrorMessageBytes()
        / The error message in case of failure
         
        string errorMessage = 4;