Class AutoIpamConfig.Builder (2.86.0)

public static final class AutoIpamConfig.Builder extends GeneratedMessage.Builder<AutoIpamConfig.Builder> implements AutoIpamConfigOrBuilder

AutoIpamConfig contains all information related to Auto IPAM

Protobuf type google.container.v1beta1.AutoIpamConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AutoIpamConfig build()
Returns
Type Description
AutoIpamConfig

buildPartial()

public AutoIpamConfig buildPartial()
Returns
Type Description
AutoIpamConfig

clear()

public AutoIpamConfig.Builder clear()
Returns
Type Description
AutoIpamConfig.Builder
Overrides

clearEnabled()

public AutoIpamConfig.Builder clearEnabled()

The flag that enables Auto IPAM on this cluster

optional bool enabled = 1;

Returns
Type Description
AutoIpamConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public AutoIpamConfig getDefaultInstanceForType()
Returns
Type Description
AutoIpamConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEnabled()

public boolean getEnabled()

The flag that enables Auto IPAM on this cluster

optional bool enabled = 1;

Returns
Type Description
boolean

The enabled.

hasEnabled()

public boolean hasEnabled()

The flag that enables Auto IPAM on this cluster

optional bool enabled = 1;

Returns
Type Description
boolean

Whether the enabled field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AutoIpamConfig other)

public AutoIpamConfig.Builder mergeFrom(AutoIpamConfig other)
Parameter
Name Description
other AutoIpamConfig
Returns
Type Description
AutoIpamConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AutoIpamConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoIpamConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AutoIpamConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AutoIpamConfig.Builder
Overrides

setEnabled(boolean value)

public AutoIpamConfig.Builder setEnabled(boolean value)

The flag that enables Auto IPAM on this cluster

optional bool enabled = 1;

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
AutoIpamConfig.Builder

This builder for chaining.