Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::ListProcessorTypesRequest (v0.26.0)

Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ListProcessorTypesRequest.

Request message for the ListProcessorTypes method. Some processor types may require the project be added to an allowlist.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::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.
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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Used to retrieve the next page of results, empty if at the end of the list.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The location of processor types to list. Format: projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}.