Google Cloud Sql Admin V1 Client - Class InstanceReference (1.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class InstanceReference.
Reference to another Cloud SQL instance.
Generated from protobuf message google.cloud.sql.v1.InstanceReference
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The name of the Cloud SQL instance being referenced. This does not include the project ID. |
↳ region |
string
The region of the Cloud SQL instance being referenced. |
↳ project |
string
The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it. |
getName
The name of the Cloud SQL instance being referenced.
This does not include the project ID.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The name of the Cloud SQL instance being referenced.
This does not include the project ID.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRegion
The region of the Cloud SQL instance being referenced.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRegion
The region of the Cloud SQL instance being referenced.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProject
The project ID of the Cloud SQL instance being referenced.
The default is the same project ID as the instance references it.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProject
The project ID of the Cloud SQL instance being referenced.
The default is the same project ID as the instance references it.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|