Class ApiResource.QueueResource
The "queue" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudTasks.v2beta2
Assembly: Google.Apis.CloudTasks.v2beta2.dll
Syntax
public class ApiResource.QueueResource
Constructors
QueueResource(IClientService)
Constructs a new resource.
Declaration
public QueueResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Update(HttpBody)
Update queue list by uploading a queue.yaml file. The queue.yaml file is supplied in the request body as a YAML encoded string. This method was added to support gcloud clients versions before 322.0.0. New clients should use CreateQueue instead of this method.
Declaration
public virtual ApiResource.QueueResource.UpdateRequest Update(HttpBody body)
Parameters
Type | Name | Description |
---|---|---|
HttpBody | body | The body of the request. |
Returns
Type | Description |
---|---|
ApiResource.QueueResource.UpdateRequest |