Required. If true, the rollout will retry failed operations when resumed.
This is applicable only the current state of the Rollout is PAUSED and
the requested action is RUN.
[[["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."],[],[],null,["# Interface RolloutControl.RunRolloutActionParamsOrBuilder (0.2.0)\n\n public static interface RolloutControl.RunRolloutActionParamsOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getRetryFailedOperations()\n\n public abstract boolean getRetryFailedOperations()\n\nRequired. If true, the rollout will retry failed operations when resumed.\nThis is applicable only the current state of the Rollout is PAUSED and\nthe requested action is RUN.\n\n`bool retry_failed_operations = 1 [(.google.api.field_behavior) = REQUIRED];`"]]