Skip to content

Commit b389588

Browse files
1 parent c9c297a commit b389588

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

src/SQLAdmin/Settings.php

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ class Settings extends \Google\Collection
112112
* The instance is an Enterprise Plus edition.
113113
*/
114114
public const EDITION_ENTERPRISE_PLUS = 'ENTERPRISE_PLUS';
115+
/**
116+
* This instance is a Cloud SQL developer edition instance.
117+
*/
118+
public const EDITION_DEVELOPER = 'DEVELOPER';
115119
/**
116120
* This is an unknown pricing plan for this instance.
117121
*/
@@ -276,7 +280,7 @@ class Settings extends \Google\Collection
276280
protected $denyMaintenancePeriodsType = DenyMaintenancePeriod::class;
277281
protected $denyMaintenancePeriodsDataType = 'array';
278282
/**
279-
* Optional. The edition of the instance.
283+
* Optional. The edition type of the Cloud SQL instance.
280284
*
281285
* @var string
282286
*/
@@ -799,9 +803,10 @@ public function getDenyMaintenancePeriods()
799803
return $this->denyMaintenancePeriods;
800804
}
801805
/**
802-
* Optional. The edition of the instance.
806+
* Optional. The edition type of the Cloud SQL instance.
803807
*
804-
* Accepted values: EDITION_UNSPECIFIED, ENTERPRISE, ENTERPRISE_PLUS
808+
* Accepted values: EDITION_UNSPECIFIED, ENTERPRISE, ENTERPRISE_PLUS,
809+
* DEVELOPER
805810
*
806811
* @param self::EDITION_* $edition
807812
*/

0 commit comments

Comments
 (0)