Class ListJobsRequest (1.4.2)

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

Request message for TranscoderService.ListJobs. The parent location from which to retrieve the collection of jobs.

Attributes

NameDescription
parent str
Required. Format: ``projects/{project}/locations/{location}``
page_size int
The maximum number of items to return.
page_token str
The ``next_page_token`` value returned from a previous List request, if any.
filter str
The filter expression, following the syntax outlined in https://google.aip.dev/160.
order_by str
One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

Inheritance

builtins.object > proto.message.Message > ListJobsRequest