Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::BatchDeleteDocumentsMetadata::IndividualBatchDeleteStatus.
The status of each individual document in the batch delete process.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#document_id
def document_id() -> ::Google::Cloud::DocumentAI::V1beta3::DocumentId
Returns
- (::Google::Cloud::DocumentAI::V1beta3::DocumentId) — The document id of the document.
#document_id=
def document_id=(value) -> ::Google::Cloud::DocumentAI::V1beta3::DocumentId
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::DocumentId) — The document id of the document.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::DocumentId) — The document id of the document.
#status
def status() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — The status of deleting the document in storage.
#status=
def status=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — The status of deleting the document in storage.
Returns
- (::Google::Rpc::Status) — The status of deleting the document in storage.