Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class Tier.
Available service tiers.
Protobuf type google.cloud.metastore.v1.Service.Tier
Namespace
Google \ Cloud \ Metastore \ V1 \ ServiceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TIER_UNSPECIFIED
Value: 0The tier is not set.
Generated from protobuf enum TIER_UNSPECIFIED = 0;
DEVELOPER
Value: 1The developer tier provides limited scalability and no fault tolerance.
Good for low-cost proof-of-concept.
Generated from protobuf enum DEVELOPER = 1;
ENTERPRISE
Value: 3The enterprise tier provides multi-zone high availability, and sufficient scalability for enterprise-level Dataproc Metastore workloads.
Generated from protobuf enum ENTERPRISE = 3;