Package gauge.messages
Interface Messages.ScenarioInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.ScenarioInfo,Messages.ScenarioInfo.Builder
- Enclosing class:
- Messages
public static interface Messages.ScenarioInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean/ Flag to indicate if the current Scenario execution failed.getName()/ Name of the current Scenario being executed.com.google.protobuf.ByteString/ Name of the current Scenario being executed./ Retries info/ Retries infogetTags(int index) / Tags relevant to the current Scenario execution.com.google.protobuf.ByteStringgetTagsBytes(int index) / Tags relevant to the current Scenario execution.int/ Tags relevant to the current Scenario execution./ Tags relevant to the current Scenario execution.boolean/ Retries infoMethods 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 Scenario being executed.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()/ Name of the current Scenario being executed.
string name = 1;- Returns:
- The bytes for name.
-
getIsFailed
boolean getIsFailed()/ Flag to indicate if the current Scenario execution failed.
bool isFailed = 2;- Returns:
- The isFailed.
-
getTagsList
/ Tags relevant to the current Scenario execution.
repeated string tags = 3;- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()/ Tags relevant to the current Scenario execution.
repeated string tags = 3;- Returns:
- The count of tags.
-
getTags
/ Tags relevant to the current Scenario execution.
repeated string tags = 3;- 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 Scenario execution.
repeated string tags = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-
hasRetries
boolean hasRetries()/ Retries info
.gauge.messages.ScenarioRetriesInfo retries = 4;- Returns:
- Whether the retries field is set.
-
getRetries
Messages.ScenarioRetriesInfo getRetries()/ Retries info
.gauge.messages.ScenarioRetriesInfo retries = 4;- Returns:
- The retries.
-
getRetriesOrBuilder
Messages.ScenarioRetriesInfoOrBuilder getRetriesOrBuilder()/ Retries info
.gauge.messages.ScenarioRetriesInfo retries = 4;
-