Package com.google.container.v1beta1
Interface NodeManagementOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeManagement,NodeManagement.Builder
public interface NodeManagementOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAutoRepair()Whether the nodes will be automatically repaired.booleangetAutoUpgrade()Whether the nodes will be automatically upgraded.AutoUpgradeOptionsgetUpgradeOptions()Specifies the Auto Upgrade knobs for the node pool.AutoUpgradeOptionsOrBuildergetUpgradeOptionsOrBuilder()Specifies the Auto Upgrade knobs for the node pool.booleanhasUpgradeOptions()Specifies the Auto Upgrade knobs for the node pool.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAutoUpgrade
boolean getAutoUpgrade()
Whether the nodes will be automatically upgraded.
bool auto_upgrade = 1;- Returns:
- The autoUpgrade.
-
getAutoRepair
boolean getAutoRepair()
Whether the nodes will be automatically repaired.
bool auto_repair = 2;- Returns:
- The autoRepair.
-
hasUpgradeOptions
boolean hasUpgradeOptions()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;- Returns:
- Whether the upgradeOptions field is set.
-
getUpgradeOptions
AutoUpgradeOptions getUpgradeOptions()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;- Returns:
- The upgradeOptions.
-
getUpgradeOptionsOrBuilder
AutoUpgradeOptionsOrBuilder getUpgradeOptionsOrBuilder()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
-
-