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

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

Response message containing a list of Tasks.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token indicating there are more items than page_size. Use it in the next ListTasks request to continue.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token indicating there are more items than page_size. Use it in the next ListTasks request to continue.
Returns
  • (::String) — A token indicating there are more items than page_size. Use it in the next ListTasks request to continue.

#tasks

def tasks() -> ::Array<::Google::Cloud::Run::V2::Task>
Returns

#tasks=

def tasks=(value) -> ::Array<::Google::Cloud::Run::V2::Task>
Parameter
Returns