public sealed class ListJobsRequest : IMessage<ListJobsRequest>, IEquatable<ListJobsRequest>, IDeepCloneable<ListJobsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Dataflow v1beta3 API class ListJobsRequest.
Request to list Cloud Dataflow jobs.
Implements
IMessageListJobsRequest, IEquatableListJobsRequest, IDeepCloneableListJobsRequest, IBufferMessage, IMessage, IPageRequestNamespace
GoogleGoogle.CloudGoogle.Cloud.DataflowV1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ListJobsRequest()
public ListJobsRequest()
ListJobsRequest(ListJobsRequest)
public ListJobsRequest(ListJobsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListJobsRequest |
Properties
Filter
public ListJobsRequest.Types.Filter Filter { get; set; }
The kind of filter to use.
Property Value | |
---|---|
Type | Description |
ListJobsRequestTypesFilter |
Location
public string Location { get; set; }
The regional endpoint that contains this job.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
The project which owns the jobs.
Property Value | |
---|---|
Type | Description |
string |
View
[Obsolete]
public JobView View { get; set; }
Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
Property Value | |
---|---|
Type | Description |
JobView |