Class ListJobsRequest (1.0.0-beta03)

public sealed class ListJobsRequest : IMessage<ListJobsRequest>, IEquatable<ListJobsRequest>, IDeepCloneable<ListJobsRequest>, IBufferMessage, IMessage, IPageRequest

Request to list Cloud Dataflow jobs.

Inheritance

Object > ListJobsRequest

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

ListJobsRequest()

public ListJobsRequest()

ListJobsRequest(ListJobsRequest)

public ListJobsRequest(ListJobsRequest other)
Parameter
NameDescription
otherListJobsRequest

Properties

Filter

public ListJobsRequest.Types.Filter Filter { get; set; }

The kind of filter to use.

Property Value
TypeDescription
ListJobsRequest.Types.Filter

Location

public string Location { get; set; }

The regional endpoint that contains this job.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
String

ProjectId

public string ProjectId { get; set; }

The project which owns the jobs.

Property Value
TypeDescription
String

View

[Obsolete]
public JobView View { get; set; }

Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.

Property Value
TypeDescription
JobView