Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class SubscriptionType.
Subscription_type added to distinguish between Standard and Trial subscriptions. By default, a subscription type is considered STANDARD unless explicitly specified.
Protobuf type google.cloud.alloydb.v1.SubscriptionType
Namespace
Google \ Cloud \ AlloyDb \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SUBSCRIPTION_TYPE_UNSPECIFIED
Value: 0
This is an unknown subscription type. By default, the subscription type is STANDARD.
Generated from protobuf enum SUBSCRIPTION_TYPE_UNSPECIFIED = 0;
STANDARD
Value: 1
Standard subscription.
Generated from protobuf enum STANDARD = 1;
TRIAL
Value: 2
Trial subscription.
Generated from protobuf enum TRIAL = 2;