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.v1beta1.Li stJobsResponse.next_page_token] returned from the previous call to [ListJobs][google.cloud.scheduler.v1beta1.CloudSchedul er.ListJobs]. It is an error to switch the value of [filter][g oogle.cloud.scheduler.v1beta1.ListJobsRequest.filter] or [orde r_by][google.cloud.scheduler.v1beta1.ListJobsRequest.order_b y] while iterating through pages.

Inheritance

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