Google Kubernetes Engine v1 API - Class GetOperationRequest (3.13.0)

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

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

GetOperationRequest gets a single operation.

Inheritance

object > GetOperationRequest

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GetOperationRequest()

public GetOperationRequest()

GetOperationRequest(GetOperationRequest)

public GetOperationRequest(GetOperationRequest other)
Parameter
NameDescription
otherGetOperationRequest

Properties

Name

public string Name { get; set; }

The name (project, location, operation id) of the operation to get. 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 cluster resides. This field has been deprecated and replaced by the name field.

Property Value
TypeDescription
string