Class: Google::Cloud::DocumentAI::V1beta3::UpdateDatasetSchemaRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::UpdateDatasetSchemaRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/document_service.rb
 
Overview
Request for UpdateDatasetSchema.
Instance Attribute Summary collapse
- 
  
    
      #dataset_schema  ⇒ ::Google::Cloud::DocumentAI::V1beta3::DatasetSchema 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #update_mask  ⇒ ::Google::Protobuf::FieldMask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The update mask applies to the resource.
 
Instance Attribute Details
#dataset_schema ⇒ ::Google::Cloud::DocumentAI::V1beta3::DatasetSchema
Returns Required. The name field of the DatasetSchema is used to identify the
resource to be updated.
      318 319 320 321  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 318 class UpdateDatasetSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The update mask applies to the resource.
      318 319 320 321  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 318 class UpdateDatasetSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |