public static enum Cluster.NodeScalingFactor extends Enum<Cluster.NodeScalingFactor> implements com.google.protobuf.ProtocolMessageEnum
Possible node scaling factors of the clusters. Node scaling delivers better latency and more throughput by removing node boundaries.Protobuf enum
google.bigtable.admin.v2.Cluster.NodeScalingFactor| Enum Constant and Description |
|---|
NODE_SCALING_FACTOR_1X
The cluster is running with a scaling factor of 1.
|
NODE_SCALING_FACTOR_2X
The cluster is running with a scaling factor of 2.
|
NODE_SCALING_FACTOR_UNSPECIFIED
No node scaling specified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
NODE_SCALING_FACTOR_1X_VALUE
The cluster is running with a scaling factor of 1.
|
static int |
NODE_SCALING_FACTOR_2X_VALUE
The cluster is running with a scaling factor of 2.
|
static int |
NODE_SCALING_FACTOR_UNSPECIFIED_VALUE
No node scaling specified.
|
| Modifier and Type | Method and Description |
|---|---|
static Cluster.NodeScalingFactor |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Cluster.NodeScalingFactor> |
internalGetValueMap() |
static Cluster.NodeScalingFactor |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cluster.NodeScalingFactor |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cluster.NodeScalingFactor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cluster.NodeScalingFactor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cluster.NodeScalingFactor NODE_SCALING_FACTOR_UNSPECIFIED
No node scaling specified. Defaults to NODE_SCALING_FACTOR_1X.
NODE_SCALING_FACTOR_UNSPECIFIED = 0;public static final Cluster.NodeScalingFactor NODE_SCALING_FACTOR_1X
The cluster is running with a scaling factor of 1.
NODE_SCALING_FACTOR_1X = 1;public static final Cluster.NodeScalingFactor NODE_SCALING_FACTOR_2X
The cluster is running with a scaling factor of 2. All node count values must be in increments of 2 with this scaling factor enabled, otherwise an INVALID_ARGUMENT error will be returned.
NODE_SCALING_FACTOR_2X = 2;public static final Cluster.NodeScalingFactor UNRECOGNIZED
public static final int NODE_SCALING_FACTOR_UNSPECIFIED_VALUE
No node scaling specified. Defaults to NODE_SCALING_FACTOR_1X.
NODE_SCALING_FACTOR_UNSPECIFIED = 0;public static final int NODE_SCALING_FACTOR_1X_VALUE
The cluster is running with a scaling factor of 1.
NODE_SCALING_FACTOR_1X = 1;public static final int NODE_SCALING_FACTOR_2X_VALUE
The cluster is running with a scaling factor of 2. All node count values must be in increments of 2 with this scaling factor enabled, otherwise an INVALID_ARGUMENT error will be returned.
NODE_SCALING_FACTOR_2X = 2;public static Cluster.NodeScalingFactor[] values()
for (Cluster.NodeScalingFactor c : Cluster.NodeScalingFactor.values()) System.out.println(c);
public static Cluster.NodeScalingFactor valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Cluster.NodeScalingFactor valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Cluster.NodeScalingFactor forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Cluster.NodeScalingFactor> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Cluster.NodeScalingFactor valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2026 Google LLC. All rights reserved.