Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.OperationsResource

The "operations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.OperationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.OperationsResource

Constructors

OperationsResource(IClientService)

Constructs a new resource.

Declaration
public OperationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Cancel(CancelOperationRequest, string)

Cancels the specified operation.

Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource.CancelRequest Cancel(CancelOperationRequest body, string name)
Parameters
Type Name Description
CancelOperationRequest body

The body of the request.

string name

The name (project, location, operation id) of the operation to cancel. Specified in the format projects/*/locations/*/operations/*.

Returns
Type Description
ProjectsResource.LocationsResource.OperationsResource.CancelRequest

Get(string)

Gets the specified operation.

Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

The name (project, location, operation id) of the operation to get. Specified in the format projects/*/locations/*/operations/*.

Returns
Type Description
ProjectsResource.LocationsResource.OperationsResource.GetRequest

List(string)

Lists all operations in a project in the specified zone or all zones.

Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

The parent (project and location) where the operations will be listed. Specified in the format projects/*/locations/*. Location "-" matches all zones and all regions.

Returns
Type Description
ProjectsResource.LocationsResource.OperationsResource.ListRequest
In this article
Back to top Generated by DocFX