Interface BatchDocumentsInputConfigOrBuilder

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

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

      • hasGcsPrefix

        boolean hasGcsPrefix()
         The set of documents that match the specified Cloud Storage `gcs_prefix`.
         
        .google.cloud.documentai.v1.GcsPrefix gcs_prefix = 1;
        Returns:
        Whether the gcsPrefix field is set.
      • getGcsPrefix

        GcsPrefix getGcsPrefix()
         The set of documents that match the specified Cloud Storage `gcs_prefix`.
         
        .google.cloud.documentai.v1.GcsPrefix gcs_prefix = 1;
        Returns:
        The gcsPrefix.
      • getGcsPrefixOrBuilder

        GcsPrefixOrBuilder getGcsPrefixOrBuilder()
         The set of documents that match the specified Cloud Storage `gcs_prefix`.
         
        .google.cloud.documentai.v1.GcsPrefix gcs_prefix = 1;
      • hasGcsDocuments

        boolean hasGcsDocuments()
         The set of documents individually specified on Cloud Storage.
         
        .google.cloud.documentai.v1.GcsDocuments gcs_documents = 2;
        Returns:
        Whether the gcsDocuments field is set.
      • getGcsDocuments

        GcsDocuments getGcsDocuments()
         The set of documents individually specified on Cloud Storage.
         
        .google.cloud.documentai.v1.GcsDocuments gcs_documents = 2;
        Returns:
        The gcsDocuments.
      • getGcsDocumentsOrBuilder

        GcsDocumentsOrBuilder getGcsDocumentsOrBuilder()
         The set of documents individually specified on Cloud Storage.
         
        .google.cloud.documentai.v1.GcsDocuments gcs_documents = 2;