Package gauge.messages
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 Summary
Modifier and TypeMethodDescription/ Holds the current step execution info./ Holds the current step execution info./ Holds step result in step execution ending./ Holds step result in step execution ending.intint32 stream = 3;boolean/ Holds the current step execution info.boolean/ Holds step result in step execution ending.Methods 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
-
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.
-