Enum TokenAuthUser.State (0.41.0)

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

Represents the different states of a token based auth user. New values may be added in the future.

Protobuf enum google.cloud.memorystore.v1beta.TokenAuthUser.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The auth user is active.

ACTIVE = 1;

ACTIVE_VALUE

The auth user is active.

ACTIVE = 1;

CREATING

The auth user is being created.

CREATING = 2;

CREATING_VALUE

The auth user is being created.

CREATING = 2;

DELETING

The auth user is being deleted.

DELETING = 4;

DELETING_VALUE

The auth user is being deleted.

DELETING = 4;

STATE_UNSPECIFIED

Not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not set.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The auth user is being updated.

UPDATING = 3;

UPDATING_VALUE

The auth user is being updated.

UPDATING = 3;

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