Class GetGlobalOperationRequest (1.2.0)

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

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