Module: Google::Cloud::Functions::V2::Function::State

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

Overview

Describes the current state of the function.

Constant Summary collapse

STATE_UNSPECIFIED =

Not specified. Invalid state.

0
ACTIVE =

Function has been successfully deployed and is serving.

1
FAILED =

Function deployment failed and the function is not serving.

2
DEPLOYING =

Function is being created or updated.

3
DELETING =

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