Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta 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.v1beta.UserPassword
Namespace
Google \ Cloud \ AlloyDb \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setUser
The database username.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPassword
The initial password for the user.
Returns | |
---|---|
Type | Description |
string |
setPassword
The initial password for the user.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |