Class: Google::Cloud::DocumentAI::V1beta3::ListProcessorsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::ListProcessorsRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
 
Overview
Request message for list all processors belongs to a project.
Instance Attribute Summary collapse
- 
  
    
      #page_size  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of processors to return.
 - 
  
    
      #page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
We will return the processors sorted by creation time.
 - 
  
    
      #parent  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of processors to return.
If unspecified, at most 50 processors will be returned.
The maximum value is 100. Values above 100 will be coerced to 100.
      474 475 476 477  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 474 class ListProcessorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_token ⇒ ::String
Returns We will return the processors sorted by creation time. The page token will point to the next processor.
      474 475 476 477  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 474 class ListProcessorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#parent ⇒ ::String
Returns Required. The parent (project and location) which owns this collection of
Processors. Format: projects/{project}/locations/{location}.
      474 475 476 477  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 474 class ListProcessorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |