public static interface Messages.PickleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAstNodeIds(int index)
Points to the AST node locations of the pickle.
|
com.google.protobuf.ByteString |
getAstNodeIdsBytes(int index)
Points to the AST node locations of the pickle.
|
int |
getAstNodeIdsCount()
Points to the AST node locations of the pickle.
|
List<String> |
getAstNodeIdsList()
Points to the AST node locations of the pickle.
|
String |
getId()
A unique id for the pickle.
|
com.google.protobuf.ByteString |
getIdBytes()
A unique id for the pickle.
|
String |
getLanguage()
The language of the pickle
|
com.google.protobuf.ByteString |
getLanguageBytes()
The language of the pickle
|
String |
getName()
The name of the pickle
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the pickle
|
Messages.Pickle.PickleStep |
getSteps(int index)
One or more steps
|
int |
getStepsCount()
One or more steps
|
List<Messages.Pickle.PickleStep> |
getStepsList()
One or more steps
|
Messages.Pickle.PickleStepOrBuilder |
getStepsOrBuilder(int index)
One or more steps
|
List<? extends Messages.Pickle.PickleStepOrBuilder> |
getStepsOrBuilderList()
One or more steps
|
Messages.Pickle.PickleTag |
getTags(int index)
One or more tags.
|
int |
getTagsCount()
One or more tags.
|
List<Messages.Pickle.PickleTag> |
getTagsList()
One or more tags.
|
Messages.Pickle.PickleTagOrBuilder |
getTagsOrBuilder(int index)
One or more tags.
|
List<? extends Messages.Pickle.PickleTagOrBuilder> |
getTagsOrBuilderList()
One or more tags.
|
String |
getUri()
The uri of the source file
|
com.google.protobuf.ByteString |
getUriBytes()
The uri of the source file
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
A unique id for the pickle. This is a [SHA1](https://en.wikipedia.org/wiki/SHA-1) hash from the source data and the `locations` of the pickle. This ID will change if source the file is modified.
string id = 1;com.google.protobuf.ByteString getIdBytes()
A unique id for the pickle. This is a [SHA1](https://en.wikipedia.org/wiki/SHA-1) hash from the source data and the `locations` of the pickle. This ID will change if source the file is modified.
string id = 1;String getUri()
The uri of the source file
string uri = 2;com.google.protobuf.ByteString getUriBytes()
The uri of the source file
string uri = 2;String getName()
The name of the pickle
string name = 3;com.google.protobuf.ByteString getNameBytes()
The name of the pickle
string name = 3;String getLanguage()
The language of the pickle
string language = 4;com.google.protobuf.ByteString getLanguageBytes()
The language of the pickle
string language = 4;List<Messages.Pickle.PickleStep> getStepsList()
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;Messages.Pickle.PickleStep getSteps(int index)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;int getStepsCount()
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;List<? extends Messages.Pickle.PickleStepOrBuilder> getStepsOrBuilderList()
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;Messages.Pickle.PickleStepOrBuilder getStepsOrBuilder(int index)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;List<Messages.Pickle.PickleTag> getTagsList()
One or more tags. If this pickle is constructed from a Gherkin document, It includes inherited tags from the `Feature` as well.
repeated .io.cucumber.messages.Pickle.PickleTag tags = 6;Messages.Pickle.PickleTag getTags(int index)
One or more tags. If this pickle is constructed from a Gherkin document, It includes inherited tags from the `Feature` as well.
repeated .io.cucumber.messages.Pickle.PickleTag tags = 6;int getTagsCount()
One or more tags. If this pickle is constructed from a Gherkin document, It includes inherited tags from the `Feature` as well.
repeated .io.cucumber.messages.Pickle.PickleTag tags = 6;List<? extends Messages.Pickle.PickleTagOrBuilder> getTagsOrBuilderList()
One or more tags. If this pickle is constructed from a Gherkin document, It includes inherited tags from the `Feature` as well.
repeated .io.cucumber.messages.Pickle.PickleTag tags = 6;Messages.Pickle.PickleTagOrBuilder getTagsOrBuilder(int index)
One or more tags. If this pickle is constructed from a Gherkin document, It includes inherited tags from the `Feature` as well.
repeated .io.cucumber.messages.Pickle.PickleTag tags = 6;List<String> getAstNodeIdsList()
Points to the AST node locations of the pickle. The last one represents the unique id of the pickle. A pickle constructed from `Examples` will have the first id originating from the `Scenario` AST node, and the second from the `TableRow` AST node.
repeated string ast_node_ids = 7;int getAstNodeIdsCount()
Points to the AST node locations of the pickle. The last one represents the unique id of the pickle. A pickle constructed from `Examples` will have the first id originating from the `Scenario` AST node, and the second from the `TableRow` AST node.
repeated string ast_node_ids = 7;String getAstNodeIds(int index)
Points to the AST node locations of the pickle. The last one represents the unique id of the pickle. A pickle constructed from `Examples` will have the first id originating from the `Scenario` AST node, and the second from the `TableRow` AST node.
repeated string ast_node_ids = 7;com.google.protobuf.ByteString getAstNodeIdsBytes(int index)
Points to the AST node locations of the pickle. The last one represents the unique id of the pickle. A pickle constructed from `Examples` will have the first id originating from the `Scenario` AST node, and the second from the `TableRow` AST node.
repeated string ast_node_ids = 7;Copyright © 2020. All rights reserved.