Batch v1 API - Class ListJobsRequest (2.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ListJobsRequest : IMessage<ListJobsRequest>, IEquatable<ListJobsRequest>, IDeepCloneable<ListJobsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Batch v1 API class ListJobsRequest.
ListJob Request.
Implements
IMessage ListJobsRequest, IEquatable ListJobsRequest, IDeepCloneable ListJobsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Batch.V1Assembly
Google.Cloud.Batch.V1.dll
Constructors
ListJobsRequest()
public ListJobsRequest()ListJobsRequest(ListJobsRequest)
public ListJobsRequest(ListJobsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListJobsRequest |
Properties
Filter
public string Filter { get; set; }List filter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Sort results. Supported are "name", "name desc", "create_time", and "create_time desc".
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Page size.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Parent path.
| Property Value | |
|---|---|
| Type | Description |
string |
|