Package io.cucumber.messages
Interface Messages.GherkinDocument.Feature.Step.DocStringOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.GherkinDocument.Feature.Step.DocString,Messages.GherkinDocument.Feature.Step.DocString.Builder
- Enclosing class:
- Messages.GherkinDocument.Feature.Step
public static interface Messages.GherkinDocument.Feature.Step.DocStringOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()string content = 3;com.google.protobuf.ByteStringgetContentBytes()string content = 3;StringgetDelimiter()string delimiter = 4;com.google.protobuf.ByteStringgetDelimiterBytes()string delimiter = 4;Messages.LocationgetLocation().io.cucumber.messages.Location location = 1;Messages.LocationOrBuildergetLocationOrBuilder().io.cucumber.messages.Location location = 1;StringgetMediaType()string media_type = 2;com.google.protobuf.ByteStringgetMediaTypeBytes()string media_type = 2;booleanhasLocation().io.cucumber.messages.Location location = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLocation
boolean hasLocation()
.io.cucumber.messages.Location location = 1;
-
getLocation
Messages.Location getLocation()
.io.cucumber.messages.Location location = 1;
-
getLocationOrBuilder
Messages.LocationOrBuilder getLocationOrBuilder()
.io.cucumber.messages.Location location = 1;
-
getMediaType
String getMediaType()
string media_type = 2;
-
getMediaTypeBytes
com.google.protobuf.ByteString getMediaTypeBytes()
string media_type = 2;
-
getContent
String getContent()
string content = 3;
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()
string content = 3;
-
getDelimiter
String getDelimiter()
string delimiter = 4;
-
getDelimiterBytes
com.google.protobuf.ByteString getDelimiterBytes()
string delimiter = 4;
-
-