Interface BatchDeleteDocumentsMetadata.IndividualBatchDeleteStatusOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DocumentId getDocumentId()
      The document id of the document.
      DocumentIdOrBuilder getDocumentIdOrBuilder()
      The document id of the document.
      com.google.rpc.Status getStatus()
      The status of deleting the document in storage.
      com.google.rpc.StatusOrBuilder getStatusOrBuilder()
      The status of deleting the document in storage.
      boolean hasDocumentId()
      The document id of the document.
      boolean hasStatus()
      The status of deleting the document in storage.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDocumentId

        boolean hasDocumentId()
         The document id of the document.
         
        .google.cloud.documentai.v1beta3.DocumentId document_id = 1;
        Returns:
        Whether the documentId field is set.
      • getDocumentId

        DocumentId getDocumentId()
         The document id of the document.
         
        .google.cloud.documentai.v1beta3.DocumentId document_id = 1;
        Returns:
        The documentId.
      • getDocumentIdOrBuilder

        DocumentIdOrBuilder getDocumentIdOrBuilder()
         The document id of the document.
         
        .google.cloud.documentai.v1beta3.DocumentId document_id = 1;
      • hasStatus

        boolean hasStatus()
         The status of deleting the document in storage.
         
        .google.rpc.Status status = 2;
        Returns:
        Whether the status field is set.
      • getStatus

        com.google.rpc.Status getStatus()
         The status of deleting the document in storage.
         
        .google.rpc.Status status = 2;
        Returns:
        The status.
      • getStatusOrBuilder

        com.google.rpc.StatusOrBuilder getStatusOrBuilder()
         The status of deleting the document in storage.
         
        .google.rpc.Status status = 2;