Skip to content

Commit b52eac2

Browse files
1 parent 9864caa commit b52eac2

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/GKEHub/ConfigManagementSpec.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ class ConfigManagementSpec extends \Google\Model
4949
protected $hierarchyControllerType = ConfigManagementHierarchyControllerConfig::class;
5050
protected $hierarchyControllerDataType = '';
5151
/**
52-
* Optional. Enables automatic Feature management.
52+
* Optional. Deprecated: From version 1.21.0, automatic Feature management is
53+
* unavailable, and Config Sync only supports manual upgrades.
5354
*
55+
* @deprecated
5456
* @var string
5557
*/
5658
public $management;
@@ -141,18 +143,21 @@ public function getHierarchyController()
141143
return $this->hierarchyController;
142144
}
143145
/**
144-
* Optional. Enables automatic Feature management.
146+
* Optional. Deprecated: From version 1.21.0, automatic Feature management is
147+
* unavailable, and Config Sync only supports manual upgrades.
145148
*
146149
* Accepted values: MANAGEMENT_UNSPECIFIED, MANAGEMENT_AUTOMATIC,
147150
* MANAGEMENT_MANUAL
148151
*
152+
* @deprecated
149153
* @param self::MANAGEMENT_* $management
150154
*/
151155
public function setManagement($management)
152156
{
153157
$this->management = $management;
154158
}
155159
/**
160+
* @deprecated
156161
* @return self::MANAGEMENT_*
157162
*/
158163
public function getManagement()

0 commit comments

Comments
 (0)