Interface BatchDatasetDocumentsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BatchDatasetDocuments, BatchDatasetDocuments.Builder

    public interface BatchDatasetDocumentsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasIndividualDocumentIds

        boolean hasIndividualDocumentIds()
         Document identifiers.
         
        .google.cloud.documentai.v1beta3.BatchDatasetDocuments.IndividualDocumentIds individual_document_ids = 1;
        Returns:
        Whether the individualDocumentIds field is set.
      • getIndividualDocumentIds

        BatchDatasetDocuments.IndividualDocumentIds getIndividualDocumentIds()
         Document identifiers.
         
        .google.cloud.documentai.v1beta3.BatchDatasetDocuments.IndividualDocumentIds individual_document_ids = 1;
        Returns:
        The individualDocumentIds.
      • hasFilter

        boolean hasFilter()
         A filter matching the documents.
         Follows the same format and restriction as
         [google.cloud.documentai.master.ListDocumentsRequest.filter].
         
        string filter = 2;
        Returns:
        Whether the filter field is set.
      • getFilter

        String getFilter()
         A filter matching the documents.
         Follows the same format and restriction as
         [google.cloud.documentai.master.ListDocumentsRequest.filter].
         
        string filter = 2;
        Returns:
        The filter.
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         A filter matching the documents.
         Follows the same format and restriction as
         [google.cloud.documentai.master.ListDocumentsRequest.filter].
         
        string filter = 2;
        Returns:
        The bytes for filter.