Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::ListJobsRequest (v0.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::ListJobsRequest.
A request to list jobs in a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_name
defcluster_name()->::String- (::String) — Optional. If set, the returned jobs list includes only jobs that were submitted to the named cluster.
#cluster_name=
defcluster_name=(value)->::String- value (::String) — Optional. If set, the returned jobs list includes only jobs that were submitted to the named cluster.
- (::String) — Optional. If set, the returned jobs list includes only jobs that were submitted to the named cluster.
#filter
deffilter()->::String-
(::String) — Optional. A filter constraining the jobs to list. Filters are
case-sensitive and have the following syntax:
[field = value] AND [field [= value]] ...
where field is
status.stateorlabels.[KEY], and[KEY]is a label key. value can be*to match all values.status.statecan be eitherACTIVEorNON_ACTIVE. Only the logicalANDoperator is supported; space-separated items are treated as having an implicitANDoperator.Example filter:
status.state = ACTIVE AND labels.env = staging AND labels.starred = *
#filter=
deffilter=(value)->::String-
value (::String) — Optional. A filter constraining the jobs to list. Filters are
case-sensitive and have the following syntax:
[field = value] AND [field [= value]] ...
where field is
status.stateorlabels.[KEY], and[KEY]is a label key. value can be*to match all values.status.statecan be eitherACTIVEorNON_ACTIVE. Only the logicalANDoperator is supported; space-separated items are treated as having an implicitANDoperator.Example filter:
status.state = ACTIVE AND labels.env = staging AND labels.starred = *
-
(::String) — Optional. A filter constraining the jobs to list. Filters are
case-sensitive and have the following syntax:
[field = value] AND [field [= value]] ...
where field is
status.stateorlabels.[KEY], and[KEY]is a label key. value can be*to match all values.status.statecan be eitherACTIVEorNON_ACTIVE. Only the logicalANDoperator is supported; space-separated items are treated as having an implicitANDoperator.Example filter:
status.state = ACTIVE AND labels.env = staging AND labels.starred = *
#job_state_matcher
defjob_state_matcher()->::Google::Cloud::Dataproc::V1::ListJobsRequest::JobStateMatcher-
(::Google::Cloud::Dataproc::V1::ListJobsRequest::JobStateMatcher) — Optional. Specifies enumerated categories of jobs to list.
(default = match ALL jobs).
If
filteris provided,jobStateMatcherwill be ignored.
#job_state_matcher=
defjob_state_matcher=(value)->::Google::Cloud::Dataproc::V1::ListJobsRequest::JobStateMatcher-
value (::Google::Cloud::Dataproc::V1::ListJobsRequest::JobStateMatcher) — Optional. Specifies enumerated categories of jobs to list.
(default = match ALL jobs).
If
filteris provided,jobStateMatcherwill be ignored.
-
(::Google::Cloud::Dataproc::V1::ListJobsRequest::JobStateMatcher) — Optional. Specifies enumerated categories of jobs to list.
(default = match ALL jobs).
If
filteris provided,jobStateMatcherwill be ignored.
#page_size
defpage_size()->::Integer- (::Integer) — Optional. The number of results to return in each response.
#page_size=
defpage_size=(value)->::Integer- value (::Integer) — Optional. The number of results to return in each response.
- (::Integer) — Optional. The number of results to return in each response.
#page_token
defpage_token()->::String- (::String) — Optional. The page token, returned by a previous call, to request the next page of results.
#page_token=
defpage_token=(value)->::String- value (::String) — Optional. The page token, returned by a previous call, to request the next page of results.
- (::String) — Optional. The page token, returned by a previous call, to request the next page of results.
#project_id
defproject_id()->::String- (::String) — Required. The ID of the Google Cloud Platform project that the job belongs to.
#project_id=
defproject_id=(value)->::String- value (::String) — Required. The ID of the Google Cloud Platform project that the job belongs to.
- (::String) — Required. The ID of the Google Cloud Platform project that the job belongs to.
#region
defregion()->::String- (::String) — Required. The Dataproc region in which to handle the request.
#region=
defregion=(value)->::String- value (::String) — Required. The Dataproc region in which to handle the request.
- (::String) — Required. The Dataproc region in which to handle the request.