publicstaticfinalclass Cluster.ControlPlane.BuilderextendsGeneratedMessageV3.Builder<Cluster.ControlPlane.Builder>implementsCluster.ControlPlaneOrBuilder
Configuration of the cluster control plane.
Protobuf type google.cloud.edgecontainer.v1.Cluster.ControlPlane
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicCluster.ControlPlane.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicCluster.ControlPlanebuild()
buildPartial()
publicCluster.ControlPlanebuildPartial()
clear()
publicCluster.ControlPlane.Builderclear()
Overrides
clearConfig()
publicCluster.ControlPlane.BuilderclearConfig()
clearField(Descriptors.FieldDescriptor field)
publicCluster.ControlPlane.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearLocal()
publicCluster.ControlPlane.BuilderclearLocal()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
publicCluster.ControlPlane.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearRemote()
publicCluster.ControlPlane.BuilderclearRemote()
Remote control plane configuration.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;
clone()
publicCluster.ControlPlane.Builderclone()
Overrides
getConfigCase()
publicCluster.ControlPlane.ConfigCasegetConfigCase()
getDefaultInstanceForType()
publicCluster.ControlPlanegetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
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;
getLocalBuilder()
publicCluster.ControlPlane.Local.BuildergetLocalBuilder()
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;
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;
getRemote()
publicCluster.ControlPlane.RemotegetRemote()
Remote control plane configuration.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;
getRemoteBuilder()
publicCluster.ControlPlane.Remote.BuildergetRemoteBuilder()
Remote control plane configuration.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;
getRemoteOrBuilder()
publicCluster.ControlPlane.RemoteOrBuildergetRemoteOrBuilder()
Remote control plane configuration.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;
hasLocal()
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()
Remote control plane configuration.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;
| Returns |
| Type |
Description |
boolean |
Whether the remote field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(Cluster.ControlPlane other)
publicCluster.ControlPlane.BuildermergeFrom(Cluster.ControlPlaneother)
publicCluster.ControlPlane.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicCluster.ControlPlane.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeLocal(Cluster.ControlPlane.Local value)
publicCluster.ControlPlane.BuildermergeLocal(Cluster.ControlPlane.Localvalue)
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;
mergeRemote(Cluster.ControlPlane.Remote value)
publicCluster.ControlPlane.BuildermergeRemote(Cluster.ControlPlane.Remotevalue)
Remote control plane configuration.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCluster.ControlPlane.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicCluster.ControlPlane.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setLocal(Cluster.ControlPlane.Local value)
publicCluster.ControlPlane.BuildersetLocal(Cluster.ControlPlane.Localvalue)
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;
setLocal(Cluster.ControlPlane.Local.Builder builderForValue)
publicCluster.ControlPlane.BuildersetLocal(Cluster.ControlPlane.Local.BuilderbuilderForValue)
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;
setRemote(Cluster.ControlPlane.Remote value)
publicCluster.ControlPlane.BuildersetRemote(Cluster.ControlPlane.Remotevalue)
Remote control plane configuration.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;
setRemote(Cluster.ControlPlane.Remote.Builder builderForValue)
publicCluster.ControlPlane.BuildersetRemote(Cluster.ControlPlane.Remote.BuilderbuilderForValue)
Remote control plane configuration.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.Remote remote = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCluster.ControlPlane.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCluster.ControlPlane.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides