Class: Google::Cloud::DocumentAI::V1beta3::ListProcessorVersionsRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.



503
504
505
506
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 503

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.

Returns:

  • (::String)

    We will return the processor versions sorted by creation time. The page token will point to the next processor version.



503
504
505
506
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 503

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}.

Returns:

  • (::String)

    Required. The parent (project, location and processor) to list all versions. Format: projects/{project}/locations/{location}/processors/{processor}



503
504
505
506
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 503

class ListProcessorVersionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end