Class ConfigConnectorConfig.Builder (2.86.0)

public static final class ConfigConnectorConfig.Builder extends GeneratedMessage.Builder<ConfigConnectorConfig.Builder> implements ConfigConnectorConfigOrBuilder

Configuration options for the Config Connector add-on.

Protobuf type google.container.v1beta1.ConfigConnectorConfig

Static Methods

getDescriptor()

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

Methods

build()

public ConfigConnectorConfig build()
Returns
Type Description
ConfigConnectorConfig

buildPartial()

public ConfigConnectorConfig buildPartial()
Returns
Type Description
ConfigConnectorConfig

clear()

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

clearEnabled()

public ConfigConnectorConfig.Builder clearEnabled()

Whether Cloud Connector is enabled for this cluster.

bool enabled = 1;

Returns
Type Description
ConfigConnectorConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public ConfigConnectorConfig getDefaultInstanceForType()
Returns
Type Description
ConfigConnectorConfig

getDescriptorForType()

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

getEnabled()

public boolean getEnabled()

Whether Cloud Connector 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(ConfigConnectorConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEnabled(boolean value)

public ConfigConnectorConfig.Builder setEnabled(boolean value)

Whether Cloud Connector is enabled for this cluster.

bool enabled = 1;

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
ConfigConnectorConfig.Builder

This builder for chaining.