Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::BatchDeleteDocumentsMetadata (v0.35.0)

Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::BatchDeleteDocumentsMetadata.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#common_metadata

def common_metadata() -> ::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata
Returns

#common_metadata=

def common_metadata=(value) -> ::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata
Parameter
Returns

#error_document_count

def error_document_count() -> ::Integer
Returns
  • (::Integer) — Total number of documents that failed to be deleted in storage.

#error_document_count=

def error_document_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of documents that failed to be deleted in storage.
Returns
  • (::Integer) — Total number of documents that failed to be deleted in storage.

#individual_batch_delete_statuses

def individual_batch_delete_statuses() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::BatchDeleteDocumentsMetadata::IndividualBatchDeleteStatus>
Returns

#individual_batch_delete_statuses=

def individual_batch_delete_statuses=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::BatchDeleteDocumentsMetadata::IndividualBatchDeleteStatus>
Parameter
Returns

#total_document_count

def total_document_count() -> ::Integer
Returns
  • (::Integer) — Total number of documents deleting from dataset.

#total_document_count=

def total_document_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of documents deleting from dataset.
Returns
  • (::Integer) — Total number of documents deleting from dataset.