Google Cloud Dms V1 Client - Class UserPassword (1.1.0)

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

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.

↳ password_set bool

Output only. Indicates if the initial_user.password field has been set.

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

getPasswordSet

Output only. Indicates if the initial_user.password field has been set.

Returns
TypeDescription
bool

setPasswordSet

Output only. Indicates if the initial_user.password field has been set.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this