Package gauge.messages
Interface Messages.StepNameResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.StepNameResponse,Messages.StepNameResponse.Builder
- Enclosing class:
- Messages
public static interface Messages.StepNameResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription/ File name in which the step implementation existscom.google.protobuf.ByteString/ File name in which the step implementation existsboolean/ Flag indicating if the given Step is an alias.boolean/ Flag indicating if the given Step defined in some external library and the source code can not be accessed.boolean/ Flag indicating if there is a match for the given Step Text.getSpan()/ Range of step/ Range of stepgetStepName(int index) / The Step name of the given step.com.google.protobuf.ByteStringgetStepNameBytes(int index) / The Step name of the given step.int/ The Step name of the given step./ The Step name of the given step.booleanhasSpan()/ Range of stepMethods 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
-
getIsStepPresent
boolean getIsStepPresent()/ Flag indicating if there is a match for the given Step Text.
bool isStepPresent = 1;- Returns:
- The isStepPresent.
-
getStepNameList
/ The Step name of the given step.
repeated string stepName = 2;- Returns:
- A list containing the stepName.
-
getStepNameCount
int getStepNameCount()/ The Step name of the given step.
repeated string stepName = 2;- Returns:
- The count of stepName.
-
getStepName
/ The Step name of the given step.
repeated string stepName = 2;- Parameters:
index- The index of the element to return.- Returns:
- The stepName at the given index.
-
getStepNameBytes
com.google.protobuf.ByteString getStepNameBytes(int index) / The Step name of the given step.
repeated string stepName = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the stepName at the given index.
-
getHasAlias
boolean getHasAlias()/ Flag indicating if the given Step is an alias.
bool hasAlias = 3;- Returns:
- The hasAlias.
-
getFileName
String getFileName()/ File name in which the step implementation exists
string fileName = 4;- Returns:
- The fileName.
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()/ File name in which the step implementation exists
string fileName = 4;- Returns:
- The bytes for fileName.
-
hasSpan
boolean hasSpan()/ Range of step
.gauge.messages.Span span = 5;- Returns:
- Whether the span field is set.
-
getSpan
Spec.Span getSpan()/ Range of step
.gauge.messages.Span span = 5;- Returns:
- The span.
-
getSpanOrBuilder
Spec.SpanOrBuilder getSpanOrBuilder()/ Range of step
.gauge.messages.Span span = 5; -
getIsExternal
boolean getIsExternal()/ Flag indicating if the given Step defined in some external library and the source code can not be accessed.
bool isExternal = 6;- Returns:
- The isExternal.
-