Class: Google::Cloud::DocumentAI::V1beta3::ListProcessorVersionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::ListProcessorVersionsRequest
- 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 processor versions belongs to a processor.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of processor versions to return.
-
#page_token ⇒ ::String
We will return the processor versions sorted by creation time.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of processor versions to return.
If unspecified, at most 10
processor versions will be returned.
The maximum value is 20
. Values above 20
will be coerced to 20
.
436 437 438 439 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 436 class ListProcessorVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns We will return the processor versions sorted by creation time. The page token will point to the next processor version.
436 437 438 439 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 436 class ListProcessorVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent (project, location and processor) to list all
versions. Format:
projects/{project}/locations/{location}/processors/{processor}
.
436 437 438 439 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 436 class ListProcessorVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |