public static interface Messages.Pickle.PickleStepOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.PickleStepArgument |
getArgument()
An optional argument
|
Messages.PickleStepArgumentOrBuilder |
getArgumentOrBuilder()
An optional argument
|
String |
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 PickleStep
|
com.google.protobuf.ByteString |
getIdBytes()
A unique ID for the PickleStep
|
String |
getText()
string text = 1; |
com.google.protobuf.ByteString |
getTextBytes()
string text = 1; |
boolean |
hasArgument()
An optional argument
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getText()
string text = 1;com.google.protobuf.ByteString getTextBytes()
string text = 1;boolean hasArgument()
An optional argument
.io.cucumber.messages.PickleStepArgument argument = 2;Messages.PickleStepArgument getArgument()
An optional argument
.io.cucumber.messages.PickleStepArgument argument = 2;Messages.PickleStepArgumentOrBuilder getArgumentOrBuilder()
An optional argument
.io.cucumber.messages.PickleStepArgument argument = 2;String getId()
A unique ID for the PickleStep
string id = 3;com.google.protobuf.ByteString getIdBytes()
A unique ID for the PickleStep
string id = 3;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;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;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;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;Copyright © 2020. All rights reserved.