Class: Google::Cloud::DocumentAI::V1beta3::ListProcessorsRequest

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 processors belongs to a project.

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)

    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.



311
312
313
314
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 311

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.

Returns:

  • (::String)

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



311
312
313
314
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 311

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

Returns:

  • (::String)

    Required. The parent (project and location) which owns this collection of Processors. Format: projects/{project}/locations/{location}



311
312
313
314
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 311

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