Google Cloud Sql Admin V1beta4 Client - Class InstanceReference (0.7.0)

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

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

The name of the Cloud SQL instance being referenced.

This does not include the project ID.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRegion

The region of the Cloud SQL instance being referenced.

Returns
TypeDescription
string

setRegion

The region of the Cloud SQL instance being referenced.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this