Class Cluster.SystemAddonsConfig.Builder (0.80.0)

public static final class Cluster.SystemAddonsConfig.Builder extends GeneratedMessage.Builder<Cluster.SystemAddonsConfig.Builder> implements Cluster.SystemAddonsConfigOrBuilder

Config that customers are allowed to define for GDCE system add-ons.

Protobuf type google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig

Static Methods

getDescriptor()

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

Methods

build()

public Cluster.SystemAddonsConfig build()
Returns
Type Description
Cluster.SystemAddonsConfig

buildPartial()

public Cluster.SystemAddonsConfig buildPartial()
Returns
Type Description
Cluster.SystemAddonsConfig

clear()

public Cluster.SystemAddonsConfig.Builder clear()
Returns
Type Description
Cluster.SystemAddonsConfig.Builder
Overrides

clearIngress()

public Cluster.SystemAddonsConfig.Builder clearIngress()

Optional. Config for Ingress.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress ingress = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Cluster.SystemAddonsConfig.Builder

clearVmServiceConfig()

public Cluster.SystemAddonsConfig.Builder clearVmServiceConfig()

Optional. Config for VM Service.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.VMServiceConfig vm_service_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Cluster.SystemAddonsConfig.Builder

getDefaultInstanceForType()

public Cluster.SystemAddonsConfig getDefaultInstanceForType()
Returns
Type Description
Cluster.SystemAddonsConfig

getDescriptorForType()

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

getIngress()

public Cluster.SystemAddonsConfig.Ingress getIngress()

Optional. Config for Ingress.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress ingress = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Cluster.SystemAddonsConfig.Ingress

The ingress.

getIngressBuilder()

public Cluster.SystemAddonsConfig.Ingress.Builder getIngressBuilder()

Optional. Config for Ingress.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress ingress = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Cluster.SystemAddonsConfig.Ingress.Builder

getIngressOrBuilder()

public Cluster.SystemAddonsConfig.IngressOrBuilder getIngressOrBuilder()

Optional. Config for Ingress.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress ingress = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Cluster.SystemAddonsConfig.IngressOrBuilder

getVmServiceConfig()

public Cluster.SystemAddonsConfig.VMServiceConfig getVmServiceConfig()

Optional. Config for VM Service.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.VMServiceConfig vm_service_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Cluster.SystemAddonsConfig.VMServiceConfig

The vmServiceConfig.

getVmServiceConfigBuilder()

public Cluster.SystemAddonsConfig.VMServiceConfig.Builder getVmServiceConfigBuilder()

Optional. Config for VM Service.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.VMServiceConfig vm_service_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Cluster.SystemAddonsConfig.VMServiceConfig.Builder

getVmServiceConfigOrBuilder()

public Cluster.SystemAddonsConfig.VMServiceConfigOrBuilder getVmServiceConfigOrBuilder()

Optional. Config for VM Service.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.VMServiceConfig vm_service_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Cluster.SystemAddonsConfig.VMServiceConfigOrBuilder

hasIngress()

public boolean hasIngress()

Optional. Config for Ingress.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress ingress = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the ingress field is set.

hasVmServiceConfig()

public boolean hasVmServiceConfig()

Optional. Config for VM Service.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.VMServiceConfig vm_service_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the vmServiceConfig field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Cluster.SystemAddonsConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeIngress(Cluster.SystemAddonsConfig.Ingress value)

public Cluster.SystemAddonsConfig.Builder mergeIngress(Cluster.SystemAddonsConfig.Ingress value)

Optional. Config for Ingress.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress ingress = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Cluster.SystemAddonsConfig.Ingress
Returns
Type Description
Cluster.SystemAddonsConfig.Builder

mergeVmServiceConfig(Cluster.SystemAddonsConfig.VMServiceConfig value)

public Cluster.SystemAddonsConfig.Builder mergeVmServiceConfig(Cluster.SystemAddonsConfig.VMServiceConfig value)

Optional. Config for VM Service.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.VMServiceConfig vm_service_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Cluster.SystemAddonsConfig.VMServiceConfig
Returns
Type Description
Cluster.SystemAddonsConfig.Builder

setIngress(Cluster.SystemAddonsConfig.Ingress value)

public Cluster.SystemAddonsConfig.Builder setIngress(Cluster.SystemAddonsConfig.Ingress value)

Optional. Config for Ingress.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress ingress = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Cluster.SystemAddonsConfig.Ingress
Returns
Type Description
Cluster.SystemAddonsConfig.Builder

setIngress(Cluster.SystemAddonsConfig.Ingress.Builder builderForValue)

public Cluster.SystemAddonsConfig.Builder setIngress(Cluster.SystemAddonsConfig.Ingress.Builder builderForValue)

Optional. Config for Ingress.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress ingress = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Cluster.SystemAddonsConfig.Ingress.Builder
Returns
Type Description
Cluster.SystemAddonsConfig.Builder

setVmServiceConfig(Cluster.SystemAddonsConfig.VMServiceConfig value)

public Cluster.SystemAddonsConfig.Builder setVmServiceConfig(Cluster.SystemAddonsConfig.VMServiceConfig value)

Optional. Config for VM Service.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.VMServiceConfig vm_service_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Cluster.SystemAddonsConfig.VMServiceConfig
Returns
Type Description
Cluster.SystemAddonsConfig.Builder

setVmServiceConfig(Cluster.SystemAddonsConfig.VMServiceConfig.Builder builderForValue)

public Cluster.SystemAddonsConfig.Builder setVmServiceConfig(Cluster.SystemAddonsConfig.VMServiceConfig.Builder builderForValue)

Optional. Config for VM Service.

.google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.VMServiceConfig vm_service_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Cluster.SystemAddonsConfig.VMServiceConfig.Builder
Returns
Type Description
Cluster.SystemAddonsConfig.Builder