File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments