public sealed class WaitOperationRequest : Protobuf.IMessage<WaitOperationRequest>, Protobuf.IBufferMessage
The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
Implements
Protobuf.IBufferMessageNamespace
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 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 | |
---|---|
Type | Description |
Protobuf.WellKnownTypes.Duration |