| Modifier and Type | Method and Description |
|---|---|
Word |
Word.Builder.build() |
Word |
Word.Builder.buildPartial() |
static Word |
Word.getDefaultInstance() |
Word |
Word.getDefaultInstanceForType() |
Word |
Word.Builder.getDefaultInstanceForType() |
Word |
ParagraphOrBuilder.getWords(int index)
List of words in this paragraph.
|
Word |
Paragraph.getWords(int index)
List of words in this paragraph.
|
Word |
Paragraph.Builder.getWords(int index)
List of words in this paragraph.
|
static Word |
Word.parseDelimitedFrom(InputStream input) |
static Word |
Word.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Word |
Word.parseFrom(byte[] data) |
static Word |
Word.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Word |
Word.parseFrom(ByteBuffer data) |
static Word |
Word.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Word |
Word.parseFrom(com.google.protobuf.ByteString data) |
static Word |
Word.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Word |
Word.parseFrom(com.google.protobuf.CodedInputStream input) |
static Word |
Word.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Word |
Word.parseFrom(InputStream input) |
static Word |
Word.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Word> |
Word.getParserForType() |
List<Word> |
ParagraphOrBuilder.getWordsList()
List of words in this paragraph.
|
List<Word> |
Paragraph.getWordsList()
List of words in this paragraph.
|
List<Word> |
Paragraph.Builder.getWordsList()
List of words in this paragraph.
|
static com.google.protobuf.Parser<Word> |
Word.parser() |
| Modifier and Type | Method and Description |
|---|---|
Paragraph.Builder |
Paragraph.Builder.addWords(int index,
Word value)
List of words in this paragraph.
|
Paragraph.Builder |
Paragraph.Builder.addWords(Word value)
List of words in this paragraph.
|
Word.Builder |
Word.Builder.mergeFrom(Word other) |
static Word.Builder |
Word.newBuilder(Word prototype) |
Paragraph.Builder |
Paragraph.Builder.setWords(int index,
Word value)
List of words in this paragraph.
|
| Modifier and Type | Method and Description |
|---|---|
Paragraph.Builder |
Paragraph.Builder.addAllWords(Iterable<? extends Word> values)
List of words in this paragraph.
|
Copyright © 2023 Google LLC. All rights reserved.