Interface Messages.GherkinDocument.Feature.Step.DocStringOrBuilder

    • Method Detail

      • hasLocation

        boolean hasLocation()
        .io.cucumber.messages.Location location = 1;
      • getLocation

        Messages.Location getLocation()
        .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;