Class Google::Cloud::Tasks::V2beta2::ListTasksResponse (v0.5.5)

Response message for listing tasks using ListTasks.

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 to retrieve next page of results.

    To return the next page of results, call ListTasks with this value as the page_token.

    If the next_page_token is empty, there are no more results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token to retrieve next page of results.

    To return the next page of results, call ListTasks with this value as the page_token.

    If the next_page_token is empty, there are no more results.

Returns
  • (::String) — A token to retrieve next page of results.

    To return the next page of results, call ListTasks with this value as the page_token.

    If the next_page_token is empty, there are no more results.

#tasks

def tasks() -> ::Array<::Google::Cloud::Tasks::V2beta2::Task>
Returns

#tasks=

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