public static final class Messages.Pickle.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder> implements Messages.PickleOrBuilder
A `Pickle` represents a test case Cucumber can *execute*. It is typically derived from another format, such as [GherkinDocument](#io.cucumber.messages.GherkinDocument). In the future a `Pickle` may be derived from other formats such as Markdown or Excel files. By making `Pickle` the main data structure Cucumber uses for execution, the implementation of Cucumber itself becomes simpler, as it doesn't have to deal with the complex structure of a [GherkinDocument](#io.cucumber.messages.GherkinDocument).Protobuf type
io.cucumber.messages.Pickle| Modifier and Type | Method and Description |
|---|---|
Messages.Pickle.Builder |
addAllLocations(Iterable<? extends Messages.Location> values)
The source locations of the pickle.
|
Messages.Pickle.Builder |
addAllSteps(Iterable<? extends Messages.Pickle.PickleStep> values)
One or more steps
|
Messages.Pickle.Builder |
addAllTags(Iterable<? extends Messages.Pickle.PickleTag> values)
One or more tags.
|
Messages.Pickle.Builder |
addLocations(int index,
Messages.Location.Builder builderForValue)
The source locations of the pickle.
|
Messages.Pickle.Builder |
addLocations(int index,
Messages.Location value)
The source locations of the pickle.
|
Messages.Pickle.Builder |
addLocations(Messages.Location.Builder builderForValue)
The source locations of the pickle.
|
Messages.Pickle.Builder |
addLocations(Messages.Location value)
The source locations of the pickle.
|
Messages.Location.Builder |
addLocationsBuilder()
The source locations of the pickle.
|
Messages.Location.Builder |
addLocationsBuilder(int index)
The source locations of the pickle.
|
Messages.Pickle.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Messages.Pickle.Builder |
addSteps(int index,
Messages.Pickle.PickleStep.Builder builderForValue)
One or more steps
|
Messages.Pickle.Builder |
addSteps(int index,
Messages.Pickle.PickleStep value)
One or more steps
|
Messages.Pickle.Builder |
addSteps(Messages.Pickle.PickleStep.Builder builderForValue)
One or more steps
|
Messages.Pickle.Builder |
addSteps(Messages.Pickle.PickleStep value)
One or more steps
|
Messages.Pickle.PickleStep.Builder |
addStepsBuilder()
One or more steps
|
Messages.Pickle.PickleStep.Builder |
addStepsBuilder(int index)
One or more steps
|
Messages.Pickle.Builder |
addTags(int index,
Messages.Pickle.PickleTag.Builder builderForValue)
One or more tags.
|
Messages.Pickle.Builder |
addTags(int index,
Messages.Pickle.PickleTag value)
One or more tags.
|
Messages.Pickle.Builder |
addTags(Messages.Pickle.PickleTag.Builder builderForValue)
One or more tags.
|
Messages.Pickle.Builder |
addTags(Messages.Pickle.PickleTag value)
One or more tags.
|
Messages.Pickle.PickleTag.Builder |
addTagsBuilder()
One or more tags.
|
Messages.Pickle.PickleTag.Builder |
addTagsBuilder(int index)
One or more tags.
|
Messages.Pickle |
build() |
Messages.Pickle |
buildPartial() |
Messages.Pickle.Builder |
clear() |
Messages.Pickle.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Messages.Pickle.Builder |
clearId()
A unique id for the pickle.
|
Messages.Pickle.Builder |
clearLanguage()
The language of the pickle
|
Messages.Pickle.Builder |
clearLocations()
The source locations of the pickle.
|
Messages.Pickle.Builder |
clearName()
The name of the pickle
|
Messages.Pickle.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Messages.Pickle.Builder |
clearSteps()
One or more steps
|
Messages.Pickle.Builder |
clearTags()
One or more tags.
|
Messages.Pickle.Builder |
clearUri()
The uri of the source file
|
Messages.Pickle.Builder |
clone() |
Messages.Pickle |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
Messages.Location.Builder |
getLocationsBuilder(int index)
The source locations of the pickle.
|
List<Messages.Location.Builder> |
getLocationsBuilderList()
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
|
Messages.Pickle.PickleStep.Builder |
getStepsBuilder(int index)
One or more steps
|
List<Messages.Pickle.PickleStep.Builder> |
getStepsBuilderList()
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.
|
Messages.Pickle.PickleTag.Builder |
getTagsBuilder(int index)
One or more tags.
|
List<Messages.Pickle.PickleTag.Builder> |
getTagsBuilderList()
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
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Messages.Pickle.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Messages.Pickle.Builder |
mergeFrom(com.google.protobuf.Message other) |
Messages.Pickle.Builder |
mergeFrom(Messages.Pickle other) |
Messages.Pickle.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Messages.Pickle.Builder |
removeLocations(int index)
The source locations of the pickle.
|
Messages.Pickle.Builder |
removeSteps(int index)
One or more steps
|
Messages.Pickle.Builder |
removeTags(int index)
One or more tags.
|
Messages.Pickle.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Messages.Pickle.Builder |
setId(String value)
A unique id for the pickle.
|
Messages.Pickle.Builder |
setIdBytes(com.google.protobuf.ByteString value)
A unique id for the pickle.
|
Messages.Pickle.Builder |
setLanguage(String value)
The language of the pickle
|
Messages.Pickle.Builder |
setLanguageBytes(com.google.protobuf.ByteString value)
The language of the pickle
|
Messages.Pickle.Builder |
setLocations(int index,
Messages.Location.Builder builderForValue)
The source locations of the pickle.
|
Messages.Pickle.Builder |
setLocations(int index,
Messages.Location value)
The source locations of the pickle.
|
Messages.Pickle.Builder |
setName(String value)
The name of the pickle
|
Messages.Pickle.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The name of the pickle
|
Messages.Pickle.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Messages.Pickle.Builder |
setSteps(int index,
Messages.Pickle.PickleStep.Builder builderForValue)
One or more steps
|
Messages.Pickle.Builder |
setSteps(int index,
Messages.Pickle.PickleStep value)
One or more steps
|
Messages.Pickle.Builder |
setTags(int index,
Messages.Pickle.PickleTag.Builder builderForValue)
One or more tags.
|
Messages.Pickle.Builder |
setTags(int index,
Messages.Pickle.PickleTag value)
One or more tags.
|
Messages.Pickle.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Messages.Pickle.Builder |
setUri(String value)
The uri of the source file
|
Messages.Pickle.Builder |
setUriBytes(com.google.protobuf.ByteString value)
The uri of the source file
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>public Messages.Pickle.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>public Messages.Pickle getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Messages.Pickle build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Messages.Pickle buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Messages.Pickle.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>public Messages.Pickle.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>public Messages.Pickle.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>public Messages.Pickle.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>public Messages.Pickle.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>public Messages.Pickle.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>public Messages.Pickle.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.Pickle.Builder>public Messages.Pickle.Builder mergeFrom(Messages.Pickle other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>public Messages.Pickle.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.Pickle.Builder>IOExceptionpublic String 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;getId in interface Messages.PickleOrBuilderpublic 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;getIdBytes in interface Messages.PickleOrBuilderpublic Messages.Pickle.Builder setId(String value)
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;public Messages.Pickle.Builder clearId()
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;public Messages.Pickle.Builder setIdBytes(com.google.protobuf.ByteString value)
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;public String getUri()
The uri of the source file
string uri = 2;getUri in interface Messages.PickleOrBuilderpublic com.google.protobuf.ByteString getUriBytes()
The uri of the source file
string uri = 2;getUriBytes in interface Messages.PickleOrBuilderpublic Messages.Pickle.Builder setUri(String value)
The uri of the source file
string uri = 2;public Messages.Pickle.Builder clearUri()
The uri of the source file
string uri = 2;public Messages.Pickle.Builder setUriBytes(com.google.protobuf.ByteString value)
The uri of the source file
string uri = 2;public String getName()
The name of the pickle
string name = 3;getName in interface Messages.PickleOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the pickle
string name = 3;getNameBytes in interface Messages.PickleOrBuilderpublic Messages.Pickle.Builder setName(String value)
The name of the pickle
string name = 3;public Messages.Pickle.Builder clearName()
The name of the pickle
string name = 3;public Messages.Pickle.Builder setNameBytes(com.google.protobuf.ByteString value)
The name of the pickle
string name = 3;public String getLanguage()
The language of the pickle
string language = 4;getLanguage in interface Messages.PickleOrBuilderpublic com.google.protobuf.ByteString getLanguageBytes()
The language of the pickle
string language = 4;getLanguageBytes in interface Messages.PickleOrBuilderpublic Messages.Pickle.Builder setLanguage(String value)
The language of the pickle
string language = 4;public Messages.Pickle.Builder clearLanguage()
The language of the pickle
string language = 4;public Messages.Pickle.Builder setLanguageBytes(com.google.protobuf.ByteString value)
The language of the pickle
string language = 4;public List<Messages.Pickle.PickleStep> getStepsList()
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;getStepsList in interface Messages.PickleOrBuilderpublic int getStepsCount()
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;getStepsCount in interface Messages.PickleOrBuilderpublic Messages.Pickle.PickleStep getSteps(int index)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;getSteps in interface Messages.PickleOrBuilderpublic Messages.Pickle.Builder setSteps(int index, Messages.Pickle.PickleStep value)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public Messages.Pickle.Builder setSteps(int index, Messages.Pickle.PickleStep.Builder builderForValue)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public Messages.Pickle.Builder addSteps(Messages.Pickle.PickleStep value)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public Messages.Pickle.Builder addSteps(int index, Messages.Pickle.PickleStep value)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public Messages.Pickle.Builder addSteps(Messages.Pickle.PickleStep.Builder builderForValue)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public Messages.Pickle.Builder addSteps(int index, Messages.Pickle.PickleStep.Builder builderForValue)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public Messages.Pickle.Builder addAllSteps(Iterable<? extends Messages.Pickle.PickleStep> values)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public Messages.Pickle.Builder clearSteps()
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public Messages.Pickle.Builder removeSteps(int index)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public Messages.Pickle.PickleStep.Builder getStepsBuilder(int index)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public Messages.Pickle.PickleStepOrBuilder getStepsOrBuilder(int index)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;getStepsOrBuilder in interface Messages.PickleOrBuilderpublic List<? extends Messages.Pickle.PickleStepOrBuilder> getStepsOrBuilderList()
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;getStepsOrBuilderList in interface Messages.PickleOrBuilderpublic Messages.Pickle.PickleStep.Builder addStepsBuilder()
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public Messages.Pickle.PickleStep.Builder addStepsBuilder(int index)
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public List<Messages.Pickle.PickleStep.Builder> getStepsBuilderList()
One or more steps
repeated .io.cucumber.messages.Pickle.PickleStep steps = 5;public 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;getTagsList in interface Messages.PickleOrBuilderpublic 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;getTagsCount in interface Messages.PickleOrBuilderpublic 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;getTags in interface Messages.PickleOrBuilderpublic Messages.Pickle.Builder setTags(int index, Messages.Pickle.PickleTag value)
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;public Messages.Pickle.Builder setTags(int index, Messages.Pickle.PickleTag.Builder builderForValue)
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;public Messages.Pickle.Builder addTags(Messages.Pickle.PickleTag value)
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;public Messages.Pickle.Builder addTags(int index, Messages.Pickle.PickleTag value)
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;public Messages.Pickle.Builder addTags(Messages.Pickle.PickleTag.Builder builderForValue)
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;public Messages.Pickle.Builder addTags(int index, Messages.Pickle.PickleTag.Builder builderForValue)
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;public Messages.Pickle.Builder addAllTags(Iterable<? extends Messages.Pickle.PickleTag> values)
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;public Messages.Pickle.Builder clearTags()
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;public Messages.Pickle.Builder removeTags(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;public Messages.Pickle.PickleTag.Builder getTagsBuilder(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;public 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;getTagsOrBuilder in interface Messages.PickleOrBuilderpublic 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;getTagsOrBuilderList in interface Messages.PickleOrBuilderpublic Messages.Pickle.PickleTag.Builder addTagsBuilder()
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;public Messages.Pickle.PickleTag.Builder addTagsBuilder(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;public List<Messages.Pickle.PickleTag.Builder> getTagsBuilderList()
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;public 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;getLocationsList in interface Messages.PickleOrBuilderpublic 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;getLocationsCount in interface Messages.PickleOrBuilderpublic 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;getLocations in interface Messages.PickleOrBuilderpublic Messages.Pickle.Builder setLocations(int index, Messages.Location value)
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;public Messages.Pickle.Builder setLocations(int index, Messages.Location.Builder builderForValue)
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;public Messages.Pickle.Builder addLocations(Messages.Location value)
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;public Messages.Pickle.Builder addLocations(int index, Messages.Location value)
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;public Messages.Pickle.Builder addLocations(Messages.Location.Builder builderForValue)
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;public Messages.Pickle.Builder addLocations(int index, Messages.Location.Builder builderForValue)
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;public Messages.Pickle.Builder addAllLocations(Iterable<? extends Messages.Location> values)
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;public Messages.Pickle.Builder clearLocations()
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;public Messages.Pickle.Builder removeLocations(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;public Messages.Location.Builder getLocationsBuilder(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;public 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;getLocationsOrBuilder in interface Messages.PickleOrBuilderpublic 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;getLocationsOrBuilderList in interface Messages.PickleOrBuilderpublic Messages.Location.Builder addLocationsBuilder()
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;public Messages.Location.Builder addLocationsBuilder(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;public List<Messages.Location.Builder> getLocationsBuilderList()
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;public final Messages.Pickle.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>public final Messages.Pickle.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.Pickle.Builder>Copyright © 2019. All rights reserved.