Cloud Run V2 API - Class Google::Cloud::Run::V2::ListJobsRequest (v0.13.2)

Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::ListJobsRequest.

Request message for retrieving a list of Jobs.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Maximum number of Jobs to return in this call.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Maximum number of Jobs to return in this call.
Returns
  • (::Integer) — Maximum number of Jobs to return in this call.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A page token received from a previous call to ListJobs. All other parameters must match.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — A page token received from a previous call to ListJobs. All other parameters must match.
Returns
  • (::String) — A page token received from a previous call to ListJobs. All other parameters must match.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The location and project to list resources on. Format: projects/{project}/locations/{location}, where {project} can be project id or number.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The location and project to list resources on. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
Returns
  • (::String) — Required. The location and project to list resources on. Format: projects/{project}/locations/{location}, where {project} can be project id or number.

#show_deleted

def show_deleted() -> ::Boolean
Returns
  • (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.

#show_deleted=

def show_deleted=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.
Returns
  • (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.