Package gauge.messages
Interface Spec.ProtoScenarioResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.ProtoScenarioResult,Spec.ProtoScenarioResult.Builder
- Enclosing class:
- Spec
public static interface Spec.ProtoScenarioResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong/ Holds the time taken for executing the whole suite./ Collection of scenarios in scenario execution result./ Collection of scenarios in scenario execution result./ Holds the timestamp of event starting.com.google.protobuf.ByteString/ Holds the timestamp of event starting.boolean/ Collection of scenarios in scenario execution result.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
-
hasProtoItem
boolean hasProtoItem()/ Collection of scenarios in scenario execution result.
.gauge.messages.ProtoItem protoItem = 1;- Returns:
- Whether the protoItem field is set.
-
getProtoItem
Spec.ProtoItem getProtoItem()/ Collection of scenarios in scenario execution result.
.gauge.messages.ProtoItem protoItem = 1;- Returns:
- The protoItem.
-
getProtoItemOrBuilder
Spec.ProtoItemOrBuilder getProtoItemOrBuilder()/ Collection of scenarios in scenario execution result.
.gauge.messages.ProtoItem protoItem = 1; -
getExecutionTime
long getExecutionTime()/ Holds the time taken for executing the whole suite.
int64 executionTime = 2;- Returns:
- The executionTime.
-
getTimestamp
String getTimestamp()/ Holds the timestamp of event starting.
string timestamp = 3;- Returns:
- The timestamp.
-
getTimestampBytes
com.google.protobuf.ByteString getTimestampBytes()/ Holds the timestamp of event starting.
string timestamp = 3;- Returns:
- The bytes for timestamp.
-