Send feedback
Class NodeManagement.Builder (2.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.8.0 keyboard_arrow_down
public static final class NodeManagement . Builder extends GeneratedMessageV3 . Builder<NodeManagement . Builder > implements NodeManagementOrBuilder
NodeManagement defines the set of node management services turned on for the
node pool.
Protobuf type google.container.v1.NodeManagement
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NodeManagement . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public NodeManagement build ()
Returns
buildPartial()
public NodeManagement buildPartial ()
Returns
clear()
public NodeManagement . Builder clear ()
Returns
Overrides
clearAutoRepair()
public NodeManagement . Builder clearAutoRepair ()
A flag that specifies whether the node auto-repair is enabled for the node
pool. If enabled, the nodes in this node pool will be monitored and, if
they fail health checks too many times, an automatic repair action will be
triggered.
bool auto_repair = 2;
Returns
clearAutoUpgrade()
public NodeManagement . Builder clearAutoUpgrade ()
A flag that specifies whether node auto-upgrade is enabled for the node
pool. If enabled, node auto-upgrade helps keep the nodes in your node pool
up to date with the latest release version of Kubernetes.
bool auto_upgrade = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public NodeManagement . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public NodeManagement . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearUpgradeOptions()
public NodeManagement . Builder clearUpgradeOptions ()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1.AutoUpgradeOptions upgrade_options = 10;
Returns
clone()
public NodeManagement . Builder clone ()
Returns
Overrides
getAutoRepair()
public boolean getAutoRepair ()
A flag that specifies whether the node auto-repair is enabled for the node
pool. If enabled, the nodes in this node pool will be monitored and, if
they fail health checks too many times, an automatic repair action will be
triggered.
bool auto_repair = 2;
Returns
Type Description boolean The autoRepair.
getAutoUpgrade()
public boolean getAutoUpgrade ()
A flag that specifies whether node auto-upgrade is enabled for the node
pool. If enabled, node auto-upgrade helps keep the nodes in your node pool
up to date with the latest release version of Kubernetes.
bool auto_upgrade = 1;
Returns
Type Description boolean The autoUpgrade.
getDefaultInstanceForType()
public NodeManagement getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getUpgradeOptions()
public AutoUpgradeOptions getUpgradeOptions ()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1.AutoUpgradeOptions upgrade_options = 10;
Returns
getUpgradeOptionsBuilder()
public AutoUpgradeOptions . Builder getUpgradeOptionsBuilder ()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1.AutoUpgradeOptions upgrade_options = 10;
Returns
getUpgradeOptionsOrBuilder()
public AutoUpgradeOptionsOrBuilder getUpgradeOptionsOrBuilder ()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1.AutoUpgradeOptions upgrade_options = 10;
Returns
hasUpgradeOptions()
public boolean hasUpgradeOptions ()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1.AutoUpgradeOptions upgrade_options = 10;
Returns
Type Description boolean Whether the upgradeOptions field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(NodeManagement other)
public NodeManagement . Builder mergeFrom ( NodeManagement other )
Parameter
Returns
public NodeManagement . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public NodeManagement . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NodeManagement . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
mergeUpgradeOptions(AutoUpgradeOptions value)
public NodeManagement . Builder mergeUpgradeOptions ( AutoUpgradeOptions value )
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1.AutoUpgradeOptions upgrade_options = 10;
Parameter
Returns
setAutoRepair(boolean value)
public NodeManagement . Builder setAutoRepair ( boolean value )
A flag that specifies whether the node auto-repair is enabled for the node
pool. If enabled, the nodes in this node pool will be monitored and, if
they fail health checks too many times, an automatic repair action will be
triggered.
bool auto_repair = 2;
Parameter
Name Description value boolean
The autoRepair to set.
Returns
setAutoUpgrade(boolean value)
public NodeManagement . Builder setAutoUpgrade ( boolean value )
A flag that specifies whether node auto-upgrade is enabled for the node
pool. If enabled, node auto-upgrade helps keep the nodes in your node pool
up to date with the latest release version of Kubernetes.
bool auto_upgrade = 1;
Parameter
Name Description value boolean
The autoUpgrade to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public NodeManagement . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NodeManagement . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final NodeManagement . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setUpgradeOptions(AutoUpgradeOptions value)
public NodeManagement . Builder setUpgradeOptions ( AutoUpgradeOptions value )
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1.AutoUpgradeOptions upgrade_options = 10;
Parameter
Returns
setUpgradeOptions(AutoUpgradeOptions.Builder builderForValue)
public NodeManagement . Builder setUpgradeOptions ( AutoUpgradeOptions . Builder builderForValue )
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1.AutoUpgradeOptions upgrade_options = 10;
Parameter
Returns
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-01-28 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-01-28 UTC."],[],[]]