Interface GcsDocumentsOrBuilder (2.3.1)

public interface GcsDocumentsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocuments(int index)

public abstract GcsDocument getDocuments(int index)

The list of documents.

repeated .google.cloud.documentai.v1.GcsDocument documents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GcsDocument

getDocumentsCount()

public abstract int getDocumentsCount()

The list of documents.

repeated .google.cloud.documentai.v1.GcsDocument documents = 1;

Returns
TypeDescription
int

getDocumentsList()

public abstract List<GcsDocument> getDocumentsList()

The list of documents.

repeated .google.cloud.documentai.v1.GcsDocument documents = 1;

Returns
TypeDescription
List<GcsDocument>

getDocumentsOrBuilder(int index)

public abstract GcsDocumentOrBuilder getDocumentsOrBuilder(int index)

The list of documents.

repeated .google.cloud.documentai.v1.GcsDocument documents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GcsDocumentOrBuilder

getDocumentsOrBuilderList()

public abstract List<? extends GcsDocumentOrBuilder> getDocumentsOrBuilderList()

The list of documents.

repeated .google.cloud.documentai.v1.GcsDocument documents = 1;

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1.GcsDocumentOrBuilder>