Describes the retry policy in case of function's execution
failure. Retried execution is charged as any other execution.
Values:
RETRY_POLICY_UNSPECIFIED (0):
Not specified.
RETRY_POLICY_DO_NOT_RETRY (1):
Do not retry.
RETRY_POLICY_RETRY (2):
Retry on any failure, retry up to 7 days with
an exponential backoff (capped at 10 seconds).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]