Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::ListJobsRequest (v0.3.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ListJobsRequest.

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

#filter=

def filter=(value) -> ::Google::Cloud::Dataflow::V1beta3::ListJobsRequest::Filter
Parameter
Returns

#location

def location() -> ::String
Returns

#location=

def location=(value) -> ::String
Parameter
Returns

#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

#view=

def view=(value) -> ::Google::Cloud::Dataflow::V1beta3::JobView
Parameter
Returns