Class WaitOperationRequest (2.3.0)

public sealed class WaitOperationRequest : Protobuf.IMessage<WaitOperationRequest>, Protobuf.IBufferMessage

The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].

Inheritance

Object > WaitOperationRequest

Namespace

Google.LongRunning

Assembly

Google.LongRunning.dll

Constructors

WaitOperationRequest()

public WaitOperationRequest()

WaitOperationRequest(WaitOperationRequest)

public WaitOperationRequest(WaitOperationRequest other)
Parameter
NameDescription
otherWaitOperationRequest

Properties

Name

public string Name { get; set; }

The name of the operation resource to wait on.

Property Value
TypeDescription
String

Timeout

public Protobuf.WellKnownTypes.Duration Timeout { get; set; }

The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.

Property Value
TypeDescription
Protobuf.WellKnownTypes.Duration