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 |