Package gauge.messages
Interface Messages.SpecInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.SpecInfo,Messages.SpecInfo.Builder
- Enclosing class:
- Messages
public static interface Messages.SpecInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription/ Full File path containing the current Spec being executed.com.google.protobuf.ByteString/ Full File path containing the current Spec being executed.boolean/ Flag to indicate if the current Spec execution failed.getName()/ Name of the current Spec being executed.com.google.protobuf.ByteString/ Name of the current Spec being executed.getTags(int index) / Tags relevant to the current Spec execution.com.google.protobuf.ByteStringgetTagsBytes(int index) / Tags relevant to the current Spec execution.int/ Tags relevant to the current Spec execution./ Tags relevant to the current Spec execution.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
-
getName
String getName()/ Name of the current Spec being executed.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()/ Name of the current Spec being executed.
string name = 1;- Returns:
- The bytes for name.
-
getFileName
String getFileName()/ Full File path containing the current Spec being executed.
string fileName = 2;- Returns:
- The fileName.
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()/ Full File path containing the current Spec being executed.
string fileName = 2;- Returns:
- The bytes for fileName.
-
getIsFailed
boolean getIsFailed()/ Flag to indicate if the current Spec execution failed.
bool isFailed = 3;- Returns:
- The isFailed.
-
getTagsList
/ Tags relevant to the current Spec execution.
repeated string tags = 4;- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()/ Tags relevant to the current Spec execution.
repeated string tags = 4;- Returns:
- The count of tags.
-
getTags
/ Tags relevant to the current Spec execution.
repeated string tags = 4;- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index) / Tags relevant to the current Spec execution.
repeated string tags = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-