Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::BatchDeleteDocumentsRequest.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#dataset
def dataset() -> ::String Returns 
 - (::String) — Required. The dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset
 
#dataset=
def dataset=(value) -> ::String Parameter 
 - value (::String) — 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
 
#dataset_documents
def dataset_documents() -> ::Google::Cloud::DocumentAI::V1beta3::BatchDatasetDocuments 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. 
#dataset_documents=
def dataset_documents=(value) -> ::Google::Cloud::DocumentAI::V1beta3::BatchDatasetDocuments Parameter 
 -  value (::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. 
 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.