Google.LongRunning - Class WaitOperationRequest (3.2.0)

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

Reference documentation and code samples for the Google.LongRunning class WaitOperationRequest.

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 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
Duration