public static interface BatchDatasetDocuments.IndividualDocumentIdsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DocumentId |
getDocumentIds(int index)
Required.
|
int |
getDocumentIdsCount()
Required.
|
List<DocumentId> |
getDocumentIdsList()
Required.
|
DocumentIdOrBuilder |
getDocumentIdsOrBuilder(int index)
Required.
|
List<? extends DocumentIdOrBuilder> |
getDocumentIdsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.