Class KubernetesDashboard.Builder (2.86.0)

public static final class KubernetesDashboard.Builder extends GeneratedMessage.Builder<KubernetesDashboard.Builder> implements KubernetesDashboardOrBuilder

Configuration for the Kubernetes Dashboard.

Protobuf type google.container.v1beta1.KubernetesDashboard

Static Methods

getDescriptor()

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

Methods

build()

public KubernetesDashboard build()
Returns
Type Description
KubernetesDashboard

buildPartial()

public KubernetesDashboard buildPartial()
Returns
Type Description
KubernetesDashboard

clear()

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

clearDisabled()

public KubernetesDashboard.Builder clearDisabled()

Whether the Kubernetes Dashboard is enabled for this cluster.

bool disabled = 1;

Returns
Type Description
KubernetesDashboard.Builder

This builder for chaining.

getDefaultInstanceForType()

public KubernetesDashboard getDefaultInstanceForType()
Returns
Type Description
KubernetesDashboard

getDescriptorForType()

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

getDisabled()

public boolean getDisabled()

Whether the Kubernetes Dashboard is enabled for this cluster.

bool disabled = 1;

Returns
Type Description
boolean

The disabled.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(KubernetesDashboard other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setDisabled(boolean value)

public KubernetesDashboard.Builder setDisabled(boolean value)

Whether the Kubernetes Dashboard is enabled for this cluster.

bool disabled = 1;

Parameter
Name Description
value boolean

The disabled to set.

Returns
Type Description
KubernetesDashboard.Builder

This builder for chaining.