Reference documentation and code samples for the Google Cloud Dms 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.clouddms.v1.AlloyDbSettings.UserPassword
Namespace
Google \ Cloud \ CloudDms \ V1 \ AlloyDbSettingsMethods
__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. |
↳ password_set |
bool
Output only. Indicates if the initial_user.password field has been set. |
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 |
getPasswordSet
Output only. Indicates if the initial_user.password field has been set.
Returns | |
---|---|
Type | Description |
bool |
setPasswordSet
Output only. Indicates if the initial_user.password field has been set.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |