opennlp-grpc/opennlp-grpc-api/src/main/java/opennlp/OpenNLPService.java [786:903]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private com.google.protobuf.LazyStringList sentence_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      private void ensureSentenceIsMutable() {
        if (!((bitField0_ & 0x00000001) != 0)) {
          sentence_ = new com.google.protobuf.LazyStringArrayList(sentence_);
          bitField0_ |= 0x00000001;
         }
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @return A list containing the sentence.
       */
      public com.google.protobuf.ProtocolStringList
          getSentenceList() {
        return sentence_.getUnmodifiableView();
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @return The count of sentence.
       */
      public int getSentenceCount() {
        return sentence_.size();
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param index The index of the element to return.
       * @return The sentence at the given index.
       */
      public java.lang.String getSentence(int index) {
        return sentence_.get(index);
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param index The index of the value to return.
       * @return The bytes of the sentence at the given index.
       */
      public com.google.protobuf.ByteString
          getSentenceBytes(int index) {
        return sentence_.getByteString(index);
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param index The index to set the value at.
       * @param value The sentence to set.
       * @return This builder for chaining.
       */
      public Builder setSentence(
          int index, java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureSentenceIsMutable();
        sentence_.set(index, value);
        onChanged();
        return this;
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param value The sentence to add.
       * @return This builder for chaining.
       */
      public Builder addSentence(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureSentenceIsMutable();
        sentence_.add(value);
        onChanged();
        return this;
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param values The sentence to add.
       * @return This builder for chaining.
       */
      public Builder addAllSentence(
          java.lang.Iterable<java.lang.String> values) {
        ensureSentenceIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, sentence_);
        onChanged();
        return this;
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @return This builder for chaining.
       */
      public Builder clearSentence() {
        sentence_ = com.google.protobuf.LazyStringArrayList.EMPTY;
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
        return this;
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param value The bytes of the sentence to add.
       * @return This builder for chaining.
       */
      public Builder addSentenceBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        ensureSentenceIsMutable();
        sentence_.add(value);
        onChanged();
        return this;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



opennlp-grpc/opennlp-grpc-api/src/main/java/opennlp/OpenNLPService.java [1790:1907]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private com.google.protobuf.LazyStringList sentence_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      private void ensureSentenceIsMutable() {
        if (!((bitField0_ & 0x00000001) != 0)) {
          sentence_ = new com.google.protobuf.LazyStringArrayList(sentence_);
          bitField0_ |= 0x00000001;
         }
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @return A list containing the sentence.
       */
      public com.google.protobuf.ProtocolStringList
          getSentenceList() {
        return sentence_.getUnmodifiableView();
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @return The count of sentence.
       */
      public int getSentenceCount() {
        return sentence_.size();
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param index The index of the element to return.
       * @return The sentence at the given index.
       */
      public java.lang.String getSentence(int index) {
        return sentence_.get(index);
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param index The index of the value to return.
       * @return The bytes of the sentence at the given index.
       */
      public com.google.protobuf.ByteString
          getSentenceBytes(int index) {
        return sentence_.getByteString(index);
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param index The index to set the value at.
       * @param value The sentence to set.
       * @return This builder for chaining.
       */
      public Builder setSentence(
          int index, java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureSentenceIsMutable();
        sentence_.set(index, value);
        onChanged();
        return this;
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param value The sentence to add.
       * @return This builder for chaining.
       */
      public Builder addSentence(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureSentenceIsMutable();
        sentence_.add(value);
        onChanged();
        return this;
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param values The sentence to add.
       * @return This builder for chaining.
       */
      public Builder addAllSentence(
          java.lang.Iterable<java.lang.String> values) {
        ensureSentenceIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, sentence_);
        onChanged();
        return this;
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @return This builder for chaining.
       */
      public Builder clearSentence() {
        sentence_ = com.google.protobuf.LazyStringArrayList.EMPTY;
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
        return this;
      }
      /**
       * <code>repeated string sentence = 1;</code>
       * @param value The bytes of the sentence to add.
       * @return This builder for chaining.
       */
      public Builder addSentenceBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        ensureSentenceIsMutable();
        sentence_.add(value);
        onChanged();
        return this;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



