Package io.cucumber.messages
Interface Messages.Pickle.PickleStepOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.Pickle.PickleStep
,Messages.Pickle.PickleStep.Builder
- Enclosing class:
- Messages.Pickle
public static interface Messages.Pickle.PickleStepOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Messages.PickleStepArgument
getArgument()
An optional argumentMessages.PickleStepArgumentOrBuilder
getArgumentOrBuilder()
An optional argumentString
getAstNodeIds(int index)
References the IDs of the source of the step.com.google.protobuf.ByteString
getAstNodeIdsBytes(int index)
References the IDs of the source of the step.int
getAstNodeIdsCount()
References the IDs of the source of the step.List<String>
getAstNodeIdsList()
References the IDs of the source of the step.String
getId()
A unique ID for the PickleStepcom.google.protobuf.ByteString
getIdBytes()
A unique ID for the PickleStepString
getText()
string text = 1;
com.google.protobuf.ByteString
getTextBytes()
string text = 1;
boolean
hasArgument()
An optional argument-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getText
String getText()
string text = 1;
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
string text = 1;
-
hasArgument
boolean hasArgument()
An optional argument
.io.cucumber.messages.PickleStepArgument argument = 2;
-
getArgument
Messages.PickleStepArgument getArgument()
An optional argument
.io.cucumber.messages.PickleStepArgument argument = 2;
-
getArgumentOrBuilder
Messages.PickleStepArgumentOrBuilder getArgumentOrBuilder()
An optional argument
.io.cucumber.messages.PickleStepArgument argument = 2;
-
getId
String getId()
A unique ID for the PickleStep
string id = 3;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
A unique ID for the PickleStep
string id = 3;
-
getAstNodeIdsList
List<String> getAstNodeIdsList()
References the IDs of the source of the step. For Gherkin, this can be the ID of a Step, and possibly also the ID of a TableRow
repeated string ast_node_ids = 4;
-
getAstNodeIdsCount
int getAstNodeIdsCount()
References the IDs of the source of the step. For Gherkin, this can be the ID of a Step, and possibly also the ID of a TableRow
repeated string ast_node_ids = 4;
-
getAstNodeIds
String getAstNodeIds(int index)
References the IDs of the source of the step. For Gherkin, this can be the ID of a Step, and possibly also the ID of a TableRow
repeated string ast_node_ids = 4;
-
getAstNodeIdsBytes
com.google.protobuf.ByteString getAstNodeIdsBytes(int index)
References the IDs of the source of the step. For Gherkin, this can be the ID of a Step, and possibly also the ID of a TableRow
repeated string ast_node_ids = 4;
-
-