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?$.
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?$.
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?$.
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?$.
[[["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-08-07 UTC."],[],[],null,["# Interface AdvanceRolloutRuleOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.deploy.v1.AdvanceRolloutRuleOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.deploy.v1.AdvanceRolloutRuleOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.deploy.v1.AdvanceRolloutRuleOrBuilder) \n\n public interface AdvanceRolloutRuleOrBuilder 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### getCondition()\n\n public abstract AutomationRuleCondition getCondition()\n\nOutput only. Information around the state of the Automation rule.\n\n`.google.events.cloud.deploy.v1.AutomationRuleCondition condition = 5;`\n\n### getConditionOrBuilder()\n\n public abstract AutomationRuleConditionOrBuilder getConditionOrBuilder()\n\nOutput only. Information around the state of the Automation rule.\n\n`.google.events.cloud.deploy.v1.AutomationRuleCondition condition = 5;`\n\n### getId()\n\n public abstract String getId()\n\nRequired. ID of the rule. This id must be unique in the `Automation`\nresource to which this rule belongs. The format is a-z`{0,62}`.\n\n`string id = 1;`\n\n### getIdBytes()\n\n public abstract ByteString getIdBytes()\n\nRequired. ID of the rule. This id must be unique in the `Automation`\nresource to which this rule belongs. The format is a-z`{0,62}`.\n\n`string id = 1;`\n\n### getSourcePhases(int index)\n\n public abstract String getSourcePhases(int index)\n\nOptional. Proceeds only after phase name matched any one in the list.\nThis value must consist of lower-case letters, numbers, and hyphens,\nstart with a letter and end with a letter or a number, and have a max\nlength of 63 characters. In other words, it must match the following\nregex: `^`[a-z](/java/docs/reference/google-cloudevent-types/latest/[a-z0-9-]{0,61}[a-z0-9])`?$`.\n\n`repeated string source_phases = 6;`\n\n### getSourcePhasesBytes(int index)\n\n public abstract ByteString getSourcePhasesBytes(int index)\n\nOptional. Proceeds only after phase name matched any one in the list.\nThis value must consist of lower-case letters, numbers, and hyphens,\nstart with a letter and end with a letter or a number, and have a max\nlength of 63 characters. In other words, it must match the following\nregex: `^`[a-z](/java/docs/reference/google-cloudevent-types/latest/[a-z0-9-]{0,61}[a-z0-9])`?$`.\n\n`repeated string source_phases = 6;`\n\n### getSourcePhasesCount()\n\n public abstract int getSourcePhasesCount()\n\nOptional. Proceeds only after phase name matched any one in the list.\nThis value must consist of lower-case letters, numbers, and hyphens,\nstart with a letter and end with a letter or a number, and have a max\nlength of 63 characters. In other words, it must match the following\nregex: `^`[a-z](/java/docs/reference/google-cloudevent-types/latest/[a-z0-9-]{0,61}[a-z0-9])`?$`.\n\n`repeated string source_phases = 6;`\n\n### getSourcePhasesList()\n\n public abstract List\u003cString\u003e getSourcePhasesList()\n\nOptional. Proceeds only after phase name matched any one in the list.\nThis value must consist of lower-case letters, numbers, and hyphens,\nstart with a letter and end with a letter or a number, and have a max\nlength of 63 characters. In other words, it must match the following\nregex: `^`[a-z](/java/docs/reference/google-cloudevent-types/latest/[a-z0-9-]{0,61}[a-z0-9])`?$`.\n\n`repeated string source_phases = 6;`\n\n### getWait()\n\n public abstract Duration getWait()\n\nOptional. How long to wait after a rollout is finished.\n\n`.google.protobuf.Duration wait = 3;`\n\n### getWaitOrBuilder()\n\n public abstract DurationOrBuilder getWaitOrBuilder()\n\nOptional. How long to wait after a rollout is finished.\n\n`.google.protobuf.Duration wait = 3;`\n\n### hasCondition()\n\n public abstract boolean hasCondition()\n\nOutput only. Information around the state of the Automation rule.\n\n`.google.events.cloud.deploy.v1.AutomationRuleCondition condition = 5;`\n\n### hasWait()\n\n public abstract boolean hasWait()\n\nOptional. How long to wait after a rollout is finished.\n\n`.google.protobuf.Duration wait = 3;`"]]