public sealed class WaitOperationRequest : IMessage<WaitOperationRequest>, IEquatable<WaitOperationRequest>, IDeepCloneable<WaitOperationRequest>, IBufferMessage, IMessageThe request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
Implements
IMessage<WaitOperationRequest>, IEquatable<WaitOperationRequest>, IDeepCloneable<WaitOperationRequest>, 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 | 
        |