メインコンテンツまでスキップ

GoogleCloudFunctionsFunctionState

No description

enum GoogleCloudFunctionsFunctionState {
STATE_UNSPECIFIED
ACTIVE
FAILED
DEPLOYING
DELETING
UNKNOWN
}

Values

GoogleCloudFunctionsFunctionState.STATE_UNSPECIFIED

Unspecified

GoogleCloudFunctionsFunctionState.ACTIVE

Function has been successfully deployed and is serving.

GoogleCloudFunctionsFunctionState.FAILED

Function has not been successfully deployed and is not serving

GoogleCloudFunctionsFunctionState.DEPLOYING

Function is being created or updated

GoogleCloudFunctionsFunctionState.DELETING

Function is being deleted

GoogleCloudFunctionsFunctionState.UNKNOWN

Function deployment failed, and the function serving state is undefined

Member of

GoogleCloudFunctionsFunction object