Class HighScaleCheckpointingConfig (2.67.0)

public final class HighScaleCheckpointingConfig extends GeneratedMessageV3 implements HighScaleCheckpointingConfigOrBuilder

Configuration for the High Scale Checkpointing.

Protobuf type google.container.v1.HighScaleCheckpointingConfig

Static Fields

ENABLED_FIELD_NUMBER

public static final int ENABLED_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static HighScaleCheckpointingConfig getDefaultInstance()
Returns
Type Description
HighScaleCheckpointingConfig

getDescriptor()

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

newBuilder()

public static HighScaleCheckpointingConfig.Builder newBuilder()
Returns
Type Description
HighScaleCheckpointingConfig.Builder

newBuilder(HighScaleCheckpointingConfig prototype)

public static HighScaleCheckpointingConfig.Builder newBuilder(HighScaleCheckpointingConfig prototype)
Parameter
Name Description
prototype HighScaleCheckpointingConfig
Returns
Type Description
HighScaleCheckpointingConfig.Builder

parseDelimitedFrom(InputStream input)

public static HighScaleCheckpointingConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static HighScaleCheckpointingConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static HighScaleCheckpointingConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static HighScaleCheckpointingConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static HighScaleCheckpointingConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static HighScaleCheckpointingConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static HighScaleCheckpointingConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static HighScaleCheckpointingConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static HighScaleCheckpointingConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static HighScaleCheckpointingConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static HighScaleCheckpointingConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static HighScaleCheckpointingConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HighScaleCheckpointingConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<HighScaleCheckpointingConfig> parser()
Returns
Type Description
Parser<HighScaleCheckpointingConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public HighScaleCheckpointingConfig getDefaultInstanceForType()
Returns
Type Description
HighScaleCheckpointingConfig

getEnabled()

public boolean getEnabled()

Whether the High Scale Checkpointing is enabled for this cluster.

bool enabled = 1;

Returns
Type Description
boolean

The enabled.

getParserForType()

public Parser<HighScaleCheckpointingConfig> getParserForType()
Returns
Type Description
Parser<HighScaleCheckpointingConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public HighScaleCheckpointingConfig.Builder newBuilderForType()
Returns
Type Description
HighScaleCheckpointingConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected HighScaleCheckpointingConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
HighScaleCheckpointingConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public HighScaleCheckpointingConfig.Builder toBuilder()
Returns
Type Description
HighScaleCheckpointingConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException