timeout

Available in a dev version: 0․11․0-grpc-186

How to configure

The maximum duration to wait for the RPC to complete.

If set, the RPC will be canceled (with DEADLINE_EXCEEDED) if it does not complete within the specified duration. The timeout is measured from the moment the call is initiated. If null, no timeout is applied, and the call may run indefinitely.

The default value is null.

See also