public enum ServiceTier extends java.lang.Enum<ServiceTier> implements ProtocolMessageEnum
The tier of service for a Stackdriver account. Please see the [service tiers documentation](https://cloud.google.com/monitoring/accounts/tiers) for more details.Protobuf enum
google.monitoring.v3.ServiceTier
Enum Constant and Description |
---|
SERVICE_TIER_BASIC
The Stackdriver Basic tier, a free tier of service that provides basic
features, a moderate allotment of logs, and access to built-in metrics.
|
SERVICE_TIER_PREMIUM
The Stackdriver Premium tier, a higher, more expensive tier of service
that provides access to all Stackdriver features, lets you use Stackdriver
with AWS accounts, and has a larger allotments for logs and metrics.
|
SERVICE_TIER_UNSPECIFIED
An invalid sentinel value, used to indicate that a tier has not
been provided explicitly.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
SERVICE_TIER_BASIC_VALUE
The Stackdriver Basic tier, a free tier of service that provides basic
features, a moderate allotment of logs, and access to built-in metrics.
|
static int |
SERVICE_TIER_PREMIUM_VALUE
The Stackdriver Premium tier, a higher, more expensive tier of service
that provides access to all Stackdriver features, lets you use Stackdriver
with AWS accounts, and has a larger allotments for logs and metrics.
|
static int |
SERVICE_TIER_UNSPECIFIED_VALUE
An invalid sentinel value, used to indicate that a tier has not
been provided explicitly.
|
Modifier and Type | Method and Description |
---|---|
static ServiceTier |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<ServiceTier> |
internalGetValueMap() |
static ServiceTier |
valueOf(Descriptors.EnumValueDescriptor desc) |
static ServiceTier |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ServiceTier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceTier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceTier SERVICE_TIER_UNSPECIFIED
An invalid sentinel value, used to indicate that a tier has not been provided explicitly.
SERVICE_TIER_UNSPECIFIED = 0;
public static final ServiceTier SERVICE_TIER_BASIC
The Stackdriver Basic tier, a free tier of service that provides basic features, a moderate allotment of logs, and access to built-in metrics. A number of features are not available in this tier. For more details, see [the service tiers documentation](https://cloud.google.com/monitoring/accounts/tiers).
SERVICE_TIER_BASIC = 1;
public static final ServiceTier SERVICE_TIER_PREMIUM
The Stackdriver Premium tier, a higher, more expensive tier of service that provides access to all Stackdriver features, lets you use Stackdriver with AWS accounts, and has a larger allotments for logs and metrics. For more details, see [the service tiers documentation](https://cloud.google.com/monitoring/accounts/tiers).
SERVICE_TIER_PREMIUM = 2;
public static final ServiceTier UNRECOGNIZED
public static final int SERVICE_TIER_UNSPECIFIED_VALUE
An invalid sentinel value, used to indicate that a tier has not been provided explicitly.
SERVICE_TIER_UNSPECIFIED = 0;
public static final int SERVICE_TIER_BASIC_VALUE
The Stackdriver Basic tier, a free tier of service that provides basic features, a moderate allotment of logs, and access to built-in metrics. A number of features are not available in this tier. For more details, see [the service tiers documentation](https://cloud.google.com/monitoring/accounts/tiers).
SERVICE_TIER_BASIC = 1;
public static final int SERVICE_TIER_PREMIUM_VALUE
The Stackdriver Premium tier, a higher, more expensive tier of service that provides access to all Stackdriver features, lets you use Stackdriver with AWS accounts, and has a larger allotments for logs and metrics. For more details, see [the service tiers documentation](https://cloud.google.com/monitoring/accounts/tiers).
SERVICE_TIER_PREMIUM = 2;
public static ServiceTier[] values()
for (ServiceTier c : ServiceTier.values()) System.out.println(c);
public static ServiceTier valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static ServiceTier valueOf(int value)
forNumber(int)
instead.public static ServiceTier forNumber(int value)
public static Internal.EnumLiteMap<ServiceTier> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static ServiceTier valueOf(Descriptors.EnumValueDescriptor desc)