Class Cluster.SystemAddonsConfig.Ingress (0.75.0)

publicstaticfinalclass Cluster.SystemAddonsConfig.IngressextendsGeneratedMessageV3implementsCluster.SystemAddonsConfig.IngressOrBuilder

Config 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

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Cluster.SystemAddonsConfig.Ingress

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

DISABLED_FIELD_NUMBER

publicstaticfinalintDISABLED_FIELD_NUMBER
Field Value
Type Description
int

IPV4_VIP_FIELD_NUMBER

publicstaticfinalintIPV4_VIP_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticCluster.SystemAddonsConfig.IngressgetDefaultInstance()
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticCluster.SystemAddonsConfig.Ingress.BuildernewBuilder()
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress.Builder

newBuilder(Cluster.SystemAddonsConfig.Ingress prototype)

publicstaticCluster.SystemAddonsConfig.Ingress.BuildernewBuilder(Cluster.SystemAddonsConfig.Ingressprototype)
Parameter
Name Description
prototype Cluster.SystemAddonsConfig.Ingress
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress.Builder

parseDelimitedFrom(InputStream input)

publicstaticCluster.SystemAddonsConfig.IngressparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCluster.SystemAddonsConfig.IngressparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticCluster.SystemAddonsConfig.IngressparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticCluster.SystemAddonsConfig.IngressparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticCluster.SystemAddonsConfig.IngressparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticCluster.SystemAddonsConfig.IngressparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticCluster.SystemAddonsConfig.IngressparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCluster.SystemAddonsConfig.IngressparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticCluster.SystemAddonsConfig.IngressparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCluster.SystemAddonsConfig.IngressparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticCluster.SystemAddonsConfig.IngressparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticCluster.SystemAddonsConfig.IngressparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<Cluster.SystemAddonsConfig.Ingress>parser()
Returns
Type Description
Parser<Ingress>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicCluster.SystemAddonsConfig.IngressgetDefaultInstanceForType()
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress

getDisabled()

publicbooleangetDisabled()

Optional. Whether Ingress is disabled.

bool disabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The disabled.

getIpv4Vip()

publicStringgetIpv4Vip()

Optional. Ingress VIP.

string ipv4_vip = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The ipv4Vip.

getIpv4VipBytes()

publicByteStringgetIpv4VipBytes()

Optional. Ingress VIP.

string ipv4_vip = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for ipv4Vip.

getParserForType()

publicParser<Cluster.SystemAddonsConfig.Ingress>getParserForType()
Returns
Type Description
Parser<Ingress>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicCluster.SystemAddonsConfig.Ingress.BuildernewBuilderForType()
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedCluster.SystemAddonsConfig.Ingress.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicCluster.SystemAddonsConfig.Ingress.BuildertoBuilder()
Returns
Type Description
Cluster.SystemAddonsConfig.Ingress.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.