Cloud Functions v1 API - Enum CloudFunctionStatus (2.5.0)

public enum CloudFunctionStatus

Reference documentation and code samples for the Cloud Functions v1 API enum CloudFunctionStatus.

Describes the current stage of a deployment.

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.dll

Fields

NameDescription
Active

Function has been successfully deployed and is serving.

DeleteInProgress

Function is being deleted.

DeployInProgress

Function is being created or updated.

Offline

Function deployment failed and the function isn’t serving.

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.

Unspecified

Not specified. Invalid state.