Class: Google::Cloud::DocumentAI::V1beta3::GetProcessorRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::GetProcessorRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
 
Overview
Request message for the GetProcessor method.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#name ⇒ ::String
Returns Required. The processor resource name.
      510 511 512 513  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 510 class GetProcessorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |