Class: Google::Cloud::DocumentAI::V1beta3::GetDocumentRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::GetDocumentRequest
 
 
- 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.
 - 
  
    
      #document_id  ⇒ ::Google::Cloud::DocumentAI::V1beta3::DocumentId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #page_range  ⇒ ::Google::Cloud::DocumentAI::V1beta3::DocumentPageRange 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of pages for which the fields specified in the
read_maskmust be served. - 
  
    
      #read_mask  ⇒ ::Google::Protobuf::FieldMask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If set, only fields listed here will be returned.
 
Instance Attribute Details
#dataset ⇒ ::String
Returns Required. The resource name of the dataset that the document belongs to . Format: projects/{project}/locations/{location}/processors/{processor}/dataset.
      154 155 156 157  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 154 class GetDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#document_id ⇒ ::Google::Cloud::DocumentAI::V1beta3::DocumentId
Returns Required. Document identifier.
      154 155 156 157  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 154 class GetDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_range ⇒ ::Google::Cloud::DocumentAI::V1beta3::DocumentPageRange
Returns List of pages for which the fields specified in the read_mask must
be served.
      154 155 156 157  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 154 class GetDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#read_mask ⇒ ::Google::Protobuf::FieldMask
Returns If set, only fields listed here will be returned. Otherwise, all fields will be returned by default.
      154 155 156 157  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 154 class GetDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |