Class ProjectsResource.ZonesResource.OperationsResource
The "operations" collection of methods.
Inherited Members
Namespace: Google.Apis.Container.v1beta1
Assembly: Google.Apis.Container.v1beta1.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 | Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field. |
string | zone | Required. 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 | Required. Deprecated. The server-assigned |
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 | Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field. |
string | zone | Required. 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 | Required. Deprecated. The server-assigned |
Returns
Type | Description |
---|---|
ProjectsResource.ZonesResource.OperationsResource.GetRequest |
List(string, string)
Lists all operations in a project in the specified zone or all zones.
Declaration
public virtual ProjectsResource.ZonesResource.OperationsResource.ListRequest List(string projectId, string zone)
Parameters
Type | Name | Description |
---|---|---|
string | projectId | Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field. |
string | zone | Required. Deprecated. The name of the Google Compute Engine
zone to return operations for, or |
Returns
Type | Description |
---|---|
ProjectsResource.ZonesResource.OperationsResource.ListRequest |