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 \ AuthTokenMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1The auth token is active.
Generated from protobuf enum ACTIVE = 1;
CREATING
Value: 2The auth token is being created.
Generated from protobuf enum CREATING = 2;
DELETING
Value: 3The auth token is being deleted.
Generated from protobuf enum DELETING = 3;