Interface Cluster.ControlPlaneOrBuilder (0.38.0)

publicstaticinterface Cluster.ControlPlaneOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfigCase()

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

getLocal()

publicabstractCluster.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()

publicabstractCluster.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

getRemote()

publicabstractCluster.ControlPlane.RemotegetRemote()

Remote control plane configuration.

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

Returns
Type Description
Cluster.ControlPlane.Remote

The remote.

getRemoteOrBuilder()

publicabstractCluster.ControlPlane.RemoteOrBuildergetRemoteOrBuilder()

Remote control plane configuration.

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

Returns
Type Description
Cluster.ControlPlane.RemoteOrBuilder

hasLocal()

publicabstractbooleanhasLocal()

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()

publicabstractbooleanhasRemote()

Remote control plane configuration.

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

Returns
Type Description
boolean

Whether the remote field is set.

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.