[[["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-08-18 UTC."],[],[],null,["# Interface RolloutStrategyOrBuilder (0.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.0 (latest)](/java/docs/reference/google-cloud-configdelivery/latest/com.google.cloud.configdelivery.v1.RolloutStrategyOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-configdelivery/0.4.0/com.google.cloud.configdelivery.v1.RolloutStrategyOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-configdelivery/0.2.0/com.google.cloud.configdelivery.v1.RolloutStrategyOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-configdelivery/0.1.0/com.google.cloud.configdelivery.v1.RolloutStrategyOrBuilder) \n\n public interface RolloutStrategyOrBuilder 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### getAllAtOnce()\n\n public abstract AllAtOnceStrategy getAllAtOnce()\n\nAllAtOnceStrategy causes all clusters to be updated concurrently.\n\n`.google.cloud.configdelivery.v1.AllAtOnceStrategy all_at_once = 1;`\n\n### getAllAtOnceOrBuilder()\n\n public abstract AllAtOnceStrategyOrBuilder getAllAtOnceOrBuilder()\n\nAllAtOnceStrategy causes all clusters to be updated concurrently.\n\n`.google.cloud.configdelivery.v1.AllAtOnceStrategy all_at_once = 1;`\n\n### getRolling()\n\n public abstract RollingStrategy getRolling()\n\nRollingStrategy causes a specified number of clusters to be updated\nconcurrently until all clusters are updated.\n\n`.google.cloud.configdelivery.v1.RollingStrategy rolling = 2;`\n\n### getRollingOrBuilder()\n\n public abstract RollingStrategyOrBuilder getRollingOrBuilder()\n\nRollingStrategy causes a specified number of clusters to be updated\nconcurrently until all clusters are updated.\n\n`.google.cloud.configdelivery.v1.RollingStrategy rolling = 2;`\n\n### getStrategyCase()\n\n public abstract RolloutStrategy.StrategyCase getStrategyCase()\n\n### hasAllAtOnce()\n\n public abstract boolean hasAllAtOnce()\n\nAllAtOnceStrategy causes all clusters to be updated concurrently.\n\n`.google.cloud.configdelivery.v1.AllAtOnceStrategy all_at_once = 1;`\n\n### hasRolling()\n\n public abstract boolean hasRolling()\n\nRollingStrategy causes a specified number of clusters to be updated\nconcurrently until all clusters are updated.\n\n`.google.cloud.configdelivery.v1.RollingStrategy rolling = 2;`"]]