public sealed class AdvanceRolloutRule : IMessage<AdvanceRolloutRule>, IEquatable<AdvanceRolloutRule>, IDeepCloneable<AdvanceRolloutRule>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class AdvanceRolloutRule.
The AdvanceRollout automation rule will automatically advance a successful
Rollout to the next phase.
public RepeatedField<string> SourcePhases { get; }
Optional. Proceeds only after phase name matched any one in the list.
This value must consist of lower-case letters, numbers, and hyphens,
start with a letter and end with a letter or a number, and have a max
length of 63 characters. In other words, it must match the following
regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
[[["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-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eAdvanceRolloutRule\u003c/code\u003e class within the Google Cloud Deploy v1 API, specifically for .NET development, offering a range of versions from 1.0.0 to 3.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAdvanceRolloutRule\u003c/code\u003e class, which is part of the \u003ccode\u003eGoogle.Cloud.Deploy.V1\u003c/code\u003e namespace, enables the automatic progression of a successful rollout to the next phase in a deployment pipeline.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, with several properties including \u003ccode\u003eCondition\u003c/code\u003e, \u003ccode\u003eId\u003c/code\u003e, \u003ccode\u003eSourcePhases\u003c/code\u003e, and \u003ccode\u003eWait\u003c/code\u003e that define its behavior.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for the \u003ccode\u003eAdvanceRolloutRule\u003c/code\u003e class: a parameterless constructor and one that accepts another \u003ccode\u003eAdvanceRolloutRule\u003c/code\u003e object as an argument.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSourcePhases\u003c/code\u003e property specifies the list of phase names that must match for the \u003ccode\u003eAdvanceRolloutRule\u003c/code\u003e to proceed, following a specific naming convention, and the \u003ccode\u003eWait\u003c/code\u003e property determines the duration to wait after a rollout completes.\u003c/p\u003e\n"]]],[],null,[]]