Class AwsNodeManagement.Builder (0.35.0)

public static final class AwsNodeManagement.Builder extends GeneratedMessageV3.Builder<AwsNodeManagement.Builder> implements AwsNodeManagementOrBuilder

AwsNodeManagement defines the set of node management features turned on for an AWS node pool.

Protobuf type google.cloud.gkemulticloud.v1.AwsNodeManagement

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AwsNodeManagement.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AwsNodeManagement.Builder
Overrides

build()

public AwsNodeManagement build()
Returns
TypeDescription
AwsNodeManagement

buildPartial()

public AwsNodeManagement buildPartial()
Returns
TypeDescription
AwsNodeManagement

clear()

public AwsNodeManagement.Builder clear()
Returns
TypeDescription
AwsNodeManagement.Builder
Overrides

clearAutoRepair()

public AwsNodeManagement.Builder clearAutoRepair()

Optional. Whether or not the nodes will be automatically repaired. When set to true, the nodes in this node pool will be monitored and if they fail health checks consistently over a period of time, an automatic repair action will be triggered to replace them with new nodes.

bool auto_repair = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
AwsNodeManagement.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public AwsNodeManagement.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AwsNodeManagement.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public AwsNodeManagement.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AwsNodeManagement.Builder
Overrides

clone()

public AwsNodeManagement.Builder clone()
Returns
TypeDescription
AwsNodeManagement.Builder
Overrides

getAutoRepair()

public boolean getAutoRepair()

Optional. Whether or not the nodes will be automatically repaired. When set to true, the nodes in this node pool will be monitored and if they fail health checks consistently over a period of time, an automatic repair action will be triggered to replace them with new nodes.

bool auto_repair = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The autoRepair.

getDefaultInstanceForType()

public AwsNodeManagement getDefaultInstanceForType()
Returns
TypeDescription
AwsNodeManagement

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AwsNodeManagement other)

public AwsNodeManagement.Builder mergeFrom(AwsNodeManagement other)
Parameter
NameDescription
otherAwsNodeManagement
Returns
TypeDescription
AwsNodeManagement.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AwsNodeManagement.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AwsNodeManagement.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AwsNodeManagement.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AwsNodeManagement.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AwsNodeManagement.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AwsNodeManagement.Builder
Overrides

setAutoRepair(boolean value)

public AwsNodeManagement.Builder setAutoRepair(boolean value)

Optional. Whether or not the nodes will be automatically repaired. When set to true, the nodes in this node pool will be monitored and if they fail health checks consistently over a period of time, an automatic repair action will be triggered to replace them with new nodes.

bool auto_repair = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueboolean

The autoRepair to set.

Returns
TypeDescription
AwsNodeManagement.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public AwsNodeManagement.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AwsNodeManagement.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AwsNodeManagement.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AwsNodeManagement.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AwsNodeManagement.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AwsNodeManagement.Builder
Overrides