public sealed class ListJobsRequest : IMessage<ListJobsRequest>, IEquatable<ListJobsRequest>, IDeepCloneable<ListJobsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Scheduler v1 API class ListJobsRequest.
Request message for listing jobs using [ListJobs][google.cloud.scheduler.v1.CloudScheduler.ListJobs].
Implements
IMessageListJobsRequest, IEquatableListJobsRequest, IDeepCloneableListJobsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Scheduler.V1Assembly
Google.Cloud.Scheduler.V1.dll
Constructors
ListJobsRequest()
public ListJobsRequest()
ListJobsRequest(ListJobsRequest)
public ListJobsRequest(ListJobsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListJobsRequest |
Properties
PageSize
public int PageSize { get; set; }
Requested page size.
The maximum page size is 500. If unspecified, the page size will be the maximum. Fewer jobs than requested might be returned, even if more jobs exist; use next_page_token to determine if more jobs exist.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
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.ListJobsResponse.next_page_token] returned from the previous call to [ListJobs][google.cloud.scheduler.v1.CloudScheduler.ListJobs]. It is an error to switch the value of [filter][google.cloud.scheduler.v1.ListJobsRequest.filter] or [order_by][google.cloud.scheduler.v1.ListJobsRequest.order_by] while iterating through pages.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |