Class ListProcessorTypesPager (2.0.2)

ListProcessorTypesPager(
    method: Callable[
        [...],
        google.cloud.documentai_v1beta3.types.document_processor_service.ListProcessorTypesResponse,
    ],
    request: google.cloud.documentai_v1beta3.types.document_processor_service.ListProcessorTypesRequest,
    response: google.cloud.documentai_v1beta3.types.document_processor_service.ListProcessorTypesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_processor_types requests.

This class thinly wraps an initial ListProcessorTypesResponse object, and provides an __iter__ method to iterate through its processor_types field.

If there are more pages, the __iter__ method will make additional ListProcessorTypes requests and continue to iterate through the processor_types field on the corresponding responses.

All the usual ListProcessorTypesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

Inheritance

builtins.object > ListProcessorTypesPager

Methods

ListProcessorTypesPager

ListProcessorTypesPager(
    method: Callable[
        [...],
        google.cloud.documentai_v1beta3.types.document_processor_service.ListProcessorTypesResponse,
    ],
    request: google.cloud.documentai_v1beta3.types.document_processor_service.ListProcessorTypesRequest,
    response: google.cloud.documentai_v1beta3.types.document_processor_service.ListProcessorTypesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

Instantiate the pager.

Parameters
NameDescription
method Callable

The method that was originally called, and which instantiated this pager.

request google.cloud.documentai_v1beta3.types.ListProcessorTypesRequest

The initial request object.

response google.cloud.documentai_v1beta3.types.ListProcessorTypesResponse

The initial response object.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.