Class ListJobsRequest (1.3.1)

Request message for listing jobs using ListJobs. .. attribute:: parent

Required. The location name. For example: projects/PROJECT_ID/locations/LOCATION_ID.

A token identifying a page of results the server will return. To request the first page results, page_token must be empty. To request the next page of results, page_token must be the value of [next_page_token][google.cloud.scheduler.v1.ListJob sResponse.next_page_token] returned from the previous call to ListJobs. It is an error to switch the value of filter or [order_by][google.cloud.scheduler.v1.ListJobsRequest.order_b y] while iterating through pages.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > ListJobsRequest