Class: Google::Cloud::DocumentAI::V1beta3::BatchDeleteDocumentsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::BatchDeleteDocumentsRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/document_service.rb
 
Instance Attribute Summary collapse
- 
  
    
      #dataset  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #dataset_documents  ⇒ ::Google::Cloud::DocumentAI::V1beta3::BatchDatasetDocuments 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#dataset ⇒ ::String
Returns Required. The dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset.
      256 257 258 259  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 256 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.
      256 257 258 259  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 256 class BatchDeleteDocumentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |