Package com.google.cloud.osconfig.v1beta
Class PatchJobs.PatchRollout.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
- com.google.cloud.osconfig.v1beta.PatchJobs.PatchRollout.Builder
-
- All Implemented Interfaces:
PatchJobs.PatchRolloutOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- PatchJobs.PatchRollout
public static final class PatchJobs.PatchRollout.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder> implements PatchJobs.PatchRolloutOrBuilder
Patch rollout configuration specifications. Contains details on the concurrency control when applying patch(es) to all targeted VMs.
Protobuf typegoogle.cloud.osconfig.v1beta.PatchRollout
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchJobs.PatchRollout.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PatchJobs.PatchRollout
build()
PatchJobs.PatchRollout
buildPartial()
PatchJobs.PatchRollout.Builder
clear()
PatchJobs.PatchRollout.Builder
clearDisruptionBudget()
The maximum number (or percentage) of VMs per zone to disrupt at any given moment.PatchJobs.PatchRollout.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
PatchJobs.PatchRollout.Builder
clearMode()
Mode of the patch rollout.PatchJobs.PatchRollout.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
PatchJobs.PatchRollout.Builder
clone()
PatchJobs.PatchRollout
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Common.FixedOrPercent
getDisruptionBudget()
The maximum number (or percentage) of VMs per zone to disrupt at any given moment.Common.FixedOrPercent.Builder
getDisruptionBudgetBuilder()
The maximum number (or percentage) of VMs per zone to disrupt at any given moment.Common.FixedOrPercentOrBuilder
getDisruptionBudgetOrBuilder()
The maximum number (or percentage) of VMs per zone to disrupt at any given moment.PatchJobs.PatchRollout.Mode
getMode()
Mode of the patch rollout.int
getModeValue()
Mode of the patch rollout.boolean
hasDisruptionBudget()
The maximum number (or percentage) of VMs per zone to disrupt at any given moment.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
PatchJobs.PatchRollout.Builder
mergeDisruptionBudget(Common.FixedOrPercent value)
The maximum number (or percentage) of VMs per zone to disrupt at any given moment.PatchJobs.PatchRollout.Builder
mergeFrom(PatchJobs.PatchRollout other)
PatchJobs.PatchRollout.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PatchJobs.PatchRollout.Builder
mergeFrom(com.google.protobuf.Message other)
PatchJobs.PatchRollout.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PatchJobs.PatchRollout.Builder
setDisruptionBudget(Common.FixedOrPercent value)
The maximum number (or percentage) of VMs per zone to disrupt at any given moment.PatchJobs.PatchRollout.Builder
setDisruptionBudget(Common.FixedOrPercent.Builder builderForValue)
The maximum number (or percentage) of VMs per zone to disrupt at any given moment.PatchJobs.PatchRollout.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PatchJobs.PatchRollout.Builder
setMode(PatchJobs.PatchRollout.Mode value)
Mode of the patch rollout.PatchJobs.PatchRollout.Builder
setModeValue(int value)
Mode of the patch rollout.PatchJobs.PatchRollout.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PatchJobs.PatchRollout.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
clear
public PatchJobs.PatchRollout.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
getDefaultInstanceForType
public PatchJobs.PatchRollout getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PatchJobs.PatchRollout build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PatchJobs.PatchRollout buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PatchJobs.PatchRollout.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
setField
public PatchJobs.PatchRollout.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
clearField
public PatchJobs.PatchRollout.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
clearOneof
public PatchJobs.PatchRollout.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
setRepeatedField
public PatchJobs.PatchRollout.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
addRepeatedField
public PatchJobs.PatchRollout.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
mergeFrom
public PatchJobs.PatchRollout.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PatchJobs.PatchRollout.Builder>
-
mergeFrom
public PatchJobs.PatchRollout.Builder mergeFrom(PatchJobs.PatchRollout other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
mergeFrom
public PatchJobs.PatchRollout.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PatchJobs.PatchRollout.Builder>
- Throws:
IOException
-
getModeValue
public int getModeValue()
Mode of the patch rollout.
.google.cloud.osconfig.v1beta.PatchRollout.Mode mode = 1;
- Specified by:
getModeValue
in interfacePatchJobs.PatchRolloutOrBuilder
- Returns:
- The enum numeric value on the wire for mode.
-
setModeValue
public PatchJobs.PatchRollout.Builder setModeValue(int value)
Mode of the patch rollout.
.google.cloud.osconfig.v1beta.PatchRollout.Mode mode = 1;
- Parameters:
value
- The enum numeric value on the wire for mode to set.- Returns:
- This builder for chaining.
-
getMode
public PatchJobs.PatchRollout.Mode getMode()
Mode of the patch rollout.
.google.cloud.osconfig.v1beta.PatchRollout.Mode mode = 1;
- Specified by:
getMode
in interfacePatchJobs.PatchRolloutOrBuilder
- Returns:
- The mode.
-
setMode
public PatchJobs.PatchRollout.Builder setMode(PatchJobs.PatchRollout.Mode value)
Mode of the patch rollout.
.google.cloud.osconfig.v1beta.PatchRollout.Mode mode = 1;
- Parameters:
value
- The mode to set.- Returns:
- This builder for chaining.
-
clearMode
public PatchJobs.PatchRollout.Builder clearMode()
Mode of the patch rollout.
.google.cloud.osconfig.v1beta.PatchRollout.Mode mode = 1;
- Returns:
- This builder for chaining.
-
hasDisruptionBudget
public boolean hasDisruptionBudget()
The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of `10`, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops.
.google.cloud.osconfig.v1beta.FixedOrPercent disruption_budget = 2;
- Specified by:
hasDisruptionBudget
in interfacePatchJobs.PatchRolloutOrBuilder
- Returns:
- Whether the disruptionBudget field is set.
-
getDisruptionBudget
public Common.FixedOrPercent getDisruptionBudget()
The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of `10`, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops.
.google.cloud.osconfig.v1beta.FixedOrPercent disruption_budget = 2;
- Specified by:
getDisruptionBudget
in interfacePatchJobs.PatchRolloutOrBuilder
- Returns:
- The disruptionBudget.
-
setDisruptionBudget
public PatchJobs.PatchRollout.Builder setDisruptionBudget(Common.FixedOrPercent value)
The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of `10`, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops.
.google.cloud.osconfig.v1beta.FixedOrPercent disruption_budget = 2;
-
setDisruptionBudget
public PatchJobs.PatchRollout.Builder setDisruptionBudget(Common.FixedOrPercent.Builder builderForValue)
The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of `10`, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops.
.google.cloud.osconfig.v1beta.FixedOrPercent disruption_budget = 2;
-
mergeDisruptionBudget
public PatchJobs.PatchRollout.Builder mergeDisruptionBudget(Common.FixedOrPercent value)
The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of `10`, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops.
.google.cloud.osconfig.v1beta.FixedOrPercent disruption_budget = 2;
-
clearDisruptionBudget
public PatchJobs.PatchRollout.Builder clearDisruptionBudget()
The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of `10`, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops.
.google.cloud.osconfig.v1beta.FixedOrPercent disruption_budget = 2;
-
getDisruptionBudgetBuilder
public Common.FixedOrPercent.Builder getDisruptionBudgetBuilder()
The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of `10`, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops.
.google.cloud.osconfig.v1beta.FixedOrPercent disruption_budget = 2;
-
getDisruptionBudgetOrBuilder
public Common.FixedOrPercentOrBuilder getDisruptionBudgetOrBuilder()
The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of `10`, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops.
.google.cloud.osconfig.v1beta.FixedOrPercent disruption_budget = 2;
- Specified by:
getDisruptionBudgetOrBuilder
in interfacePatchJobs.PatchRolloutOrBuilder
-
setUnknownFields
public final PatchJobs.PatchRollout.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
mergeUnknownFields
public final PatchJobs.PatchRollout.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchRollout.Builder>
-
-