Package io.cucumber.messages
Class Messages.GherkinDocument.Feature.Tag.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
- io.cucumber.messages.Messages.GherkinDocument.Feature.Tag.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Messages.GherkinDocument.Feature.TagOrBuilder,Cloneable
- Enclosing class:
- Messages.GherkinDocument.Feature.Tag
public static final class Messages.GherkinDocument.Feature.Tag.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder> implements Messages.GherkinDocument.Feature.TagOrBuilder
A tag
Protobuf typeio.cucumber.messages.GherkinDocument.Feature.Tag
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Messages.GherkinDocument.Feature.Tag.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Messages.GherkinDocument.Feature.Tagbuild()Messages.GherkinDocument.Feature.TagbuildPartial()Messages.GherkinDocument.Feature.Tag.Builderclear()Messages.GherkinDocument.Feature.Tag.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Messages.GherkinDocument.Feature.Tag.BuilderclearId()Unique ID to be able to reference the Tag from PickleTagMessages.GherkinDocument.Feature.Tag.BuilderclearLocation()Location of the tagMessages.GherkinDocument.Feature.Tag.BuilderclearName()The name of the tag (including the leading `@`)Messages.GherkinDocument.Feature.Tag.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Messages.GherkinDocument.Feature.Tag.Builderclone()Messages.GherkinDocument.Feature.TaggetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetId()Unique ID to be able to reference the Tag from PickleTagcom.google.protobuf.ByteStringgetIdBytes()Unique ID to be able to reference the Tag from PickleTagMessages.LocationgetLocation()Location of the tagMessages.Location.BuildergetLocationBuilder()Location of the tagMessages.LocationOrBuildergetLocationOrBuilder()Location of the tagStringgetName()The name of the tag (including the leading `@`)com.google.protobuf.ByteStringgetNameBytes()The name of the tag (including the leading `@`)booleanhasLocation()Location of the tagprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Messages.GherkinDocument.Feature.Tag.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Messages.GherkinDocument.Feature.Tag.BuildermergeFrom(com.google.protobuf.Message other)Messages.GherkinDocument.Feature.Tag.BuildermergeFrom(Messages.GherkinDocument.Feature.Tag other)Messages.GherkinDocument.Feature.Tag.BuildermergeLocation(Messages.Location value)Location of the tagMessages.GherkinDocument.Feature.Tag.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Messages.GherkinDocument.Feature.Tag.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Messages.GherkinDocument.Feature.Tag.BuildersetId(String value)Unique ID to be able to reference the Tag from PickleTagMessages.GherkinDocument.Feature.Tag.BuildersetIdBytes(com.google.protobuf.ByteString value)Unique ID to be able to reference the Tag from PickleTagMessages.GherkinDocument.Feature.Tag.BuildersetLocation(Messages.Location value)Location of the tagMessages.GherkinDocument.Feature.Tag.BuildersetLocation(Messages.Location.Builder builderForValue)Location of the tagMessages.GherkinDocument.Feature.Tag.BuildersetName(String value)The name of the tag (including the leading `@`)Messages.GherkinDocument.Feature.Tag.BuildersetNameBytes(com.google.protobuf.ByteString value)The name of the tag (including the leading `@`)Messages.GherkinDocument.Feature.Tag.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Messages.GherkinDocument.Feature.Tag.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
clear
public Messages.GherkinDocument.Feature.Tag.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
getDefaultInstanceForType
public Messages.GherkinDocument.Feature.Tag getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Messages.GherkinDocument.Feature.Tag build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Messages.GherkinDocument.Feature.Tag buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Messages.GherkinDocument.Feature.Tag.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
setField
public Messages.GherkinDocument.Feature.Tag.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
clearField
public Messages.GherkinDocument.Feature.Tag.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
clearOneof
public Messages.GherkinDocument.Feature.Tag.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
setRepeatedField
public Messages.GherkinDocument.Feature.Tag.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
addRepeatedField
public Messages.GherkinDocument.Feature.Tag.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
mergeFrom
public Messages.GherkinDocument.Feature.Tag.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
mergeFrom
public Messages.GherkinDocument.Feature.Tag.Builder mergeFrom(Messages.GherkinDocument.Feature.Tag other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
mergeFrom
public Messages.GherkinDocument.Feature.Tag.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Messages.GherkinDocument.Feature.Tag.Builder>- Throws:
IOException
-
hasLocation
public boolean hasLocation()
Location of the tag
.io.cucumber.messages.Location location = 1;- Specified by:
hasLocationin interfaceMessages.GherkinDocument.Feature.TagOrBuilder
-
getLocation
public Messages.Location getLocation()
Location of the tag
.io.cucumber.messages.Location location = 1;- Specified by:
getLocationin interfaceMessages.GherkinDocument.Feature.TagOrBuilder
-
setLocation
public Messages.GherkinDocument.Feature.Tag.Builder setLocation(Messages.Location value)
Location of the tag
.io.cucumber.messages.Location location = 1;
-
setLocation
public Messages.GherkinDocument.Feature.Tag.Builder setLocation(Messages.Location.Builder builderForValue)
Location of the tag
.io.cucumber.messages.Location location = 1;
-
mergeLocation
public Messages.GherkinDocument.Feature.Tag.Builder mergeLocation(Messages.Location value)
Location of the tag
.io.cucumber.messages.Location location = 1;
-
clearLocation
public Messages.GherkinDocument.Feature.Tag.Builder clearLocation()
Location of the tag
.io.cucumber.messages.Location location = 1;
-
getLocationBuilder
public Messages.Location.Builder getLocationBuilder()
Location of the tag
.io.cucumber.messages.Location location = 1;
-
getLocationOrBuilder
public Messages.LocationOrBuilder getLocationOrBuilder()
Location of the tag
.io.cucumber.messages.Location location = 1;- Specified by:
getLocationOrBuilderin interfaceMessages.GherkinDocument.Feature.TagOrBuilder
-
getName
public String getName()
The name of the tag (including the leading `@`)
string name = 2;- Specified by:
getNamein interfaceMessages.GherkinDocument.Feature.TagOrBuilder
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The name of the tag (including the leading `@`)
string name = 2;- Specified by:
getNameBytesin interfaceMessages.GherkinDocument.Feature.TagOrBuilder
-
setName
public Messages.GherkinDocument.Feature.Tag.Builder setName(String value)
The name of the tag (including the leading `@`)
string name = 2;
-
clearName
public Messages.GherkinDocument.Feature.Tag.Builder clearName()
The name of the tag (including the leading `@`)
string name = 2;
-
setNameBytes
public Messages.GherkinDocument.Feature.Tag.Builder setNameBytes(com.google.protobuf.ByteString value)
The name of the tag (including the leading `@`)
string name = 2;
-
getId
public String getId()
Unique ID to be able to reference the Tag from PickleTag
string id = 3;- Specified by:
getIdin interfaceMessages.GherkinDocument.Feature.TagOrBuilder
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
Unique ID to be able to reference the Tag from PickleTag
string id = 3;- Specified by:
getIdBytesin interfaceMessages.GherkinDocument.Feature.TagOrBuilder
-
setId
public Messages.GherkinDocument.Feature.Tag.Builder setId(String value)
Unique ID to be able to reference the Tag from PickleTag
string id = 3;
-
clearId
public Messages.GherkinDocument.Feature.Tag.Builder clearId()
Unique ID to be able to reference the Tag from PickleTag
string id = 3;
-
setIdBytes
public Messages.GherkinDocument.Feature.Tag.Builder setIdBytes(com.google.protobuf.ByteString value)
Unique ID to be able to reference the Tag from PickleTag
string id = 3;
-
setUnknownFields
public final Messages.GherkinDocument.Feature.Tag.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
mergeUnknownFields
public final Messages.GherkinDocument.Feature.Tag.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Messages.GherkinDocument.Feature.Tag.Builder>
-
-