Show / Hide Table of Contents

Class ProjectsResource.ZonesResource.OperationsResource

The "operations" collection of methods.

Inheritance
object
ProjectsResource.ZonesResource.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.v1
Assembly: Google.Apis.Container.v1.dll
Syntax
public class ProjectsResource.ZonesResource.OperationsResource

Constructors

OperationsResource(IClientService)

Constructs a new resource.

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

Methods

Cancel(CancelOperationRequest, string, string, string)

Cancels the specified operation.

Declaration
public virtual ProjectsResource.ZonesResource.OperationsResource.CancelRequest Cancel(CancelOperationRequest body, string projectId, string zone, string operationId)
Parameters
Type Name Description
CancelOperationRequest body

The body of the request.

string projectId

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string zone

Deprecated. The name of the Google Compute Engine zone in which the operation resides. This field has been deprecated and replaced by the name field.

string operationId

Deprecated. The server-assigned name of the operation. This field has been deprecated and replaced by the name field.

Returns
Type Description
ProjectsResource.ZonesResource.OperationsResource.CancelRequest

Get(string, string, string)

Gets the specified operation.

Declaration
public virtual ProjectsResource.ZonesResource.OperationsResource.GetRequest Get(string projectId, string zone, string operationId)
Parameters
Type Name Description
string projectId

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

string zone

Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

string operationId

Deprecated. The server-assigned name of the operation. This field has been deprecated and replaced by the name field.

Returns
Type Description
ProjectsResource.ZonesResource.OperationsResource.GetRequest

List(string, string)

Lists all operations in a project in a specific zone or all zones.

Declaration
public virtual ProjectsResource.ZonesResource.OperationsResource.ListRequest List(string projectId, string zone)
Parameters
Type Name Description
string projectId

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.

string zone

Deprecated. The name of the Google Compute Engine zone to return operations for, or - for all zones. This field has been deprecated and replaced by the parent field.

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