Enum CloudFunctionStatus (2.51.0)

publicenumCloudFunctionStatusextendsEnum<CloudFunctionStatus>implementsProtocolMessageEnum

Describes the current stage of a deployment.

Protobuf enum google.cloud.functions.v1.CloudFunctionStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Function has been successfully deployed and is serving.

ACTIVE = 1;

ACTIVE_VALUE

Function has been successfully deployed and is serving.

ACTIVE = 1;

CLOUD_FUNCTION_STATUS_UNSPECIFIED

Not specified. Invalid state.

CLOUD_FUNCTION_STATUS_UNSPECIFIED = 0;

CLOUD_FUNCTION_STATUS_UNSPECIFIED_VALUE

Not specified. Invalid state.

CLOUD_FUNCTION_STATUS_UNSPECIFIED = 0;

DELETE_IN_PROGRESS

Function is being deleted.

DELETE_IN_PROGRESS = 4;

DELETE_IN_PROGRESS_VALUE

Function is being deleted.

DELETE_IN_PROGRESS = 4;

DEPLOY_IN_PROGRESS

Function is being created or updated.

DEPLOY_IN_PROGRESS = 3;

DEPLOY_IN_PROGRESS_VALUE

Function is being created or updated.

DEPLOY_IN_PROGRESS = 3;

OFFLINE

Function deployment failed and the function isn’t serving.

OFFLINE = 2;

OFFLINE_VALUE

Function deployment failed and the function isn’t serving.

OFFLINE = 2;

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.

UNKNOWN = 5;

UNKNOWN_VALUE

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

UNKNOWN = 5;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.