Package gauge.messages
Interface Messages.SpecExecutionEndingRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.SpecExecutionEndingRequest,Messages.SpecExecutionEndingRequest.Builder
- Enclosing class:
- Messages
public static interface Messages.SpecExecutionEndingRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription/ Holds the current spec execution info./ Holds the current spec execution info./ Holds the specs result in spec execution ending./ Holds the specs result in spec execution ending.intint32 stream = 3;boolean/ Holds the current spec execution info.boolean/ Holds the specs result in spec 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 spec execution info.
.gauge.messages.ExecutionInfo currentExecutionInfo = 1;- Returns:
- Whether the currentExecutionInfo field is set.
-
getCurrentExecutionInfo
Messages.ExecutionInfo getCurrentExecutionInfo()/ Holds the current spec execution info.
.gauge.messages.ExecutionInfo currentExecutionInfo = 1;- Returns:
- The currentExecutionInfo.
-
getCurrentExecutionInfoOrBuilder
Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder()/ Holds the current spec execution info.
.gauge.messages.ExecutionInfo currentExecutionInfo = 1; -
hasSpecResult
boolean hasSpecResult()/ Holds the specs result in spec execution ending.
.gauge.messages.ProtoSpecResult specResult = 2;- Returns:
- Whether the specResult field is set.
-
getSpecResult
Spec.ProtoSpecResult getSpecResult()/ Holds the specs result in spec execution ending.
.gauge.messages.ProtoSpecResult specResult = 2;- Returns:
- The specResult.
-
getSpecResultOrBuilder
Spec.ProtoSpecResultOrBuilder getSpecResultOrBuilder()/ Holds the specs result in spec execution ending.
.gauge.messages.ProtoSpecResult specResult = 2; -
getStream
int getStream()int32 stream = 3;- Returns:
- The stream.
-