Interface Messages.GherkinDocumentOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Messages.GherkinDocument, Messages.GherkinDocument.Builder
    Enclosing class:
    Messages

    public static interface Messages.GherkinDocumentOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getUri

        String 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;
      • getUriBytes

        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;
      • hasFeature

        boolean hasFeature()
        .io.cucumber.messages.GherkinDocument.Feature feature = 2;
      • getCommentsList

        List<Messages.GherkinDocument.Comment> getCommentsList()
         All the comments in the Gherkin document
         
        repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;
      • getComments

        Messages.GherkinDocument.Comment getComments​(int index)
         All the comments in the Gherkin document
         
        repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;
      • getCommentsCount

        int getCommentsCount()
         All the comments in the Gherkin document
         
        repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;
      • getCommentsOrBuilder

        Messages.GherkinDocument.CommentOrBuilder getCommentsOrBuilder​(int index)
         All the comments in the Gherkin document
         
        repeated .io.cucumber.messages.GherkinDocument.Comment comments = 3;