Uses of Class
com.google.cloud.documentai.v1beta3.GcsDocuments.Builder
-
Packages that use GcsDocuments.Builder Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of GcsDocuments.Builder in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return GcsDocuments.Builder Modifier and Type Method Description GcsDocuments.BuilderGcsDocuments.Builder. addAllDocuments(Iterable<? extends GcsDocument> values)The list of documents.GcsDocuments.BuilderGcsDocuments.Builder. addDocuments(int index, GcsDocument value)The list of documents.GcsDocuments.BuilderGcsDocuments.Builder. addDocuments(int index, GcsDocument.Builder builderForValue)The list of documents.GcsDocuments.BuilderGcsDocuments.Builder. addDocuments(GcsDocument value)The list of documents.GcsDocuments.BuilderGcsDocuments.Builder. addDocuments(GcsDocument.Builder builderForValue)The list of documents.GcsDocuments.BuilderGcsDocuments.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcsDocuments.BuilderGcsDocuments.Builder. clear()GcsDocuments.BuilderGcsDocuments.Builder. clearDocuments()The list of documents.GcsDocuments.BuilderGcsDocuments.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)GcsDocuments.BuilderGcsDocuments.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)GcsDocuments.BuilderGcsDocuments.Builder. clone()GcsDocuments.BuilderBatchDocumentsInputConfig.Builder. getGcsDocumentsBuilder()The set of documents individually specified on Cloud Storage.GcsDocuments.BuilderGcsDocuments.Builder. mergeFrom(GcsDocuments other)GcsDocuments.BuilderGcsDocuments.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)GcsDocuments.BuilderGcsDocuments.Builder. mergeFrom(com.google.protobuf.Message other)GcsDocuments.BuilderGcsDocuments.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static GcsDocuments.BuilderGcsDocuments. newBuilder()static GcsDocuments.BuilderGcsDocuments. newBuilder(GcsDocuments prototype)GcsDocuments.BuilderGcsDocuments. newBuilderForType()protected GcsDocuments.BuilderGcsDocuments. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)GcsDocuments.BuilderGcsDocuments.Builder. removeDocuments(int index)The list of documents.GcsDocuments.BuilderGcsDocuments.Builder. setDocuments(int index, GcsDocument value)The list of documents.GcsDocuments.BuilderGcsDocuments.Builder. setDocuments(int index, GcsDocument.Builder builderForValue)The list of documents.GcsDocuments.BuilderGcsDocuments.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcsDocuments.BuilderGcsDocuments.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)GcsDocuments.BuilderGcsDocuments.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)GcsDocuments.BuilderGcsDocuments. toBuilder()Methods in com.google.cloud.documentai.v1beta3 with parameters of type GcsDocuments.Builder Modifier and Type Method Description BatchDocumentsInputConfig.BuilderBatchDocumentsInputConfig.Builder. setGcsDocuments(GcsDocuments.Builder builderForValue)The set of documents individually specified on Cloud Storage.
-