Google Cloud Gemini Data Analytics V1beta Client - Class AlloyDbDatabaseReference (0.5.0)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class AlloyDbDatabaseReference.

Message representing a reference to a single AlloyDB database.

Generated from protobuf message google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ project_id string

Required. The project the instance belongs to.

↳ region string

Required. The region of the instance.

↳ cluster_id string

Required. The cluster id.

↳ instance_id string

Required. The instance id.

↳ database_id string

Required. The database id.

↳ table_ids array

Optional. The table ids. Denotes all tables if unset.

getProjectId

Required. The project the instance belongs to.

Returns
Type Description
string

setProjectId

Required. The project the instance belongs to.

Parameter
Name Description
var string
Returns
Type Description
$this

getRegion

Required. The region of the instance.

Returns
Type Description
string

setRegion

Required. The region of the instance.

Parameter
Name Description
var string
Returns
Type Description
$this

getClusterId

Required. The cluster id.

Returns
Type Description
string

setClusterId

Required. The cluster id.

Parameter
Name Description
var string
Returns
Type Description
$this

getInstanceId

Required. The instance id.

Returns
Type Description
string

setInstanceId

Required. The instance id.

Parameter
Name Description
var string
Returns
Type Description
$this

getDatabaseId

Required. The database id.

Returns
Type Description
string

setDatabaseId

Required. The database id.

Parameter
Name Description
var string
Returns
Type Description
$this

getTableIds

Optional. The table ids. Denotes all tables if unset.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTableIds

Optional. The table ids. Denotes all tables if unset.

Parameter
Name Description
var string[]
Returns
Type Description
$this