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 an auth token.

New values may be added in the future.

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

Namespace

Google \ Cloud \ Memorystore \ V1 \ AuthToken

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 token is active.

Generated from protobuf enum ACTIVE = 1;

CREATING

Value: 2

The auth token is being created.

Generated from protobuf enum CREATING = 2;

DELETING

Value: 3

The auth token is being deleted.

Generated from protobuf enum DELETING = 3;