Google Cloud Memorystore V1 Client - Class State (0.12.0)

Reference documentation and code samples for the Google Cloud Memorystore V1 Client class State.

Represents the different states of a token based auth user.

New values may be added in the future.

Protobuf type google.cloud.memorystore.v1.TokenAuthUser.State

Namespace

Google \ Cloud \ Memorystore \ V1 \ TokenAuthUser

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The auth user is active.

Generated from protobuf enum ACTIVE = 1;

CREATING

Value: 2

The auth user is being created.

Generated from protobuf enum CREATING = 2;

UPDATING

Value: 3

The auth user is being updated.

Generated from protobuf enum UPDATING = 3;

DELETING

Value: 4

The auth user is being deleted.

Generated from protobuf enum DELETING = 4;