Class: Google::Cloud::DocumentAI::V1beta3::BatchDeleteDocumentsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataset::String

Returns Required. The dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset.

Returns:

  • (::String)

    Required. The dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset



250
251
252
253
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 250

class BatchDeleteDocumentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dataset_documents::Google::Cloud::DocumentAI::V1beta3::BatchDatasetDocuments

Returns Required. Dataset documents input. If given filter, all documents satisfying the filter will be deleted. If given documentIds, a maximum of 50 documents can be deleted in a batch. The request will be rejected if more than 50 document_ids are provided.

Returns:

  • (::Google::Cloud::DocumentAI::V1beta3::BatchDatasetDocuments)

    Required. Dataset documents input. If given filter, all documents satisfying the filter will be deleted. If given documentIds, a maximum of 50 documents can be deleted in a batch. The request will be rejected if more than 50 document_ids are provided.



250
251
252
253
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 250

class BatchDeleteDocumentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end