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

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
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