Class GcfsConfig.Builder (2.86.0)

public static final class GcfsConfig.Builder extends GeneratedMessage.Builder<GcfsConfig.Builder> implements GcfsConfigOrBuilder

GcfsConfig contains configurations of Google Container File System.

Protobuf type google.container.v1beta1.GcfsConfig

Implements

GcfsConfigOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public GcfsConfig build()
Returns
Type Description
GcfsConfig

buildPartial()

public GcfsConfig buildPartial()
Returns
Type Description
GcfsConfig

clear()

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

clearEnabled()

public GcfsConfig.Builder clearEnabled()

Whether to use GCFS.

bool enabled = 1;

Returns
Type Description
GcfsConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public GcfsConfig getDefaultInstanceForType()
Returns
Type Description
GcfsConfig

getDescriptorForType()

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

getEnabled()

public boolean getEnabled()

Whether to use GCFS.

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(GcfsConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEnabled(boolean value)

public GcfsConfig.Builder setEnabled(boolean value)

Whether to use GCFS.

bool enabled = 1;

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
GcfsConfig.Builder

This builder for chaining.