Uses of Class
com.google.cloud.documentai.v1.GcsDocuments
-
Packages that use GcsDocuments Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of GcsDocuments in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return GcsDocuments Modifier and Type Method Description GcsDocuments
GcsDocuments.Builder. build()
GcsDocuments
GcsDocuments.Builder. buildPartial()
static GcsDocuments
GcsDocuments. getDefaultInstance()
GcsDocuments
GcsDocuments.Builder. getDefaultInstanceForType()
GcsDocuments
GcsDocuments. getDefaultInstanceForType()
GcsDocuments
BatchDocumentsInputConfig.Builder. getGcsDocuments()
The set of documents individually specified on Cloud Storage.GcsDocuments
BatchDocumentsInputConfig. getGcsDocuments()
The set of documents individually specified on Cloud Storage.GcsDocuments
BatchDocumentsInputConfigOrBuilder. getGcsDocuments()
The set of documents individually specified on Cloud Storage.static GcsDocuments
GcsDocuments. parseDelimitedFrom(InputStream input)
static GcsDocuments
GcsDocuments. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDocuments
GcsDocuments. parseFrom(byte[] data)
static GcsDocuments
GcsDocuments. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDocuments
GcsDocuments. parseFrom(com.google.protobuf.ByteString data)
static GcsDocuments
GcsDocuments. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDocuments
GcsDocuments. parseFrom(com.google.protobuf.CodedInputStream input)
static GcsDocuments
GcsDocuments. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDocuments
GcsDocuments. parseFrom(InputStream input)
static GcsDocuments
GcsDocuments. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsDocuments
GcsDocuments. parseFrom(ByteBuffer data)
static GcsDocuments
GcsDocuments. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1 that return types with arguments of type GcsDocuments Modifier and Type Method Description com.google.protobuf.Parser<GcsDocuments>
GcsDocuments. getParserForType()
static com.google.protobuf.Parser<GcsDocuments>
GcsDocuments. parser()
Methods in com.google.cloud.documentai.v1 with parameters of type GcsDocuments Modifier and Type Method Description GcsDocuments.Builder
GcsDocuments.Builder. mergeFrom(GcsDocuments other)
BatchDocumentsInputConfig.Builder
BatchDocumentsInputConfig.Builder. mergeGcsDocuments(GcsDocuments value)
The set of documents individually specified on Cloud Storage.static GcsDocuments.Builder
GcsDocuments. newBuilder(GcsDocuments prototype)
BatchDocumentsInputConfig.Builder
BatchDocumentsInputConfig.Builder. setGcsDocuments(GcsDocuments value)
The set of documents individually specified on Cloud Storage.
-