| Modifier and Type | Method and Description |
|---|---|
GcsDocument |
GcsDocument.Builder.build() |
GcsDocument |
GcsDocument.Builder.buildPartial() |
static GcsDocument |
GcsDocument.getDefaultInstance() |
GcsDocument |
GcsDocument.getDefaultInstanceForType() |
GcsDocument |
GcsDocument.Builder.getDefaultInstanceForType() |
GcsDocument |
GcsDocumentsOrBuilder.getDocuments(int index)
The list of documents.
|
GcsDocument |
GcsDocuments.getDocuments(int index)
The list of documents.
|
GcsDocument |
GcsDocuments.Builder.getDocuments(int index)
The list of documents.
|
GcsDocument |
ProcessRequest.getGcsDocument()
A raw document on Google Cloud Storage.
|
GcsDocument |
ProcessRequest.Builder.getGcsDocument()
A raw document on Google Cloud Storage.
|
GcsDocument |
ProcessRequestOrBuilder.getGcsDocument()
A raw document on Google Cloud Storage.
|
static GcsDocument |
GcsDocument.parseDelimitedFrom(InputStream input) |
static GcsDocument |
GcsDocument.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDocument |
GcsDocument.parseFrom(byte[] data) |
static GcsDocument |
GcsDocument.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDocument |
GcsDocument.parseFrom(ByteBuffer data) |
static GcsDocument |
GcsDocument.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDocument |
GcsDocument.parseFrom(com.google.protobuf.ByteString data) |
static GcsDocument |
GcsDocument.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDocument |
GcsDocument.parseFrom(com.google.protobuf.CodedInputStream input) |
static GcsDocument |
GcsDocument.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDocument |
GcsDocument.parseFrom(InputStream input) |
static GcsDocument |
GcsDocument.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<GcsDocument> |
GcsDocumentsOrBuilder.getDocumentsList()
The list of documents.
|
List<GcsDocument> |
GcsDocuments.getDocumentsList()
The list of documents.
|
List<GcsDocument> |
GcsDocuments.Builder.getDocumentsList()
The list of documents.
|
com.google.protobuf.Parser<GcsDocument> |
GcsDocument.getParserForType() |
static com.google.protobuf.Parser<GcsDocument> |
GcsDocument.parser() |
| Modifier and Type | Method and Description |
|---|---|
GcsDocuments.Builder |
GcsDocuments.Builder.addDocuments(GcsDocument value)
The list of documents.
|
GcsDocuments.Builder |
GcsDocuments.Builder.addDocuments(int index,
GcsDocument value)
The list of documents.
|
GcsDocument.Builder |
GcsDocument.Builder.mergeFrom(GcsDocument other) |
ProcessRequest.Builder |
ProcessRequest.Builder.mergeGcsDocument(GcsDocument value)
A raw document on Google Cloud Storage.
|
static GcsDocument.Builder |
GcsDocument.newBuilder(GcsDocument prototype) |
GcsDocuments.Builder |
GcsDocuments.Builder.setDocuments(int index,
GcsDocument value)
The list of documents.
|
ProcessRequest.Builder |
ProcessRequest.Builder.setGcsDocument(GcsDocument value)
A raw document on Google Cloud Storage.
|
| Modifier and Type | Method and Description |
|---|---|
GcsDocuments.Builder |
GcsDocuments.Builder.addAllDocuments(Iterable<? extends GcsDocument> values)
The list of documents.
|
Copyright © 2024 Google LLC. All rights reserved.