| Modifier and Type | Method and Description |
|---|---|
ProcessDocumentResponse |
ProcessDocumentResponse.Builder.build() |
ProcessDocumentResponse |
ProcessDocumentResponse.Builder.buildPartial() |
static ProcessDocumentResponse |
ProcessDocumentResponse.getDefaultInstance() |
ProcessDocumentResponse |
ProcessDocumentResponse.getDefaultInstanceForType() |
ProcessDocumentResponse |
ProcessDocumentResponse.Builder.getDefaultInstanceForType() |
ProcessDocumentResponse |
BatchProcessDocumentsResponse.getResponses(int index)
Responses for each individual document.
|
ProcessDocumentResponse |
BatchProcessDocumentsResponse.Builder.getResponses(int index)
Responses for each individual document.
|
ProcessDocumentResponse |
BatchProcessDocumentsResponseOrBuilder.getResponses(int index)
Responses for each individual document.
|
static ProcessDocumentResponse |
ProcessDocumentResponse.parseDelimitedFrom(InputStream input) |
static ProcessDocumentResponse |
ProcessDocumentResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessDocumentResponse |
ProcessDocumentResponse.parseFrom(byte[] data) |
static ProcessDocumentResponse |
ProcessDocumentResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessDocumentResponse |
ProcessDocumentResponse.parseFrom(ByteBuffer data) |
static ProcessDocumentResponse |
ProcessDocumentResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessDocumentResponse |
ProcessDocumentResponse.parseFrom(com.google.protobuf.ByteString data) |
static ProcessDocumentResponse |
ProcessDocumentResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessDocumentResponse |
ProcessDocumentResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProcessDocumentResponse |
ProcessDocumentResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessDocumentResponse |
ProcessDocumentResponse.parseFrom(InputStream input) |
static ProcessDocumentResponse |
ProcessDocumentResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ProcessDocumentResponse> |
ProcessDocumentResponse.getParserForType() |
List<ProcessDocumentResponse> |
BatchProcessDocumentsResponse.getResponsesList()
Responses for each individual document.
|
List<ProcessDocumentResponse> |
BatchProcessDocumentsResponse.Builder.getResponsesList()
Responses for each individual document.
|
List<ProcessDocumentResponse> |
BatchProcessDocumentsResponseOrBuilder.getResponsesList()
Responses for each individual document.
|
static com.google.protobuf.Parser<ProcessDocumentResponse> |
ProcessDocumentResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
BatchProcessDocumentsResponse.Builder |
BatchProcessDocumentsResponse.Builder.addResponses(int index,
ProcessDocumentResponse value)
Responses for each individual document.
|
BatchProcessDocumentsResponse.Builder |
BatchProcessDocumentsResponse.Builder.addResponses(ProcessDocumentResponse value)
Responses for each individual document.
|
ProcessDocumentResponse.Builder |
ProcessDocumentResponse.Builder.mergeFrom(ProcessDocumentResponse other) |
static ProcessDocumentResponse.Builder |
ProcessDocumentResponse.newBuilder(ProcessDocumentResponse prototype) |
BatchProcessDocumentsResponse.Builder |
BatchProcessDocumentsResponse.Builder.setResponses(int index,
ProcessDocumentResponse value)
Responses for each individual document.
|
| Modifier and Type | Method and Description |
|---|---|
BatchProcessDocumentsResponse.Builder |
BatchProcessDocumentsResponse.Builder.addAllResponses(Iterable<? extends ProcessDocumentResponse> values)
Responses for each individual document.
|
Copyright © 2024 Google LLC. All rights reserved.