public static interface Messages.GherkinDocument.Feature.TagOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.Location |
getLocation()
Location of the tag
|
Messages.LocationOrBuilder |
getLocationOrBuilder()
Location of the tag
|
String |
getName()
The name of the tag (including the leading `@`)
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the tag (including the leading `@`)
|
boolean |
hasLocation()
Location of the tag
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocation()
Location of the tag
.io.cucumber.messages.Location location = 1;Messages.Location getLocation()
Location of the tag
.io.cucumber.messages.Location location = 1;Messages.LocationOrBuilder getLocationOrBuilder()
Location of the tag
.io.cucumber.messages.Location location = 1;String getName()
The name of the tag (including the leading `@`)
string name = 2;com.google.protobuf.ByteString getNameBytes()
The name of the tag (including the leading `@`)
string name = 2;Copyright © 2019. All rights reserved.