Class: Google::Cloud::Tasks::V2beta3::CreateQueueRequest

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

Overview

Request message for CreateQueue.

Instance Attribute Summary collapse

Instance Attribute Details

#parentString

Returns Required. The location name in which the queue will be created. For example: projects/PROJECT_ID/locations/LOCATION_ID

The list of allowed locations can be obtained by calling Cloud Tasks' implementation of ListLocations.

Returns:

  • (String)

    Required. The location name in which the queue will be created. For example: projects/PROJECT_ID/locations/LOCATION_ID

    The list of allowed locations can be obtained by calling Cloud Tasks' implementation of ListLocations.



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

class CreateQueueRequest; end

#queueGoogle::Cloud::Tasks::V2beta3::Queue

Returns Required. The queue to create.

Queue's name cannot be the same as an existing queue.

Returns:



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

class CreateQueueRequest; end