Compute Engine v1 API - Class GetGlobalOperationRequest (2.15.0)

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.

Inheritance

object > GetGlobalOperationRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetGlobalOperationRequest()

public GetGlobalOperationRequest()

GetGlobalOperationRequest(GetGlobalOperationRequest)

public GetGlobalOperationRequest(GetGlobalOperationRequest other)
Parameter
NameDescription
otherGetGlobalOperationRequest

Properties

Operation

public string Operation { get; set; }

Name of the Operations resource to return.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string