public static enum ClusterConfig.ClusterTier extends Enum<ClusterConfig.ClusterTier> implements com.google.protobuf.ProtocolMessageEnum
The cluster tier.Protobuf enum
google.cloud.dataproc.v1.ClusterConfig.ClusterTier| Enum Constant and Description |
|---|
CLUSTER_TIER_PREMIUM
Premium Dataproc cluster.
|
CLUSTER_TIER_STANDARD
Standard Dataproc cluster.
|
CLUSTER_TIER_UNSPECIFIED
Not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CLUSTER_TIER_PREMIUM_VALUE
Premium Dataproc cluster.
|
static int |
CLUSTER_TIER_STANDARD_VALUE
Standard Dataproc cluster.
|
static int |
CLUSTER_TIER_UNSPECIFIED_VALUE
Not set.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterConfig.ClusterTier |
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<ClusterConfig.ClusterTier> |
internalGetValueMap() |
static ClusterConfig.ClusterTier |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ClusterConfig.ClusterTier |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ClusterConfig.ClusterTier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterConfig.ClusterTier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterConfig.ClusterTier CLUSTER_TIER_UNSPECIFIED
Not set. Works the same as CLUSTER_TIER_STANDARD.
CLUSTER_TIER_UNSPECIFIED = 0;public static final ClusterConfig.ClusterTier CLUSTER_TIER_STANDARD
Standard Dataproc cluster.
CLUSTER_TIER_STANDARD = 1;public static final ClusterConfig.ClusterTier CLUSTER_TIER_PREMIUM
Premium Dataproc cluster.
CLUSTER_TIER_PREMIUM = 2;public static final ClusterConfig.ClusterTier UNRECOGNIZED
public static final int CLUSTER_TIER_UNSPECIFIED_VALUE
Not set. Works the same as CLUSTER_TIER_STANDARD.
CLUSTER_TIER_UNSPECIFIED = 0;public static final int CLUSTER_TIER_STANDARD_VALUE
Standard Dataproc cluster.
CLUSTER_TIER_STANDARD = 1;public static final int CLUSTER_TIER_PREMIUM_VALUE
Premium Dataproc cluster.
CLUSTER_TIER_PREMIUM = 2;public static ClusterConfig.ClusterTier[] values()
for (ClusterConfig.ClusterTier c : ClusterConfig.ClusterTier.values()) System.out.println(c);
public static ClusterConfig.ClusterTier 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 ClusterConfig.ClusterTier valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ClusterConfig.ClusterTier forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ClusterConfig.ClusterTier> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ClusterConfig.ClusterTier valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.