publicstaticfinalclass Cluster.ControlPlane.LocalextendsGeneratedMessageV3implementsCluster.ControlPlane.LocalOrBuilder
Configuration specific to clusters with a control plane hosted locally.
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.
Protobuf type google.cloud.edgecontainer.v1.Cluster.ControlPlane.Local
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
CONTROL_PLANE_NODE_STORAGE_SCHEMA_FIELD_NUMBER
publicstaticfinalintCONTROL_PLANE_NODE_STORAGE_SCHEMA_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
MACHINE_FILTER_FIELD_NUMBER
publicstaticfinalintMACHINE_FILTER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
NODE_COUNT_FIELD_NUMBER
publicstaticfinalintNODE_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
NODE_LOCATION_FIELD_NUMBER
publicstaticfinalintNODE_LOCATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SHARED_DEPLOYMENT_POLICY_FIELD_NUMBER
publicstaticfinalintSHARED_DEPLOYMENT_POLICY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticCluster.ControlPlane.LocalgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticCluster.ControlPlane.Local.BuildernewBuilder()
newBuilder(Cluster.ControlPlane.Local prototype)
publicstaticCluster.ControlPlane.Local.BuildernewBuilder(Cluster.ControlPlane.Localprototype)
publicstaticCluster.ControlPlane.LocalparseDelimitedFrom(InputStreaminput)
publicstaticCluster.ControlPlane.LocalparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticCluster.ControlPlane.LocalparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticCluster.ControlPlane.LocalparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticCluster.ControlPlane.LocalparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticCluster.ControlPlane.LocalparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticCluster.ControlPlane.LocalparseFrom(CodedInputStreaminput)
publicstaticCluster.ControlPlane.LocalparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticCluster.ControlPlane.LocalparseFrom(InputStreaminput)
publicstaticCluster.ControlPlane.LocalparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticCluster.ControlPlane.LocalparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticCluster.ControlPlane.LocalparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<Cluster.ControlPlane.Local>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getControlPlaneNodeStorageSchema()
publicStringgetControlPlaneNodeStorageSchema()
Optional. Name for the storage schema of control plane nodes.
Warning: Configurable node local storage schema feature is an
experimental feature, and is not recommended for general use
in production clusters/nodepools.
string control_plane_node_storage_schema = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The controlPlaneNodeStorageSchema.
|
getControlPlaneNodeStorageSchemaBytes()
publicByteStringgetControlPlaneNodeStorageSchemaBytes()
Optional. Name for the storage schema of control plane nodes.
Warning: Configurable node local storage schema feature is an
experimental feature, and is not recommended for general use
in production clusters/nodepools.
string control_plane_node_storage_schema = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for controlPlaneNodeStorageSchema.
|
getDefaultInstanceForType()
publicCluster.ControlPlane.LocalgetDefaultInstanceForType()
getMachineFilter()
publicStringgetMachineFilter()
Only machines matching this filter will be allowed to host control
plane nodes. The filtering language accepts strings like "name=<name>",
and is documented here: AIP-160.
string machine_filter = 3;
| Returns |
| Type |
Description |
String |
The machineFilter.
|
getMachineFilterBytes()
publicByteStringgetMachineFilterBytes()
Only machines matching this filter will be allowed to host control
plane nodes. The filtering language accepts strings like "name=<name>",
and is documented here: AIP-160.
string machine_filter = 3;
| Returns |
| Type |
Description |
ByteString |
The bytes for machineFilter.
|
getNodeCount()
The number of nodes to serve as replicas of the Control Plane.
int32 node_count = 2;
| Returns |
| Type |
Description |
int |
The nodeCount.
|
getNodeLocation()
publicStringgetNodeLocation()
Name of the Google Distributed Cloud Edge zones where this node pool
will be created. For example: us-central1-edge-customer-a.
string node_location = 1;
| Returns |
| Type |
Description |
String |
The nodeLocation.
|
getNodeLocationBytes()
publicByteStringgetNodeLocationBytes()
Name of the Google Distributed Cloud Edge zones where this node pool
will be created. For example: us-central1-edge-customer-a.
string node_location = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for nodeLocation.
|
getParserForType()
publicParser<Cluster.ControlPlane.Local>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getSharedDeploymentPolicy()
publicCluster.ControlPlane.SharedDeploymentPolicygetSharedDeploymentPolicy()
Policy configuration about how user applications are deployed.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.SharedDeploymentPolicy shared_deployment_policy = 4;
getSharedDeploymentPolicyValue()
publicintgetSharedDeploymentPolicyValue()
Policy configuration about how user applications are deployed.
.google.cloud.edgecontainer.v1.Cluster.ControlPlane.SharedDeploymentPolicy shared_deployment_policy = 4;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for sharedDeploymentPolicy.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicCluster.ControlPlane.Local.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedCluster.ControlPlane.Local.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicCluster.ControlPlane.Local.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides