Enum Entitlement.State (0.3.0)

public enum Entitlement.State extends Enum<Entitlement.State> implements ProtocolMessageEnum

Different states an entitlement can be in.

Protobuf enum google.cloud.privilegedaccessmanager.v1.Entitlement.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
AVAILABLE

The entitlement is available for requesting access.

AVAILABLE = 2;

AVAILABLE_VALUE

The entitlement is available for requesting access.

AVAILABLE = 2;

CREATING

The entitlement is being created.

CREATING = 1;

CREATING_VALUE

The entitlement is being created.

CREATING = 1;

DELETED

The entitlement has been deleted.

DELETED = 4;

DELETED_VALUE

The entitlement has been deleted.

DELETED = 4;

DELETING

The entitlement is being deleted.

DELETING = 3;

DELETING_VALUE

The entitlement is being deleted.

DELETING = 3;

STATE_UNSPECIFIED

Unspecified state. This value is never returned by the server.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state. This value is never returned by the server.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The entitlement is being updated.

UPDATING = 5;

UPDATING_VALUE

The entitlement is being updated.

UPDATING = 5;

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