Class Cluster.ControlPlane (0.73.0)

publicstaticfinalclass Cluster.ControlPlaneextendsGeneratedMessageV3implementsCluster.ControlPlaneOrBuilder

Configuration of the cluster control plane.

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

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

LOCAL_FIELD_NUMBER

publicstaticfinalintLOCAL_FIELD_NUMBER
Field Value
Type Description
int

REMOTE_FIELD_NUMBER

publicstaticfinalintREMOTE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticCluster.ControlPlanegetDefaultInstance()
Returns
Type Description
Cluster.ControlPlane

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticCluster.ControlPlane.BuildernewBuilder()
Returns
Type Description
Cluster.ControlPlane.Builder

newBuilder(Cluster.ControlPlane prototype)

publicstaticCluster.ControlPlane.BuildernewBuilder(Cluster.ControlPlaneprototype)
Parameter
Name Description
prototype Cluster.ControlPlane
Returns
Type Description
Cluster.ControlPlane.Builder

parseDelimitedFrom(InputStream input)

publicstaticCluster.ControlPlaneparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Cluster.ControlPlane
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCluster.ControlPlaneparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.ControlPlane
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticCluster.ControlPlaneparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Cluster.ControlPlane
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

publicstaticCluster.ControlPlaneparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Cluster.ControlPlane
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticCluster.ControlPlaneparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.ControlPlane
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticCluster.ControlPlaneparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Cluster.ControlPlane
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCluster.ControlPlaneparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.ControlPlane
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticCluster.ControlPlaneparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Cluster.ControlPlane
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticCluster.ControlPlaneparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.ControlPlane
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticCluster.ControlPlaneparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Cluster.ControlPlane
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticCluster.ControlPlaneparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.ControlPlane
Exceptions
Type Description
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

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

getConfigCase()

publicCluster.ControlPlane.ConfigCasegetConfigCase()
Returns
Type Description
Cluster.ControlPlane.ConfigCase

getDefaultInstanceForType()

publicCluster.ControlPlanegetDefaultInstanceForType()
Returns
Type Description
Cluster.ControlPlane

getLocal()

publicCluster.ControlPlane.LocalgetLocal()

Local control plane configuration.

Warning: Local control plane clusters must be created in their own project. Local control plane clusters cannot coexist in the same project with any other type of clusters, including non-GDCE clusters. Mixing local control plane GDCE clusters with any other type of clusters in the same project can result in data loss.

.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Local local = 2;

Returns
Type Description
Cluster.ControlPlane.Local

The local.

getLocalOrBuilder()

publicCluster.ControlPlane.LocalOrBuildergetLocalOrBuilder()

Local control plane configuration.

Warning: Local control plane clusters must be created in their own project. Local control plane clusters cannot coexist in the same project with any other type of clusters, including non-GDCE clusters. Mixing local control plane GDCE clusters with any other type of clusters in the same project can result in data loss.

.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Local local = 2;

Returns
Type Description
Cluster.ControlPlane.LocalOrBuilder

getParserForType()

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

getRemote()

publicCluster.ControlPlane.RemotegetRemote()

Remote control plane configuration.

.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;

Returns
Type Description
Cluster.ControlPlane.Remote

The remote.

getRemoteOrBuilder()

publicCluster.ControlPlane.RemoteOrBuildergetRemoteOrBuilder()

Remote control plane configuration.

.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;

Returns
Type Description
Cluster.ControlPlane.RemoteOrBuilder

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hasLocal()

publicbooleanhasLocal()

Local control plane configuration.

Warning: Local control plane clusters must be created in their own project. Local control plane clusters cannot coexist in the same project with any other type of clusters, including non-GDCE clusters. Mixing local control plane GDCE clusters with any other type of clusters in the same project can result in data loss.

.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Local local = 2;

Returns
Type Description
boolean

Whether the local field is set.

hasRemote()

publicbooleanhasRemote()

Remote control plane configuration.

.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;

Returns
Type Description
boolean

Whether the remote field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicCluster.ControlPlane.BuildernewBuilderForType()
Returns
Type Description
Cluster.ControlPlane.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

publicCluster.ControlPlane.BuildertoBuilder()
Returns
Type Description
Cluster.ControlPlane.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.