Interface protos.google.cloud.dataproc.v1.IListJobsRequest (3.1.0)

Properties of a ListJobsRequest.

Package

@google-cloud/dataproc

Properties

clusterName

clusterName?: (string|null);

ListJobsRequest clusterName

Property Value
TypeDescription
(string|null)

filter

filter?: (string|null);

ListJobsRequest filter

Property Value
TypeDescription
(string|null)

jobStateMatcher

jobStateMatcher?: (google.cloud.dataproc.v1.ListJobsRequest.JobStateMatcher|keyof typeof google.cloud.dataproc.v1.ListJobsRequest.JobStateMatcher|null);

ListJobsRequest jobStateMatcher

Property Value
TypeDescription
(google.cloud.dataproc.v1.ListJobsRequest.JobStateMatcher|keyof typeof google.cloud.dataproc.v1.ListJobsRequest.JobStateMatcher|null)

pageSize

pageSize?: (number|null);

ListJobsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListJobsRequest pageToken

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

ListJobsRequest projectId

Property Value
TypeDescription
(string|null)

region

region?: (string|null);

ListJobsRequest region

Property Value
TypeDescription
(string|null)