public static final class Cluster.SystemAddonsConfig.Ingress.Builder extends GeneratedMessage.Builder<Cluster.SystemAddonsConfig.Ingress.Builder> implements Cluster.SystemAddonsConfig.IngressOrBuilderConfig for the Ingress add-on which allows customers to create an Ingress object to manage external access to the servers in a cluster. The add-on consists of istiod and istio-ingress.
Protobuf type google.cloud.edgecontainer.v1.Cluster.SystemAddonsConfig.Ingress
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Cluster.SystemAddonsConfig.Ingress.BuilderImplements
Cluster.SystemAddonsConfig.IngressOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Cluster.SystemAddonsConfig.Ingress build()| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress |
|
buildPartial()
public Cluster.SystemAddonsConfig.Ingress buildPartial()| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress |
|
clear()
public Cluster.SystemAddonsConfig.Ingress.Builder clear()| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress.Builder |
|
clearDisabled()
public Cluster.SystemAddonsConfig.Ingress.Builder clearDisabled()Optional. Whether Ingress is disabled.
bool disabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress.Builder |
This builder for chaining. |
clearIpv4Vip()
public Cluster.SystemAddonsConfig.Ingress.Builder clearIpv4Vip()Optional. Ingress VIP.
string ipv4_vip = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Cluster.SystemAddonsConfig.Ingress getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisabled()
public boolean getDisabled()Optional. Whether Ingress is disabled.
bool disabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The disabled. |
getIpv4Vip()
public String getIpv4Vip()Optional. Ingress VIP.
string ipv4_vip = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The ipv4Vip. |
getIpv4VipBytes()
public ByteString getIpv4VipBytes()Optional. Ingress VIP.
string ipv4_vip = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipv4Vip. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Cluster.SystemAddonsConfig.Ingress other)
public Cluster.SystemAddonsConfig.Ingress.Builder mergeFrom(Cluster.SystemAddonsConfig.Ingress other)| Parameter | |
|---|---|
| Name | Description |
other |
Cluster.SystemAddonsConfig.Ingress |
| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Cluster.SystemAddonsConfig.Ingress.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Cluster.SystemAddonsConfig.Ingress.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress.Builder |
|
setDisabled(boolean value)
public Cluster.SystemAddonsConfig.Ingress.Builder setDisabled(boolean value)Optional. Whether Ingress is disabled.
bool disabled = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe disabled to set. |
| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress.Builder |
This builder for chaining. |
setIpv4Vip(String value)
public Cluster.SystemAddonsConfig.Ingress.Builder setIpv4Vip(String value)Optional. Ingress VIP.
string ipv4_vip = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe ipv4Vip to set. |
| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress.Builder |
This builder for chaining. |
setIpv4VipBytes(ByteString value)
public Cluster.SystemAddonsConfig.Ingress.Builder setIpv4VipBytes(ByteString value)Optional. Ingress VIP.
string ipv4_vip = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for ipv4Vip to set. |
| Returns | |
|---|---|
| Type | Description |
Cluster.SystemAddonsConfig.Ingress.Builder |
This builder for chaining. |