Module: Google::Cloud::Functions::V1::CloudFunctionStatus

Defined in:
proto_docs/google/cloud/functions/v1/functions.rb

Overview

Describes the current stage of a deployment.

Constant Summary collapse

CLOUD_FUNCTION_STATUS_UNSPECIFIED =

Not specified. Invalid state.

0
ACTIVE =

Function has been successfully deployed and is serving.

1
OFFLINE =

Function deployment failed and the function isn’t serving.

2
DEPLOY_IN_PROGRESS =

Function is being created or updated.

3
DELETE_IN_PROGRESS =

Function is being deleted.

4
UNKNOWN =

Function deployment failed and the function serving state is undefined. The function should be updated or deleted to move it out of this state.

5