Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class ResolveConnectSettingsRequest.
Connect settings retrieval request.
Generated from protobuf message google.cloud.sql.v1.ResolveConnectSettingsRequest
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dns_name |
string
Required. Cloud SQL instance ID. This does not include the project ID. |
↳ location |
string
Required. The region of the instance. |
getDnsName
Required. Cloud SQL instance ID. This does not include the project ID.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDnsName
Required. Cloud SQL instance ID. This does not include the project ID.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLocation
Required. The region of the instance.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLocation
Required. The region of the instance.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|