| Modifier and Type | Method and Description |
|---|---|
Document |
Document.Builder.build() |
Document |
Document.Builder.buildPartial() |
static Document |
Document.getDefaultInstance() |
Document |
Document.getDefaultInstanceForType() |
Document |
Document.Builder.getDefaultInstanceForType() |
Document |
CreateDocumentRequest.getDocument()
Required.
|
Document |
CreateDocumentRequest.Builder.getDocument()
Required.
|
Document |
CreateDocumentRequestOrBuilder.getDocument()
Required.
|
Document |
ListDocumentsResponse.getDocuments(int index)
The list of documents.
|
Document |
ListDocumentsResponse.Builder.getDocuments(int index)
The list of documents.
|
Document |
ListDocumentsResponseOrBuilder.getDocuments(int index)
The list of documents.
|
static Document |
Document.parseDelimitedFrom(InputStream input) |
static Document |
Document.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document |
Document.parseFrom(byte[] data) |
static Document |
Document.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document |
Document.parseFrom(ByteBuffer data) |
static Document |
Document.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document |
Document.parseFrom(com.google.protobuf.ByteString data) |
static Document |
Document.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document |
Document.parseFrom(com.google.protobuf.CodedInputStream input) |
static Document |
Document.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document |
Document.parseFrom(InputStream input) |
static Document |
Document.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
ListDocumentsResponse.getDocumentsList()
The list of documents.
|
List<Document> |
ListDocumentsResponse.Builder.getDocumentsList()
The list of documents.
|
List<Document> |
ListDocumentsResponseOrBuilder.getDocumentsList()
The list of documents.
|
com.google.protobuf.Parser<Document> |
Document.getParserForType() |
static com.google.protobuf.Parser<Document> |
Document.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListDocumentsResponse.Builder |
ListDocumentsResponse.Builder.addDocuments(Document value)
The list of documents.
|
ListDocumentsResponse.Builder |
ListDocumentsResponse.Builder.addDocuments(int index,
Document value)
The list of documents.
|
CreateDocumentRequest.Builder |
CreateDocumentRequest.Builder.mergeDocument(Document value)
Required.
|
Document.Builder |
Document.Builder.mergeFrom(Document other) |
static Document.Builder |
Document.newBuilder(Document prototype) |
CreateDocumentRequest.Builder |
CreateDocumentRequest.Builder.setDocument(Document value)
Required.
|
ListDocumentsResponse.Builder |
ListDocumentsResponse.Builder.setDocuments(int index,
Document value)
The list of documents.
|
| Modifier and Type | Method and Description |
|---|---|
ListDocumentsResponse.Builder |
ListDocumentsResponse.Builder.addAllDocuments(Iterable<? extends Document> values)
The list of documents.
|
Copyright © 2019 Google LLC. All rights reserved.