Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class AddTokenAuthUserRequest.
Request message for AddTokenAuthUser.
Generated from protobuf message google.cloud.memorystore.v1beta.AddTokenAuthUserRequest
Namespace
Google \ Cloud \ Memorystore \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ instance |
string
Required. The instance resource that this token auth user will be added for. Format: projects/{project}/locations/{location}/instances/{instance} |
↳ token_auth_user |
string
Required. The name of the token auth user to add. |
getInstance
Required. The instance resource that this token auth user will be added for. Format: projects/{project}/locations/{location}/instances/{instance}
| Returns | |
|---|---|
| Type | Description |
string |
|
setInstance
Required. The instance resource that this token auth user will be added for. Format: projects/{project}/locations/{location}/instances/{instance}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTokenAuthUser
Required. The name of the token auth user to add.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTokenAuthUser
Required. The name of the token auth user to add.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
instance |
string
Required. The instance resource that this token auth user will be added for. Format: projects/{project}/locations/{location}/instances/{instance} Please see MemorystoreClient::instanceName() for help formatting this field. |
tokenAuthUser |
string
Required. The name of the token auth user to add. |
| Returns | |
|---|---|
| Type | Description |
AddTokenAuthUserRequest |
|