Class ListProcessorsRequest (2.27.0)

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.