Show / Hide Table of Contents

Class ApiResource.QueueResource

The "queue" collection of methods.

Inheritance
object
ApiResource.QueueResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX