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.
Implements
IMessageGetOperationRequest, IEquatableGetOperationRequest, IDeepCloneableGetOperationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GetOperationRequest()
public GetOperationRequest()
GetOperationRequest(GetOperationRequest)
public GetOperationRequest(GetOperationRequest other)
Parameter | |
---|---|
Name | Description |
other | GetOperationRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |