Google Cloud Redis V1 Client - Class InstanceAuthString (2.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Redis V1 Client class InstanceAuthString.
Instance AUTH string details.
Generated from protobuf message google.cloud.redis.v1.InstanceAuthString
Namespace
Google \ Cloud \ Redis \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ auth_string |
string
AUTH string set on the instance. |
getAuthString
AUTH string set on the instance.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAuthString
AUTH string set on the instance.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|