public interface TokenAuthUserOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Identifier. Token based auth user name.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Identifier. Token based auth user name.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getState()
public abstract TokenAuthUser.State getState()Output only. The state of the token based auth user.
.google.cloud.memorystore.v1.TokenAuthUser.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TokenAuthUser.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. The state of the token based auth user.
.google.cloud.memorystore.v1.TokenAuthUser.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |