OptionalPerLimits each gRPC attempt.
The default is 20,000 milliseconds. The overall deadline and RetryOptions.RequestTimeout can shorten an attempt.
OptionalRequestLimits one authenticated request window.
The default is 60,000 milliseconds.
OptionalRetrySets the number of retries after the first attempt.
The default is 3. Set this value to 0 to make only one attempt.
Controls the timeout and retry policy for one logical request.
All values are milliseconds except RetryOptions.RetryCount. A gRPC
deadlinein the same call-options object limits the complete request. The SDK uses a 15-minute deadline when you omit it.Example