public sealed class ListJobsRequest : IMessage<ListJobsRequest>, IEquatable<ListJobsRequest>, IDeepCloneable<ListJobsRequest>, IBufferMessage, IMessage, IPageRequest
Request to list Cloud Dataflow jobs.
Implements
IMessage<ListJobsRequest>, IEquatable<ListJobsRequest>, IDeepCloneable<ListJobsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |
ListJobsRequest.Types.Filter |
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 |
Int32 |
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 |