Google Cloud AlloyDB for PostgreSQL V1 Client - Class UserPassword (0.3.0)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class UserPassword.

The username/password for a database user. Used for specifying initial users at cluster creation time.

Generated from protobuf message google.cloud.alloydb.v1.UserPassword

Namespace

Google \ Cloud \ AlloyDb \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ user string

The database username.

↳ password string

The initial password for the user.

getUser

The database username.

Returns
TypeDescription
string

setUser

The database username.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPassword

The initial password for the user.

Returns
TypeDescription
string

setPassword

The initial password for the user.

Parameter
NameDescription
var string
Returns
TypeDescription
$this