Class WaitGlobalOperationRequest (1.3.0)

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

A request message for GlobalOperations.Wait. See the method description for details.

Inheritance

Object > WaitGlobalOperationRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

WaitGlobalOperationRequest()

public WaitGlobalOperationRequest()

WaitGlobalOperationRequest(WaitGlobalOperationRequest)

public WaitGlobalOperationRequest(WaitGlobalOperationRequest other)
Parameter
NameDescription
otherWaitGlobalOperationRequest

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