Class: Google::Cloud::Tasks::V2beta2::CreateQueueRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/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.



114
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/cloudtasks.rb', line 114

class CreateQueueRequest; end

#queueGoogle::Cloud::Tasks::V2beta2::Queue

Returns Required.

The queue to create.

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

Returns:



114
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/cloudtasks.rb', line 114

class CreateQueueRequest; end