Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Credentials.
Credentials for a private cloud.
Generated from protobuf message google.cloud.vmwareengine.v1.Credentials
Namespace
Google \ Cloud \ VmwareEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ username |
string
Initial username. |
↳ password |
string
Initial password. |
getUsername
Initial username.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUsername
Initial username.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPassword
Initial password.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPassword
Initial password.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|