public static enum Service.Tier extends Enum<Service.Tier> implements com.google.protobuf.ProtocolMessageEnum
Available service tiers.Protobuf enum
google.cloud.metastore.v1beta.Service.Tier| Enum Constant and Description |
|---|
DEVELOPER
The developer tier provides limited scalability and no fault tolerance.
|
ENTERPRISE
The enterprise tier provides multi-zone high availability, and sufficient
scalability for enterprise-level Dataproc Metastore workloads.
|
TIER_UNSPECIFIED
The tier is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEVELOPER_VALUE
The developer tier provides limited scalability and no fault tolerance.
|
static int |
ENTERPRISE_VALUE
The enterprise tier provides multi-zone high availability, and sufficient
scalability for enterprise-level Dataproc Metastore workloads.
|
static int |
TIER_UNSPECIFIED_VALUE
The tier is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static Service.Tier |
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<Service.Tier> |
internalGetValueMap() |
static Service.Tier |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Service.Tier |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Service.Tier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service.Tier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Service.Tier TIER_UNSPECIFIED
The tier is not set.
TIER_UNSPECIFIED = 0;public static final Service.Tier DEVELOPER
The developer tier provides limited scalability and no fault tolerance. Good for low-cost proof-of-concept.
DEVELOPER = 1;public static final Service.Tier ENTERPRISE
The enterprise tier provides multi-zone high availability, and sufficient scalability for enterprise-level Dataproc Metastore workloads.
ENTERPRISE = 3;public static final Service.Tier UNRECOGNIZED
public static final int TIER_UNSPECIFIED_VALUE
The tier is not set.
TIER_UNSPECIFIED = 0;public static final int DEVELOPER_VALUE
The developer tier provides limited scalability and no fault tolerance. Good for low-cost proof-of-concept.
DEVELOPER = 1;public static final int ENTERPRISE_VALUE
The enterprise tier provides multi-zone high availability, and sufficient scalability for enterprise-level Dataproc Metastore workloads.
ENTERPRISE = 3;public static Service.Tier[] values()
for (Service.Tier c : Service.Tier.values()) System.out.println(c);
public static Service.Tier 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 Service.Tier valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Service.Tier forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Service.Tier> 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 Service.Tier valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.