Class: Google::Cloud::Tasks::V2beta3::ListQueuesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/tasks/v2beta3/doc/google/cloud/tasks/v2beta3/cloudtasks.rb

Overview

Response message for ListQueues.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns 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.



74
# File 'lib/google/cloud/tasks/v2beta3/doc/google/cloud/tasks/v2beta3/cloudtasks.rb', line 74

class ListQueuesResponse; end

#queuesArray<Google::Cloud::Tasks::V2beta3::Queue>

Returns The list of queues.

Returns:



74
# File 'lib/google/cloud/tasks/v2beta3/doc/google/cloud/tasks/v2beta3/cloudtasks.rb', line 74

class ListQueuesResponse; end