Enum CloudFunctionStatus (2.43.0)

public enum CloudFunctionStatus extends Enum<CloudFunctionStatus> implements ProtocolMessageEnum

Describes the current stage of a deployment.

Protobuf enum google.cloud.functions.v1.CloudFunctionStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()