Package gauge.messages
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
Modifier and TypeMethodDescription/ The error message in case of failurecom.google.protobuf.ByteString/ The error message in case of failureboolean/ Flag to indicate if the current Step execution failed./ The current stack trace in case of failurecom.google.protobuf.ByteString/ The current stack trace in case of failuregetStep()/ The current request to execute Step/ The current request to execute StepbooleanhasStep()/ The current request to execute StepMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStep
boolean hasStep()/ The current request to execute Step
.gauge.messages.ExecuteStepRequest step = 1;- Returns:
- Whether the step field is set.
-
getStep
Messages.ExecuteStepRequest getStep()/ The current request to execute Step
.gauge.messages.ExecuteStepRequest step = 1;- Returns:
- The step.
-
getStepOrBuilder
Messages.ExecuteStepRequestOrBuilder getStepOrBuilder()/ 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;- Returns:
- The isFailed.
-
getStackTrace
String getStackTrace()/ The current stack trace in case of failure
string stackTrace = 3;- Returns:
- The stackTrace.
-
getStackTraceBytes
com.google.protobuf.ByteString getStackTraceBytes()/ The current stack trace in case of failure
string stackTrace = 3;- Returns:
- The bytes for stackTrace.
-
getErrorMessage
String getErrorMessage()/ The error message in case of failure
string errorMessage = 4;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()/ The error message in case of failure
string errorMessage = 4;- Returns:
- The bytes for errorMessage.
-