Class ListProcessorsRequest (2.0.2)

ListProcessorsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for list all processors belongs to a project.

Attributes

NameDescription
parent str
Required. The parent (project and location) which owns this collection of Processors. Format: ``projects/{project}/locations/{location}``
page_size int
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.
page_token str
We will return the processors sorted by creation time. The page token will point to the next processor.

Inheritance

builtins.object > proto.message.Message > ListProcessorsRequest