Class FastSocket.Builder (2.86.0)

public static final class FastSocket.Builder extends GeneratedMessage.Builder<FastSocket.Builder> implements FastSocketOrBuilder

Configuration of Fast Socket feature.

Protobuf type google.container.v1beta1.FastSocket

Implements

FastSocketOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public FastSocket build()
Returns
Type Description
FastSocket

buildPartial()

public FastSocket buildPartial()
Returns
Type Description
FastSocket

clear()

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

clearEnabled()

public FastSocket.Builder clearEnabled()

Whether Fast Socket features are enabled in the node pool.

bool enabled = 1;

Returns
Type Description
FastSocket.Builder

This builder for chaining.

getDefaultInstanceForType()

public FastSocket getDefaultInstanceForType()
Returns
Type Description
FastSocket

getDescriptorForType()

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

getEnabled()

public boolean getEnabled()

Whether Fast Socket features are enabled in the node pool.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEnabled(boolean value)

public FastSocket.Builder setEnabled(boolean value)

Whether Fast Socket features are enabled in the node pool.

bool enabled = 1;

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
FastSocket.Builder

This builder for chaining.