- 2.56.0 (latest)
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.2
- 2.4.1
- 2.3.8
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.v1beta1.NodeManagement
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NodeManagement.BuilderImplements
NodeManagementOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NodeManagement.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
NodeManagement.Builder |
build()
public NodeManagement build()
Type | Description |
NodeManagement |
buildPartial()
public NodeManagement buildPartial()
Type | Description |
NodeManagement |
clear()
public NodeManagement.Builder clear()
Type | Description |
NodeManagement.Builder |
clearAutoRepair()
public NodeManagement.Builder clearAutoRepair()
Whether the nodes will be automatically repaired.
bool auto_repair = 2;
Type | Description |
NodeManagement.Builder | This builder for chaining. |
clearAutoUpgrade()
public NodeManagement.Builder clearAutoUpgrade()
Whether the nodes will be automatically upgraded.
bool auto_upgrade = 1;
Type | Description |
NodeManagement.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public NodeManagement.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
NodeManagement.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public NodeManagement.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
NodeManagement.Builder |
clearUpgradeOptions()
public NodeManagement.Builder clearUpgradeOptions()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
Type | Description |
NodeManagement.Builder |
clone()
public NodeManagement.Builder clone()
Type | Description |
NodeManagement.Builder |
getAutoRepair()
public boolean getAutoRepair()
Whether the nodes will be automatically repaired.
bool auto_repair = 2;
Type | Description |
boolean | The autoRepair. |
getAutoUpgrade()
public boolean getAutoUpgrade()
Whether the nodes will be automatically upgraded.
bool auto_upgrade = 1;
Type | Description |
boolean | The autoUpgrade. |
getDefaultInstanceForType()
public NodeManagement getDefaultInstanceForType()
Type | Description |
NodeManagement |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getUpgradeOptions()
public AutoUpgradeOptions getUpgradeOptions()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
Type | Description |
AutoUpgradeOptions | The upgradeOptions. |
getUpgradeOptionsBuilder()
public AutoUpgradeOptions.Builder getUpgradeOptionsBuilder()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
Type | Description |
AutoUpgradeOptions.Builder |
getUpgradeOptionsOrBuilder()
public AutoUpgradeOptionsOrBuilder getUpgradeOptionsOrBuilder()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
Type | Description |
AutoUpgradeOptionsOrBuilder |
hasUpgradeOptions()
public boolean hasUpgradeOptions()
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
Type | Description |
boolean | Whether the upgradeOptions field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(NodeManagement other)
public NodeManagement.Builder mergeFrom(NodeManagement other)
Name | Description |
other | NodeManagement |
Type | Description |
NodeManagement.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NodeManagement.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
NodeManagement.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public NodeManagement.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
NodeManagement.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NodeManagement.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
NodeManagement.Builder |
mergeUpgradeOptions(AutoUpgradeOptions value)
public NodeManagement.Builder mergeUpgradeOptions(AutoUpgradeOptions value)
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
Name | Description |
value | AutoUpgradeOptions |
Type | Description |
NodeManagement.Builder |
setAutoRepair(boolean value)
public NodeManagement.Builder setAutoRepair(boolean value)
Whether the nodes will be automatically repaired.
bool auto_repair = 2;
Name | Description |
value | boolean The autoRepair to set. |
Type | Description |
NodeManagement.Builder | This builder for chaining. |
setAutoUpgrade(boolean value)
public NodeManagement.Builder setAutoUpgrade(boolean value)
Whether the nodes will be automatically upgraded.
bool auto_upgrade = 1;
Name | Description |
value | boolean The autoUpgrade to set. |
Type | Description |
NodeManagement.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public NodeManagement.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
NodeManagement.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NodeManagement.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
NodeManagement.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final NodeManagement.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
NodeManagement.Builder |
setUpgradeOptions(AutoUpgradeOptions value)
public NodeManagement.Builder setUpgradeOptions(AutoUpgradeOptions value)
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
Name | Description |
value | AutoUpgradeOptions |
Type | Description |
NodeManagement.Builder |
setUpgradeOptions(AutoUpgradeOptions.Builder builderForValue)
public NodeManagement.Builder setUpgradeOptions(AutoUpgradeOptions.Builder builderForValue)
Specifies the Auto Upgrade knobs for the node pool.
.google.container.v1beta1.AutoUpgradeOptions upgrade_options = 10;
Name | Description |
builderForValue | AutoUpgradeOptions.Builder |
Type | Description |
NodeManagement.Builder |