Uses of Class
com.google.cloud.documentai.v1.GcsDocument
-
Packages that use GcsDocument Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of GcsDocument in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return GcsDocument Modifier and Type Method Description GcsDocument
GcsDocument.Builder. build()
GcsDocument
GcsDocument.Builder. buildPartial()
static GcsDocument
GcsDocument. getDefaultInstance()
GcsDocument
GcsDocument.Builder. getDefaultInstanceForType()
GcsDocument
GcsDocument. getDefaultInstanceForType()
GcsDocument
GcsDocuments.Builder. getDocuments(int index)
The list of documents.GcsDocument
GcsDocuments. getDocuments(int index)
The list of documents.GcsDocument
GcsDocumentsOrBuilder. getDocuments(int index)
The list of documents.GcsDocument
ProcessRequest.Builder. getGcsDocument()
A raw document on Google Cloud Storage.GcsDocument
ProcessRequest. 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(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)
static GcsDocument
GcsDocument. parseFrom(ByteBuffer data)
static GcsDocument
GcsDocument. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1 that return types with arguments of type GcsDocument Modifier and Type Method Description List<GcsDocument>
GcsDocuments.Builder. getDocumentsList()
The list of documents.List<GcsDocument>
GcsDocuments. getDocumentsList()
The list of documents.List<GcsDocument>
GcsDocumentsOrBuilder. getDocumentsList()
The list of documents.com.google.protobuf.Parser<GcsDocument>
GcsDocument. getParserForType()
static com.google.protobuf.Parser<GcsDocument>
GcsDocument. parser()
Methods in com.google.cloud.documentai.v1 with parameters of type GcsDocument Modifier and Type Method Description GcsDocuments.Builder
GcsDocuments.Builder. addDocuments(int index, GcsDocument value)
The list of documents.GcsDocuments.Builder
GcsDocuments.Builder. addDocuments(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.Method parameters in com.google.cloud.documentai.v1 with type arguments of type GcsDocument Modifier and Type Method Description GcsDocuments.Builder
GcsDocuments.Builder. addAllDocuments(Iterable<? extends GcsDocument> values)
The list of documents.
-