Google Kubernetes Engine v1 API - Class CancelOperationRequest (3.6.0)

public sealed class CancelOperationRequest : IMessage<CancelOperationRequest>, IEquatable<CancelOperationRequest>, IDeepCloneable<CancelOperationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class CancelOperationRequest.

CancelOperationRequest cancels a single operation.

Inheritance

Object > CancelOperationRequest

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

CancelOperationRequest()

public CancelOperationRequest()

CancelOperationRequest(CancelOperationRequest)

public CancelOperationRequest(CancelOperationRequest other)
Parameter
NameDescription
otherCancelOperationRequest

Properties

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String

OperationId

[Obsolete]
public string OperationId { get; set; }

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

Property Value
TypeDescription
String

ProjectId

[Obsolete]
public string ProjectId { get; set; }

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

Property Value
TypeDescription
String

Zone

[Obsolete]
public string Zone { get; set; }

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.

Property Value
TypeDescription
String