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].
Implements
IMessageWaitOperationRequest, IEquatableWaitOperationRequest, IDeepCloneableWaitOperationRequest, IBufferMessage, IMessageNamespace
Google.LongRunningAssembly
Google.LongRunning.dll
Constructors
WaitOperationRequest()
public WaitOperationRequest()
WaitOperationRequest(WaitOperationRequest)
public WaitOperationRequest(WaitOperationRequest other)
Parameter | |
---|---|
Name | Description |
other |
WaitOperationRequest |
Properties
Name
public string Name { get; set; }
The name of the operation resource to wait on.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Duration |