public sealed class GetGlobalOperationRequest : IMessage<GetGlobalOperationRequest>, IEquatable<GetGlobalOperationRequest>, IDeepCloneable<GetGlobalOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetGlobalOperationRequest.
A request message for GlobalOperations.Get. See the method description for details.
Implements
IMessageGetGlobalOperationRequest, IEquatableGetGlobalOperationRequest, IDeepCloneableGetGlobalOperationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetGlobalOperationRequest()
public GetGlobalOperationRequest()
GetGlobalOperationRequest(GetGlobalOperationRequest)
public GetGlobalOperationRequest(GetGlobalOperationRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetGlobalOperationRequest |
Properties
Operation
public string Operation { get; set; }
Name of the Operations resource to return.
Property Value | |
---|---|
Type | Description |
string |
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
string |