Enum ServingState (0.4.0)

public enum ServingState extends Enum<ServingState> implements ProtocolMessageEnum

Defines set of serving states associated with a resource.

Protobuf enum google.cloud.certificatemanager.v1.ServingState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The configuration is serving.

ACTIVE = 1;

ACTIVE_VALUE

The configuration is serving.

ACTIVE = 1;

PENDING

Update is in progress. Some frontends may serve this configuration.

PENDING = 2;

PENDING_VALUE

Update is in progress. Some frontends may serve this configuration.

PENDING = 2;

SERVING_STATE_UNSPECIFIED

The status is undefined.

SERVING_STATE_UNSPECIFIED = 0;

SERVING_STATE_UNSPECIFIED_VALUE

The status is undefined.

SERVING_STATE_UNSPECIFIED = 0;

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()