Class IntraNodeVisibilityConfig.Builder (2.86.0)

public static final class IntraNodeVisibilityConfig.Builder extends GeneratedMessage.Builder<IntraNodeVisibilityConfig.Builder> implements IntraNodeVisibilityConfigOrBuilder

IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster.

Protobuf type google.container.v1beta1.IntraNodeVisibilityConfig

Static Methods

getDescriptor()

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

Methods

build()

public IntraNodeVisibilityConfig build()
Returns
Type Description
IntraNodeVisibilityConfig

buildPartial()

public IntraNodeVisibilityConfig buildPartial()
Returns
Type Description
IntraNodeVisibilityConfig

clear()

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

clearEnabled()

public IntraNodeVisibilityConfig.Builder clearEnabled()

Enables intra node visibility for this cluster.

bool enabled = 1;

Returns
Type Description
IntraNodeVisibilityConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public IntraNodeVisibilityConfig getDefaultInstanceForType()
Returns
Type Description
IntraNodeVisibilityConfig

getDescriptorForType()

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

getEnabled()

public boolean getEnabled()

Enables intra node visibility 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(IntraNodeVisibilityConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEnabled(boolean value)

public IntraNodeVisibilityConfig.Builder setEnabled(boolean value)

Enables intra node visibility for this cluster.

bool enabled = 1;

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
IntraNodeVisibilityConfig.Builder

This builder for chaining.