public sealed class RetryInfo : Protobuf.IMessage<RetryInfo>, Protobuf.IBufferMessage
Describes when the clients can retry a failed request. Clients could ignore
the recommendation here or retry when this information is missing from error
responses.
It's always recommended that clients should use exponential backoff when
retrying.
Clients should wait untilretry_delayamount of time has passed since
receiving the error response before retrying. If retrying requests also
fail, clients should use an exponential backoff scheme to gradually increase
the delay between retries based onretry_delay, until either a maximum
number of retries have been reached or a maximum retry delay cap has been
reached.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eRetryInfo\u003c/code\u003e is a class that provides information about when clients can retry failed requests, recommending clients utilize exponential backoff.\u003c/p\u003e\n"],["\u003cp\u003eClients should wait the duration specified by the \u003ccode\u003eRetryDelay\u003c/code\u003e property before retrying a request, and should use exponential backoff if subsequent retries also fail.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRetryDelayFieldNumber\u003c/code\u003e field indicates the field number for the "retry_delay", and has a corresponding \u003ccode\u003eRetryDelay\u003c/code\u003e property, indicating the amount of time clients should wait.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRetryInfo\u003c/code\u003e includes methods such as \u003ccode\u003eClone()\u003c/code\u003e, \u003ccode\u003eEquals()\u003c/code\u003e, \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eMergeFrom()\u003c/code\u003e, \u003ccode\u003eCalculateSize()\u003c/code\u003e, \u003ccode\u003eToString()\u003c/code\u003e, and \u003ccode\u003eWriteTo()\u003c/code\u003e, which allow users to interact with and utilize the class.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements the \u003ccode\u003eProtobuf.IBufferMessage\u003c/code\u003e interface and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]