| Modifier and Type | Method and Description |
|---|---|
GcsDocuments.Builder |
GcsDocuments.Builder.addAllDocuments(Iterable<? extends GcsDocument> values)
The list of documents.
|
GcsDocuments.Builder |
GcsDocuments.Builder.addDocuments(GcsDocument.Builder builderForValue)
The list of documents.
|
GcsDocuments.Builder |
GcsDocuments.Builder.addDocuments(GcsDocument value)
The list of documents.
|
GcsDocuments.Builder |
GcsDocuments.Builder.addDocuments(int index,
GcsDocument.Builder builderForValue)
The list of documents.
|
GcsDocuments.Builder |
GcsDocuments.Builder.addDocuments(int index,
GcsDocument value)
The list of documents.
|
GcsDocuments.Builder |
GcsDocuments.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GcsDocuments.Builder |
GcsDocuments.Builder.clear() |
GcsDocuments.Builder |
GcsDocuments.Builder.clearDocuments()
The list of documents.
|
GcsDocuments.Builder |
GcsDocuments.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GcsDocuments.Builder |
GcsDocuments.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GcsDocuments.Builder |
GcsDocuments.Builder.clone() |
GcsDocuments.Builder |
BatchDocumentsInputConfig.Builder.getGcsDocumentsBuilder()
The set of documents individually specified on Cloud Storage.
|
GcsDocuments.Builder |
GcsDocuments.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GcsDocuments.Builder |
GcsDocuments.Builder.mergeFrom(GcsDocuments other) |
GcsDocuments.Builder |
GcsDocuments.Builder.mergeFrom(com.google.protobuf.Message other) |
GcsDocuments.Builder |
GcsDocuments.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static GcsDocuments.Builder |
GcsDocuments.newBuilder() |
static GcsDocuments.Builder |
GcsDocuments.newBuilder(GcsDocuments prototype) |
GcsDocuments.Builder |
GcsDocuments.newBuilderForType() |
protected GcsDocuments.Builder |
GcsDocuments.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
GcsDocuments.Builder |
GcsDocuments.Builder.removeDocuments(int index)
The list of documents.
|
GcsDocuments.Builder |
GcsDocuments.Builder.setDocuments(int index,
GcsDocument.Builder builderForValue)
The list of documents.
|
GcsDocuments.Builder |
GcsDocuments.Builder.setDocuments(int index,
GcsDocument value)
The list of documents.
|
GcsDocuments.Builder |
GcsDocuments.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GcsDocuments.Builder |
GcsDocuments.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GcsDocuments.Builder |
GcsDocuments.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GcsDocuments.Builder |
GcsDocuments.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.setGcsDocuments(GcsDocuments.Builder builderForValue)
The set of documents individually specified on Cloud Storage.
|
Copyright © 2024 Google LLC. All rights reserved.