Enum LifecycleState (0.1.0)

public enum LifecycleState extends Enum<LifecycleState> implements ProtocolMessageEnum

Enum representing the lifecycle state of the underlying entity.

Protobuf enum google.cloud.productregistry.v1.LifecycleState

Implements

ProtocolMessageEnum

Static Fields

Name Description
LIFECYCLE_STATE_DEPRECATED

The entity is deprecated. It is no longer recommended for use and may be removed in a future version.

LIFECYCLE_STATE_DEPRECATED = 4;

LIFECYCLE_STATE_DEPRECATED_VALUE

The entity is deprecated. It is no longer recommended for use and may be removed in a future version.

LIFECYCLE_STATE_DEPRECATED = 4;

LIFECYCLE_STATE_GA

The entity is Generally Available. It is fully supported, stable, and available to all customers.

LIFECYCLE_STATE_GA = 3;

LIFECYCLE_STATE_GA_VALUE

The entity is Generally Available. It is fully supported, stable, and available to all customers.

LIFECYCLE_STATE_GA = 3;

LIFECYCLE_STATE_PRIVATE_GA

The entity is in Private General Availability. It is fully supported and stable, but only available to a select group of customers.

LIFECYCLE_STATE_PRIVATE_GA = 2;

LIFECYCLE_STATE_PRIVATE_GA_VALUE

The entity is in Private General Availability. It is fully supported and stable, but only available to a select group of customers.

LIFECYCLE_STATE_PRIVATE_GA = 2;

LIFECYCLE_STATE_PUBLIC_PREVIEW

The entity is in Public Preview. It is available to all customers, but may not be feature-complete or have full support guarantees.

LIFECYCLE_STATE_PUBLIC_PREVIEW = 1;

LIFECYCLE_STATE_PUBLIC_PREVIEW_VALUE

The entity is in Public Preview. It is available to all customers, but may not be feature-complete or have full support guarantees.

LIFECYCLE_STATE_PUBLIC_PREVIEW = 1;

LIFECYCLE_STATE_UNSPECIFIED

The default value. This value is used if the lifecycle state is not set.

LIFECYCLE_STATE_UNSPECIFIED = 0;

LIFECYCLE_STATE_UNSPECIFIED_VALUE

The default value. This value is used if the lifecycle state is not set.

LIFECYCLE_STATE_UNSPECIFIED = 0;

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