Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class InstanceReference.
Reference to another Cloud SQL instance.
Generated from protobuf message google.cloud.sql.v1beta4.InstanceReference
Methods
__construct
Constructor.
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.
string
setName
The name of the Cloud SQL instance being referenced.
This does not include the project ID.
var
string
$this
getRegion
The region of the Cloud SQL instance being referenced.
string
setRegion
The region of the Cloud SQL instance being referenced.
var
string
$this
getProject
The project ID of the Cloud SQL instance being referenced.
The default is the same project ID as the instance references it.
string
setProject
The project ID of the Cloud SQL instance being referenced.
The default is the same project ID as the instance references it.
var
string
$this