Google Cloud Redis V1beta1 Client - Class InstanceAuthString (1.9.0)

Reference documentation and code samples for the Google Cloud Redis V1beta1 Client class InstanceAuthString.

Instance AUTH string details.

Generated from protobuf message google.cloud.redis.v1beta1.InstanceAuthString

Namespace

Google \ Cloud \ Redis \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setAuthString

AUTH string set on the instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this