Enum ServiceTier (3.3.6)

public enum ServiceTier extends Enum<ServiceTier> implements ProtocolMessageEnum

The tier of service for a Workspace. Please see the service tiers documentation for more details.

Protobuf enum google.monitoring.v3.ServiceTier

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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.

SERVICE_TIER_BASIC = 1;

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.

SERVICE_TIER_BASIC = 1;

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.

SERVICE_TIER_PREMIUM = 2;

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.

SERVICE_TIER_PREMIUM = 2;

SERVICE_TIER_UNSPECIFIED

An invalid sentinel value, used to indicate that a tier has not been provided explicitly.

SERVICE_TIER_UNSPECIFIED = 0;

SERVICE_TIER_UNSPECIFIED_VALUE

An invalid sentinel value, used to indicate that a tier has not been provided explicitly.

SERVICE_TIER_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()