| Modifier and Type | Method and Description |
|---|---|
Document.ChunkedDocument |
Document.ChunkedDocument.Builder.build() |
Document.ChunkedDocument |
Document.ChunkedDocument.Builder.buildPartial() |
Document.ChunkedDocument |
Document.getChunkedDocument()
Document chunked based on chunking config.
|
Document.ChunkedDocument |
Document.Builder.getChunkedDocument()
Document chunked based on chunking config.
|
Document.ChunkedDocument |
DocumentOrBuilder.getChunkedDocument()
Document chunked based on chunking config.
|
static Document.ChunkedDocument |
Document.ChunkedDocument.getDefaultInstance() |
Document.ChunkedDocument |
Document.ChunkedDocument.getDefaultInstanceForType() |
Document.ChunkedDocument |
Document.ChunkedDocument.Builder.getDefaultInstanceForType() |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseDelimitedFrom(InputStream input) |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseFrom(byte[] data) |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseFrom(ByteBuffer data) |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseFrom(com.google.protobuf.ByteString data) |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseFrom(com.google.protobuf.CodedInputStream input) |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseFrom(InputStream input) |
static Document.ChunkedDocument |
Document.ChunkedDocument.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Document.ChunkedDocument> |
Document.ChunkedDocument.getParserForType() |
static com.google.protobuf.Parser<Document.ChunkedDocument> |
Document.ChunkedDocument.parser() |
| Modifier and Type | Method and Description |
|---|---|
Document.Builder |
Document.Builder.mergeChunkedDocument(Document.ChunkedDocument value)
Document chunked based on chunking config.
|
Document.ChunkedDocument.Builder |
Document.ChunkedDocument.Builder.mergeFrom(Document.ChunkedDocument other) |
static Document.ChunkedDocument.Builder |
Document.ChunkedDocument.newBuilder(Document.ChunkedDocument prototype) |
Document.Builder |
Document.Builder.setChunkedDocument(Document.ChunkedDocument value)
Document chunked based on chunking config.
|
Copyright © 2024 Google LLC. All rights reserved.