Class: Google::Cloud::DocumentAI::V1beta3::ListProcessorTypesRequest

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 the ListProcessorTypes method. Some processor types may require the project be added to an allowlist.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of processor types to return. If unspecified, at most 100 processor types will be returned. The maximum value is 500. Values above 500 will be coerced to 500.

Returns:

  • (::Integer)

    The maximum number of processor types to return. If unspecified, at most 100 processor types will be returned. The maximum value is 500. Values above 500 will be coerced to 500.



362
363
364
365
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 362

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

#page_token::String

Returns Used to retrieve the next page of results, empty if at the end of the list.

Returns:

  • (::String)

    Used to retrieve the next page of results, empty if at the end of the list.



362
363
364
365
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 362

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

#parent::String

Returns Required. The location of processor types to list. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The location of processor types to list. Format: projects/{project}/locations/{location}.



362
363
364
365
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 362

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