Interface BatchDatasetDocuments.IndividualDocumentIdsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchDatasetDocuments.IndividualDocumentIds
,BatchDatasetDocuments.IndividualDocumentIds.Builder
- Enclosing class:
- BatchDatasetDocuments
public static interface BatchDatasetDocuments.IndividualDocumentIdsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentId
getDocumentIds(int index)
Required.int
getDocumentIdsCount()
Required.List<DocumentId>
getDocumentIdsList()
Required.DocumentIdOrBuilder
getDocumentIdsOrBuilder(int index)
Required.List<? extends DocumentIdOrBuilder>
getDocumentIdsOrBuilderList()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDocumentIdsList
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];
-
getDocumentIds
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];
-
getDocumentIdsCount
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];
-
getDocumentIdsOrBuilderList
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];
-
getDocumentIdsOrBuilder
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];
-
-