@Deprecated public enum ServiceTier extends Enum<ServiceTier> implements com.google.protobuf.ProtocolMessageEnum
The tier of service for a Metrics Scope. Please see the [service tiers documentation](https://cloud.google.com/monitoring/workspaces/tiers) for more details.Protobuf enum
google.monitoring.v3.ServiceTier| Enum Constant and Description |
|---|
SERVICE_TIER_BASIC
Deprecated.
The Cloud Monitoring 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
Deprecated.
The Cloud Monitoring Premium tier, a higher, more expensive tier of service
that provides access to all Cloud Monitoring features, lets you use Cloud
Monitoring with AWS accounts, and has a larger allotments for logs and
metrics.
|
SERVICE_TIER_UNSPECIFIED
Deprecated.
An invalid sentinel value, used to indicate that a tier has not
been provided explicitly.
|
UNRECOGNIZED
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
SERVICE_TIER_BASIC_VALUE
Deprecated.
The Cloud Monitoring 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
Deprecated.
The Cloud Monitoring Premium tier, a higher, more expensive tier of service
that provides access to all Cloud Monitoring features, lets you use Cloud
Monitoring with AWS accounts, and has a larger allotments for logs and
metrics.
|
static int |
SERVICE_TIER_UNSPECIFIED_VALUE
Deprecated.
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)
Deprecated.
|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
Deprecated.
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
Deprecated.
|
int |
getNumber()
Deprecated.
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
Deprecated.
|
static com.google.protobuf.Internal.EnumLiteMap<ServiceTier> |
internalGetValueMap()
Deprecated.
|
static ServiceTier |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.
|
static ServiceTier |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ServiceTier |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ServiceTier[] |
values()
Deprecated.
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 Cloud Monitoring 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/workspaces/tiers).
SERVICE_TIER_BASIC = 1;public static final ServiceTier SERVICE_TIER_PREMIUM
The Cloud Monitoring Premium tier, a higher, more expensive tier of service that provides access to all Cloud Monitoring features, lets you use Cloud Monitoring 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/workspaces/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 Cloud Monitoring 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/workspaces/tiers).
SERVICE_TIER_BASIC = 1;public static final int SERVICE_TIER_PREMIUM_VALUE
The Cloud Monitoring Premium tier, a higher, more expensive tier of service that provides access to all Cloud Monitoring features, lets you use Cloud Monitoring 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/workspaces/tiers).
SERVICE_TIER_PREMIUM = 2;public static ServiceTier[] values()
for (ServiceTier c : ServiceTier.values()) System.out.println(c);
public static ServiceTier 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 ServiceTier valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ServiceTier forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ServiceTier> 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 ServiceTier valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.