Interface BatchDatasetDocuments.IndividualDocumentIdsOrBuilder (2.45.0)

public static interface BatchDatasetDocuments.IndividualDocumentIdsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocumentIds(int index)

public abstract DocumentId getDocumentIds(int index)

Required. List of Document IDs indicating where the actual documents are stored.

repeated .google.cloud.documentai.v1beta3.DocumentId document_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
DocumentId

getDocumentIdsCount()

public abstract int getDocumentIdsCount()

Required. List of Document IDs indicating where the actual documents are stored.

repeated .google.cloud.documentai.v1beta3.DocumentId document_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getDocumentIdsList()

public abstract List<DocumentId> getDocumentIdsList()

Required. List of Document IDs indicating where the actual documents are stored.

repeated .google.cloud.documentai.v1beta3.DocumentId document_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<DocumentId>

getDocumentIdsOrBuilder(int index)

public abstract DocumentIdOrBuilder getDocumentIdsOrBuilder(int index)

Required. List of Document IDs indicating where the actual documents are stored.

repeated .google.cloud.documentai.v1beta3.DocumentId document_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
DocumentIdOrBuilder

getDocumentIdsOrBuilderList()

public abstract List<? extends DocumentIdOrBuilder> getDocumentIdsOrBuilderList()

Required. List of Document IDs indicating where the actual documents are stored.

repeated .google.cloud.documentai.v1beta3.DocumentId document_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1beta3.DocumentIdOrBuilder>