Reference documentation and code samples for the Google Cloud Memorystore V1 Client class GetTokenAuthUserRequest.
Request message for GetTokenAuthUser.
Generated from protobuf message google.cloud.memorystore.v1.GetTokenAuthUserRequest
Namespace
Google \ Cloud \ Memorystore \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of token auth user for a basic auth enabled instance. Format: projects/{project}/locations/{location}/instances/{instance}/tokenAuthUsers/{token_auth_user} |
getName
Required. The name of token auth user for a basic auth enabled instance.
Format: projects/{project}/locations/{location}/instances/{instance}/tokenAuthUsers/{token_auth_user}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of token auth user for a basic auth enabled instance.
Format: projects/{project}/locations/{location}/instances/{instance}/tokenAuthUsers/{token_auth_user}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of token auth user for a basic auth enabled instance. Format: projects/{project}/locations/{location}/instances/{instance}/tokenAuthUsers/{token_auth_user} Please see MemorystoreClient::tokenAuthUserName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetTokenAuthUserRequest |
|