Send feedback
Class NodePool.UpgradeSettings.Builder (2.4.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.4.1 keyboard_arrow_down
public static final class NodePool . UpgradeSettings . Builder extends GeneratedMessageV3 . Builder<NodePool . UpgradeSettings . Builder > implements NodePool . UpgradeSettingsOrBuilder
Protobuf type google.container.v1beta1.NodePool.UpgradeSettings
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NodePool . UpgradeSettings . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public NodePool . UpgradeSettings build ()
Returns
buildPartial()
public NodePool . UpgradeSettings buildPartial ()
Returns
clear()
public NodePool . UpgradeSettings . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public NodePool . UpgradeSettings . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearMaxSurge()
public NodePool . UpgradeSettings . Builder clearMaxSurge ()
The maximum number of nodes that can be created beyond the current size
of the node pool during the upgrade process.
int32 max_surge = 1;
Returns
clearMaxUnavailable()
public NodePool . UpgradeSettings . Builder clearMaxUnavailable ()
The maximum number of nodes that can be simultaneously unavailable during
the upgrade process. A node is considered available if its status is
Ready.
int32 max_unavailable = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public NodePool . UpgradeSettings . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public NodePool . UpgradeSettings . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public NodePool . UpgradeSettings getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getMaxSurge()
The maximum number of nodes that can be created beyond the current size
of the node pool during the upgrade process.
int32 max_surge = 1;
Returns
Type Description int The maxSurge.
getMaxUnavailable()
public int getMaxUnavailable ()
The maximum number of nodes that can be simultaneously unavailable during
the upgrade process. A node is considered available if its status is
Ready.
int32 max_unavailable = 2;
Returns
Type Description int The maxUnavailable.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(NodePool.UpgradeSettings other)
public NodePool . UpgradeSettings . Builder mergeFrom ( NodePool . UpgradeSettings other )
Parameter
Returns
public NodePool . UpgradeSettings . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public NodePool . UpgradeSettings . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NodePool . UpgradeSettings . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public NodePool . UpgradeSettings . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setMaxSurge(int value)
public NodePool . UpgradeSettings . Builder setMaxSurge ( int value )
The maximum number of nodes that can be created beyond the current size
of the node pool during the upgrade process.
int32 max_surge = 1;
Parameter
Name Description value int
The maxSurge to set.
Returns
setMaxUnavailable(int value)
public NodePool . UpgradeSettings . Builder setMaxUnavailable ( int value )
The maximum number of nodes that can be simultaneously unavailable during
the upgrade process. A node is considered available if its status is
Ready.
int32 max_unavailable = 2;
Parameter
Name Description value int
The maxUnavailable to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NodePool . UpgradeSettings . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final NodePool . UpgradeSettings . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["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-02-14 UTC."],[],[]]