Class ListProcessorVersionsRequest (2.27.0)

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

Request message for list all processor versions belongs to a processor.

Attributes

NameDescription
parent str
Required. The parent (project, location and processor) to list all versions. Format: projects/{project}/locations/{location}/processors/{processor}
page_size int
The maximum number of processor versions to return. If unspecified, at most 10 processor versions will be returned. The maximum value is 20. Values above 20 will be coerced to 20.
page_token str
We will return the processor versions sorted by creation time. The page token will point to the next processor version.