Google Cloud Functions V1 Client - Class CloudFunctionStatus (1.4.2)

Reference documentation and code samples for the Google Cloud Functions V1 Client class CloudFunctionStatus.

Describes the current stage of a deployment.

Protobuf type google.cloud.functions.v1.CloudFunctionStatus

Namespace

Google \ Cloud \ Functions \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

CLOUD_FUNCTION_STATUS_UNSPECIFIED

Value: 0

Not specified. Invalid state.

Generated from protobuf enum CLOUD_FUNCTION_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

Function has been successfully deployed and is serving.

Generated from protobuf enum ACTIVE = 1;

OFFLINE

Value: 2

Function deployment failed and the function isn’t serving.

Generated from protobuf enum OFFLINE = 2;

DEPLOY_IN_PROGRESS

Value: 3

Function is being created or updated.

Generated from protobuf enum DEPLOY_IN_PROGRESS = 3;

DELETE_IN_PROGRESS

Value: 4

Function is being deleted.

Generated from protobuf enum DELETE_IN_PROGRESS = 4;

UNKNOWN

Value: 5

Function deployment failed and the function serving state is undefined.

The function should be updated or deleted to move it out of this state.

Generated from protobuf enum UNKNOWN = 5;