public static interface Messages.GherkinDocumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.GherkinDocument.Comment |
getComments(int index)
All the comments in the Gherkin document
|
int |
getCommentsCount()
All the comments in the Gherkin document
|
List<Messages.GherkinDocument.Comment> |
getCommentsList()
All the comments in the Gherkin document
|
Messages.GherkinDocument.CommentOrBuilder |
getCommentsOrBuilder(int index)
All the comments in the Gherkin document
|
List<? extends Messages.GherkinDocument.CommentOrBuilder> |
getCommentsOrBuilderList()
All the comments in the Gherkin document
|
Messages.GherkinDocument.Feature |
getFeature()
.io.cucumber.messages.GherkinDocument.Feature feature = 2; |
Messages.GherkinDocument.FeatureOrBuilder |
getFeatureOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature feature = 2; |
String |
getUri()
The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier)
of the source, typically a file path relative to the root directory
|
com.google.protobuf.ByteString |
getUriBytes()
The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier)
of the source, typically a file path relative to the root directory
|
boolean |
hasFeature()
.io.cucumber.messages.GherkinDocument.Feature feature = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUri()
The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) of the source, typically a file path relative to the root directory
string uri = 1;com.google.protobuf.ByteString getUriBytes()
The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) of the source, typically a file path relative to the root directory
string uri = 1;boolean hasFeature()
.io.cucumber.messages.GherkinDocument.Feature feature = 2;Messages.GherkinDocument.Feature getFeature()
.io.cucumber.messages.GherkinDocument.Feature feature = 2;Messages.GherkinDocument.FeatureOrBuilder getFeatureOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature feature = 2;List<Messages.GherkinDocument.Comment> getCommentsList()
All the comments in the Gherkin document
repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;Messages.GherkinDocument.Comment getComments(int index)
All the comments in the Gherkin document
repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;int getCommentsCount()
All the comments in the Gherkin document
repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;List<? extends Messages.GherkinDocument.CommentOrBuilder> getCommentsOrBuilderList()
All the comments in the Gherkin document
repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;Messages.GherkinDocument.CommentOrBuilder getCommentsOrBuilder(int index)
All the comments in the Gherkin document
repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;Copyright © 2019. All rights reserved.