Class: Google::Cloud::DocumentAI::V1::ListProcessorsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::ListProcessorsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/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.
422 423 424 425 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 422 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.
422 423 424 425 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 422 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}.
422 423 424 425 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 422 class ListProcessorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |