Interface BatchDatasetDocuments.IndividualDocumentIdsOrBuilder

    • 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];