Interface GcsDocumentsOrBuilder (2.47.0)

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.v1beta3.GcsDocument documents = 1;

Parameter
Name Description
index int
Returns
Type Description
GcsDocument

getDocumentsCount()

public abstract int getDocumentsCount()

The list of documents.

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

Returns
Type Description
int

getDocumentsList()

public abstract List<GcsDocument> getDocumentsList()

The list of documents.

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

Returns
Type Description
List<GcsDocument>

getDocumentsOrBuilder(int index)

public abstract GcsDocumentOrBuilder getDocumentsOrBuilder(int index)

The list of documents.

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

Parameter
Name Description
index int
Returns
Type Description
GcsDocumentOrBuilder

getDocumentsOrBuilderList()

public abstract List<? extends GcsDocumentOrBuilder> getDocumentsOrBuilderList()

The list of documents.

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

Returns
Type Description
List<? extends com.google.cloud.documentai.v1beta3.GcsDocumentOrBuilder>