public static final class RepairRolloutRule.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder> implements RepairRolloutRuleOrBuilder
The `RepairRolloutRule` automation rule will automatically repair a failed `Rollout`.Protobuf type
google.cloud.deploy.v1.RepairRolloutRulegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>public RepairRolloutRule.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>public RepairRolloutRule getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RepairRolloutRule build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RepairRolloutRule buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RepairRolloutRule.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>public RepairRolloutRule.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>public RepairRolloutRule.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>public RepairRolloutRule.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>public RepairRolloutRule.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>public RepairRolloutRule.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>public RepairRolloutRule.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RepairRolloutRule.Builder>public RepairRolloutRule.Builder mergeFrom(RepairRolloutRule other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>public RepairRolloutRule.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RepairRolloutRule.Builder>IOExceptionpublic String getId()
Required. ID of the rule. This id must be unique in the `Automation`
resource to which this rule belongs. The format is `[a-z][a-z0-9\-]{0,62}`.
string id = 1 [(.google.api.field_behavior) = REQUIRED];getId in interface RepairRolloutRuleOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
Required. ID of the rule. This id must be unique in the `Automation`
resource to which this rule belongs. The format is `[a-z][a-z0-9\-]{0,62}`.
string id = 1 [(.google.api.field_behavior) = REQUIRED];getIdBytes in interface RepairRolloutRuleOrBuilderpublic RepairRolloutRule.Builder setId(String value)
Required. ID of the rule. This id must be unique in the `Automation`
resource to which this rule belongs. The format is `[a-z][a-z0-9\-]{0,62}`.
string id = 1 [(.google.api.field_behavior) = REQUIRED];value - The id to set.public RepairRolloutRule.Builder clearId()
Required. ID of the rule. This id must be unique in the `Automation`
resource to which this rule belongs. The format is `[a-z][a-z0-9\-]{0,62}`.
string id = 1 [(.google.api.field_behavior) = REQUIRED];public RepairRolloutRule.Builder setIdBytes(com.google.protobuf.ByteString value)
Required. ID of the rule. This id must be unique in the `Automation`
resource to which this rule belongs. The format is `[a-z][a-z0-9\-]{0,62}`.
string id = 1 [(.google.api.field_behavior) = REQUIRED];value - The bytes for id to set.public com.google.protobuf.ProtocolStringList getSourcePhasesList()
Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. 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])?$`.
repeated string source_phases = 2 [(.google.api.field_behavior) = OPTIONAL];getSourcePhasesList in interface RepairRolloutRuleOrBuilderpublic int getSourcePhasesCount()
Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. 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])?$`.
repeated string source_phases = 2 [(.google.api.field_behavior) = OPTIONAL];getSourcePhasesCount in interface RepairRolloutRuleOrBuilderpublic String getSourcePhases(int index)
Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. 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])?$`.
repeated string source_phases = 2 [(.google.api.field_behavior) = OPTIONAL];getSourcePhases in interface RepairRolloutRuleOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSourcePhasesBytes(int index)
Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. 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])?$`.
repeated string source_phases = 2 [(.google.api.field_behavior) = OPTIONAL];getSourcePhasesBytes in interface RepairRolloutRuleOrBuilderindex - The index of the value to return.public RepairRolloutRule.Builder setSourcePhases(int index, String value)
Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. 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])?$`.
repeated string source_phases = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index to set the value at.value - The sourcePhases to set.public RepairRolloutRule.Builder addSourcePhases(String value)
Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. 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])?$`.
repeated string source_phases = 2 [(.google.api.field_behavior) = OPTIONAL];value - The sourcePhases to add.public RepairRolloutRule.Builder addAllSourcePhases(Iterable<String> values)
Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. 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])?$`.
repeated string source_phases = 2 [(.google.api.field_behavior) = OPTIONAL];values - The sourcePhases to add.public RepairRolloutRule.Builder clearSourcePhases()
Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. 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])?$`.
repeated string source_phases = 2 [(.google.api.field_behavior) = OPTIONAL];public RepairRolloutRule.Builder addSourcePhasesBytes(com.google.protobuf.ByteString value)
Optional. Phases within which jobs are subject to automatic repair actions
on failure. Proceeds only after phase name matched any one in the list, or
for all phases if unspecified. 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])?$`.
repeated string source_phases = 2 [(.google.api.field_behavior) = OPTIONAL];value - The bytes of the sourcePhases to add.public com.google.protobuf.ProtocolStringList getJobsList()
Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in `source_phase`. 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])?$`.
repeated string jobs = 3 [(.google.api.field_behavior) = OPTIONAL];getJobsList in interface RepairRolloutRuleOrBuilderpublic int getJobsCount()
Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in `source_phase`. 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])?$`.
repeated string jobs = 3 [(.google.api.field_behavior) = OPTIONAL];getJobsCount in interface RepairRolloutRuleOrBuilderpublic String getJobs(int index)
Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in `source_phase`. 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])?$`.
repeated string jobs = 3 [(.google.api.field_behavior) = OPTIONAL];getJobs in interface RepairRolloutRuleOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getJobsBytes(int index)
Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in `source_phase`. 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])?$`.
repeated string jobs = 3 [(.google.api.field_behavior) = OPTIONAL];getJobsBytes in interface RepairRolloutRuleOrBuilderindex - The index of the value to return.public RepairRolloutRule.Builder setJobs(int index, String value)
Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in `source_phase`. 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])?$`.
repeated string jobs = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index to set the value at.value - The jobs to set.public RepairRolloutRule.Builder addJobs(String value)
Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in `source_phase`. 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])?$`.
repeated string jobs = 3 [(.google.api.field_behavior) = OPTIONAL];value - The jobs to add.public RepairRolloutRule.Builder addAllJobs(Iterable<String> values)
Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in `source_phase`. 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])?$`.
repeated string jobs = 3 [(.google.api.field_behavior) = OPTIONAL];values - The jobs to add.public RepairRolloutRule.Builder clearJobs()
Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in `source_phase`. 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])?$`.
repeated string jobs = 3 [(.google.api.field_behavior) = OPTIONAL];public RepairRolloutRule.Builder addJobsBytes(com.google.protobuf.ByteString value)
Optional. Jobs to repair. Proceeds only after job name matched any one in
the list, or for all jobs if unspecified or empty. The phase that includes
the job must match the phase ID specified in `source_phase`. 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])?$`.
repeated string jobs = 3 [(.google.api.field_behavior) = OPTIONAL];value - The bytes of the jobs to add.public List<RepairMode> getRepairModesList()
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
getRepairModesList in interface RepairRolloutRuleOrBuilderpublic int getRepairModesCount()
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
getRepairModesCount in interface RepairRolloutRuleOrBuilderpublic RepairMode getRepairModes(int index)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
getRepairModes in interface RepairRolloutRuleOrBuilderpublic RepairRolloutRule.Builder setRepairModes(int index, RepairMode value)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public RepairRolloutRule.Builder setRepairModes(int index, RepairMode.Builder builderForValue)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public RepairRolloutRule.Builder addRepairModes(RepairMode value)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public RepairRolloutRule.Builder addRepairModes(int index, RepairMode value)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public RepairRolloutRule.Builder addRepairModes(RepairMode.Builder builderForValue)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public RepairRolloutRule.Builder addRepairModes(int index, RepairMode.Builder builderForValue)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public RepairRolloutRule.Builder addAllRepairModes(Iterable<? extends RepairMode> values)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public RepairRolloutRule.Builder clearRepairModes()
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public RepairRolloutRule.Builder removeRepairModes(int index)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public RepairMode.Builder getRepairModesBuilder(int index)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public RepairModeOrBuilder getRepairModesOrBuilder(int index)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
getRepairModesOrBuilder in interface RepairRolloutRuleOrBuilderpublic List<? extends RepairModeOrBuilder> getRepairModesOrBuilderList()
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
getRepairModesOrBuilderList in interface RepairRolloutRuleOrBuilderpublic RepairMode.Builder addRepairModesBuilder()
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public RepairMode.Builder addRepairModesBuilder(int index)
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public List<RepairMode.Builder> getRepairModesBuilderList()
Required. Defines the types of automatic repair actions for failed jobs.
repeated .google.cloud.deploy.v1.RepairMode repair_modes = 4 [(.google.api.field_behavior) = REQUIRED];
public boolean hasCondition()
Output only. Information around the state of the 'Automation' rule.
.google.cloud.deploy.v1.AutomationRuleCondition condition = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCondition in interface RepairRolloutRuleOrBuilderpublic AutomationRuleCondition getCondition()
Output only. Information around the state of the 'Automation' rule.
.google.cloud.deploy.v1.AutomationRuleCondition condition = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCondition in interface RepairRolloutRuleOrBuilderpublic RepairRolloutRule.Builder setCondition(AutomationRuleCondition value)
Output only. Information around the state of the 'Automation' rule.
.google.cloud.deploy.v1.AutomationRuleCondition condition = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public RepairRolloutRule.Builder setCondition(AutomationRuleCondition.Builder builderForValue)
Output only. Information around the state of the 'Automation' rule.
.google.cloud.deploy.v1.AutomationRuleCondition condition = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public RepairRolloutRule.Builder mergeCondition(AutomationRuleCondition value)
Output only. Information around the state of the 'Automation' rule.
.google.cloud.deploy.v1.AutomationRuleCondition condition = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public RepairRolloutRule.Builder clearCondition()
Output only. Information around the state of the 'Automation' rule.
.google.cloud.deploy.v1.AutomationRuleCondition condition = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public AutomationRuleCondition.Builder getConditionBuilder()
Output only. Information around the state of the 'Automation' rule.
.google.cloud.deploy.v1.AutomationRuleCondition condition = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public AutomationRuleConditionOrBuilder getConditionOrBuilder()
Output only. Information around the state of the 'Automation' rule.
.google.cloud.deploy.v1.AutomationRuleCondition condition = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getConditionOrBuilder in interface RepairRolloutRuleOrBuilderpublic final RepairRolloutRule.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>public final RepairRolloutRule.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RepairRolloutRule.Builder>Copyright © 2024 Google LLC. All rights reserved.