Package gauge.messages
Interface Spec.ProtoStepResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.ProtoStepResult,Spec.ProtoStepResult.Builder
- Enclosing class:
- Spec
public static interface Spec.ProtoStepResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong/ Holds the time taken for executing the whole suite./ Collection of steps in step execution result./ Collection of steps in step execution result./ Holds the timestamp of event starting.com.google.protobuf.ByteString/ Holds the timestamp of event starting.boolean/ Collection of steps in step 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 steps in step execution result.
.gauge.messages.ProtoItem protoItem = 1;- Returns:
- Whether the protoItem field is set.
-
getProtoItem
Spec.ProtoItem getProtoItem()/ Collection of steps in step execution result.
.gauge.messages.ProtoItem protoItem = 1;- Returns:
- The protoItem.
-
getProtoItemOrBuilder
Spec.ProtoItemOrBuilder getProtoItemOrBuilder()/ Collection of steps in step 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.
-