Google Cloud Sql Admin V1 Client - Class InstanceReference (1.5.0)

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

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月21日 UTC.