Class HighScaleCheckpointingConfig.Builder (2.86.0)

public static final class HighScaleCheckpointingConfig.Builder extends GeneratedMessage.Builder<HighScaleCheckpointingConfig.Builder> implements HighScaleCheckpointingConfigOrBuilder

Configuration for the High Scale Checkpointing.

Protobuf type google.container.v1beta1.HighScaleCheckpointingConfig

Static Methods

getDescriptor()

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

Methods

build()

public HighScaleCheckpointingConfig build()
Returns
Type Description
HighScaleCheckpointingConfig

buildPartial()

public HighScaleCheckpointingConfig buildPartial()
Returns
Type Description
HighScaleCheckpointingConfig

clear()

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

clearEnabled()

public HighScaleCheckpointingConfig.Builder clearEnabled()

Whether the High Scale Checkpointing is enabled for this cluster.

bool enabled = 1;

Returns
Type Description
HighScaleCheckpointingConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public HighScaleCheckpointingConfig getDefaultInstanceForType()
Returns
Type Description
HighScaleCheckpointingConfig

getDescriptorForType()

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

getEnabled()

public boolean getEnabled()

Whether the High Scale Checkpointing is enabled for this cluster.

bool enabled = 1;

Returns
Type Description
boolean

The enabled.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(HighScaleCheckpointingConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEnabled(boolean value)

public HighScaleCheckpointingConfig.Builder setEnabled(boolean value)

Whether the High Scale Checkpointing is enabled for this cluster.

bool enabled = 1;

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
HighScaleCheckpointingConfig.Builder

This builder for chaining.