Reference documentation and code samples for the Cloud Tasks V2beta3 API class Google::Cloud::Tasks::V2beta3::CreateQueueRequest.
Request message for CreateQueue.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
-
(::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
::Google::Cloud::Location::Locations::Client#list_locations
.
#parent=
def parent=(value) -> ::String
-
value (::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
::Google::Cloud::Location::Locations::Client#list_locations
.
-
(::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
::Google::Cloud::Location::Locations::Client#list_locations
.
#queue
def queue() -> ::Google::Cloud::Tasks::V2beta3::Queue
-
(::Google::Cloud::Tasks::V2beta3::Queue) — Required. The queue to create.
[Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
#queue=
def queue=(value) -> ::Google::Cloud::Tasks::V2beta3::Queue
-
value (::Google::Cloud::Tasks::V2beta3::Queue) — Required. The queue to create.
[Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
-
(::Google::Cloud::Tasks::V2beta3::Queue) — Required. The queue to create.
[Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.