File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,8 +73,12 @@ class UpgradeInfo extends \Google\Model
7373 */
7474 public const UPGRADE_STATE_COMMIT_FUNCTION_UPGRADE_ERROR_ROLLBACK_SAFE = 'COMMIT_FUNCTION_UPGRADE_ERROR_ROLLBACK_SAFE ' ;
7575 /**
76- * Indicates that the `CommitFunctionUpgradeAsGen2` API call succeeded and the
77- * function was successfully migrated to the 2nd Gen stack.
76+ * Deprecated: This state is no longer returned by the backend. Clients should
77+ * not rely on polling for this specific state. A successful upgrade is now
78+ * indicated by the long-running operation completing successfully with a
79+ * Function resource in the response.
80+ *
81+ * @deprecated
7882 */
7983 public const UPGRADE_STATE_COMMIT_FUNCTION_UPGRADE_AS_GEN2_SUCCESSFUL = 'COMMIT_FUNCTION_UPGRADE_AS_GEN2_SUCCESSFUL ' ;
8084 /**
You can’t perform that action at this time.
0 commit comments