Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/CloudFunctions/UpgradeInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,12 @@ class UpgradeInfo extends \Google\Model
*/
public const UPGRADE_STATE_COMMIT_FUNCTION_UPGRADE_ERROR_ROLLBACK_SAFE = 'COMMIT_FUNCTION_UPGRADE_ERROR_ROLLBACK_SAFE';
/**
* Indicates that the `CommitFunctionUpgradeAsGen2` API call succeeded and the
* function was successfully migrated to the 2nd Gen stack.
* Deprecated: This state is no longer returned by the backend. Clients should
* not rely on polling for this specific state. A successful upgrade is now
* indicated by the long-running operation completing successfully with a
* Function resource in the response.
*
* @deprecated
*/
public const UPGRADE_STATE_COMMIT_FUNCTION_UPGRADE_AS_GEN2_SUCCESSFUL = 'COMMIT_FUNCTION_UPGRADE_AS_GEN2_SUCCESSFUL';
/**
Expand Down
Loading