Request to list Cloud Dataflow jobs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::Google::Cloud::Dataflow::V1beta3::ListJobsRequest::Filter
Returns
- (::Google::Cloud::Dataflow::V1beta3::ListJobsRequest::Filter) — The kind of filter to use.
#filter=
def filter=(value) -> ::Google::Cloud::Dataflow::V1beta3::ListJobsRequest::Filter
Parameter
- value (::Google::Cloud::Dataflow::V1beta3::ListJobsRequest::Filter) — The kind of filter to use.
Returns
- (::Google::Cloud::Dataflow::V1beta3::ListJobsRequest::Filter) — The kind of filter to use.
#location
def location() -> ::String
Returns
- (::String) — The regional endpoint that contains this job.
#location=
def location=(value) -> ::String
Parameter
- value (::String) — The regional endpoint that contains this job.
Returns
- (::String) — The regional endpoint that contains this job.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — 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.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
Returns
- (::Integer) — 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.
#page_token
def page_token() -> ::String
Returns
- (::String) — Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
Returns
- (::String) — Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
#project_id
def project_id() -> ::String
Returns
- (::String) — The project which owns the jobs.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — The project which owns the jobs.
Returns
- (::String) — The project which owns the jobs.
#view
def view() -> ::Google::Cloud::Dataflow::V1beta3::JobView
Returns
- (::Google::Cloud::Dataflow::V1beta3::JobView) — Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
#view=
def view=(value) -> ::Google::Cloud::Dataflow::V1beta3::JobView
Parameter
- value (::Google::Cloud::Dataflow::V1beta3::JobView) — Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
Returns
- (::Google::Cloud::Dataflow::V1beta3::JobView) — Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.