Reference documentation and code samples for the Google Cloud Database Center V1beta Client class Edition.
Represents the edition of a database resource.
Protobuf type google.cloud.databasecenter.v1beta.Edition
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EDITION_UNSPECIFIED
Value: 0Default, to make it consistent with instance edition enum.
Generated from protobuf enum EDITION_UNSPECIFIED = 0;
EDITION_ENTERPRISE
Value: 1Represents the enterprise edition.
Generated from protobuf enum EDITION_ENTERPRISE = 1;
EDITION_ENTERPRISE_PLUS
Value: 2Represents the enterprise plus edition.
Generated from protobuf enum EDITION_ENTERPRISE_PLUS = 2;
EDITION_STANDARD
Value: 3Represents the standard edition.
Generated from protobuf enum EDITION_STANDARD = 3;