Cloud Tasks V2 API - Class Google::Cloud::Tasks::V2::ListQueuesResponse (v0.5.0)

Reference documentation and code samples for the Cloud Tasks V2 API class Google::Cloud::Tasks::V2::ListQueuesResponse.

Response message for ListQueues.

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 ListQueues with this value as the page_token.

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

    The page token is valid for only 2 hours.

#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 ListQueues with this value as the page_token.

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

    The page token is valid for only 2 hours.

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

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

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

    The page token is valid for only 2 hours.

#queues

def queues() -> ::Array<::Google::Cloud::Tasks::V2::Queue>
Returns

#queues=

def queues=(value) -> ::Array<::Google::Cloud::Tasks::V2::Queue>
Parameter
Returns