Stackdriver Monitoring V3 Client - Class ServiceTier (1.2.2)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ServiceTier.

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

Protobuf type google.monitoring.v3.ServiceTier

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

SERVICE_TIER_UNSPECIFIED

Value: 0

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

Generated from protobuf enum SERVICE_TIER_UNSPECIFIED = 0;

SERVICE_TIER_BASIC

Value: 1

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.

Generated from protobuf enum SERVICE_TIER_BASIC = 1;

SERVICE_TIER_PREMIUM

Value: 2

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.

Generated from protobuf enum SERVICE_TIER_PREMIUM = 2;