GoogleCloudFunctionsState
No description
enum GoogleCloudFunctionsState {
STATE_UNSPECIFIED
ACTIVE
FAILED
DEPLOYING
DELETING
UNKNOWN
}
Values
GoogleCloudFunctionsState.STATE_UNSPECIFIED
Unspecified
GoogleCloudFunctionsState.ACTIVE
Function has been successfully deployed and is serving.
GoogleCloudFunctionsState.FAILED
Function has not been successfully deployed and is not serving
GoogleCloudFunctionsState.DEPLOYING
Function is being created or updated
GoogleCloudFunctionsState.DELETING
Function is being deleted
GoogleCloudFunctionsState.UNKNOWN
Function deployment failed and the function serving state is undefined
Member of
GoogleCloudFunctions
object