Class: Google::Cloud::DocumentAI::V1beta3::BatchDeleteDocumentsMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_service.rb

Defined Under Namespace

Classes: IndividualBatchDeleteStatus

Instance Attribute Summary collapse

Instance Attribute Details

#common_metadata::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata

Returns The basic metadata of the long-running operation.

Returns:



273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 273

class BatchDeleteDocumentsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of each individual document in the batch delete process.
  # @!attribute [rw] document_id
  #   @return [::Google::Cloud::DocumentAI::V1beta3::DocumentId]
  #     The document id of the document.
  # @!attribute [rw] status
  #   @return [::Google::Rpc::Status]
  #     The status of deleting the document in storage.
  class IndividualBatchDeleteStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#error_document_count::Integer

Returns Total number of documents that failed to be deleted in storage.

Returns:

  • (::Integer)

    Total number of documents that failed to be deleted in storage.



273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 273

class BatchDeleteDocumentsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of each individual document in the batch delete process.
  # @!attribute [rw] document_id
  #   @return [::Google::Cloud::DocumentAI::V1beta3::DocumentId]
  #     The document id of the document.
  # @!attribute [rw] status
  #   @return [::Google::Rpc::Status]
  #     The status of deleting the document in storage.
  class IndividualBatchDeleteStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#individual_batch_delete_statuses::Array<::Google::Cloud::DocumentAI::V1beta3::BatchDeleteDocumentsMetadata::IndividualBatchDeleteStatus>

Returns The list of response details of each document.

Returns:



273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 273

class BatchDeleteDocumentsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of each individual document in the batch delete process.
  # @!attribute [rw] document_id
  #   @return [::Google::Cloud::DocumentAI::V1beta3::DocumentId]
  #     The document id of the document.
  # @!attribute [rw] status
  #   @return [::Google::Rpc::Status]
  #     The status of deleting the document in storage.
  class IndividualBatchDeleteStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#total_document_count::Integer

Returns Total number of documents deleting from dataset.

Returns:

  • (::Integer)

    Total number of documents deleting from dataset.



273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 273

class BatchDeleteDocumentsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The status of each individual document in the batch delete process.
  # @!attribute [rw] document_id
  #   @return [::Google::Cloud::DocumentAI::V1beta3::DocumentId]
  #     The document id of the document.
  # @!attribute [rw] status
  #   @return [::Google::Rpc::Status]
  #     The status of deleting the document in storage.
  class IndividualBatchDeleteStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end