public static interface Messages.PickleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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
|
Messages.Location |
getLocations(int index)
The source locations of the pickle.
|
int |
getLocationsCount()
The source locations of the pickle.
|
List<Messages.Location> |
getLocationsList()
The source locations of the pickle.
|
Messages.LocationOrBuilder |
getLocationsOrBuilder(int index)
The source locations of the pickle.
|
List<? extends Messages.LocationOrBuilder> |
getLocationsOrBuilderList()
The source locations 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<Messages.Location> getLocationsList()
The source locations of the pickle. The last one represents the unique line number. A pickle constructed from `Examples` will have the first location originating from the `Step`, and the second from the table row.
repeated .io.cucumber.messages.Location locations = 7;Messages.Location getLocations(int index)
The source locations of the pickle. The last one represents the unique line number. A pickle constructed from `Examples` will have the first location originating from the `Step`, and the second from the table row.
repeated .io.cucumber.messages.Location locations = 7;int getLocationsCount()
The source locations of the pickle. The last one represents the unique line number. A pickle constructed from `Examples` will have the first location originating from the `Step`, and the second from the table row.
repeated .io.cucumber.messages.Location locations = 7;List<? extends Messages.LocationOrBuilder> getLocationsOrBuilderList()
The source locations of the pickle. The last one represents the unique line number. A pickle constructed from `Examples` will have the first location originating from the `Step`, and the second from the table row.
repeated .io.cucumber.messages.Location locations = 7;Messages.LocationOrBuilder getLocationsOrBuilder(int index)
The source locations of the pickle. The last one represents the unique line number. A pickle constructed from `Examples` will have the first location originating from the `Step`, and the second from the table row.
repeated .io.cucumber.messages.Location locations = 7;Copyright © 2019. All rights reserved.