Cloud Tasks V2beta3 API - Class Google::Cloud::Tasks::V2beta3::CreateQueueRequest (v0.7.0)

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
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][google.cloud.location.Locations.ListLocations].

#parent=

def parent=(value) -> ::String
Parameter
  • 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 [ListLocations][google.cloud.location.Locations.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][google.cloud.location.Locations.ListLocations].

#queue

def queue() -> ::Google::Cloud::Tasks::V2beta3::Queue
Returns

#queue=

def queue=(value) -> ::Google::Cloud::Tasks::V2beta3::Queue
Parameter
Returns