Google Cloud Sql Admin V1 Client - Class AvailableDatabaseVersion (1.6.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class AvailableDatabaseVersion.

An available database version. It can be a major or a minor version.

Generated from protobuf messagegoogle.cloud.sql.v1.AvailableDatabaseVersion

Namespace

Google \ Cloud \ Sql \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ major_versionstring

The version's major version name.

↳ namestring

The database version name. For MySQL 8.0, this string provides the database major and minor version.

↳ display_namestring

The database version's display name.

getMajorVersion

The version's major version name.

Returns
TypeDescription
string

hasMajorVersion

clearMajorVersion

setMajorVersion

The version's major version name.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getName

The database version name. For MySQL 8.0, this string provides the databasemajor and minor version.

Returns
TypeDescription
string

hasName

clearName

setName

The database version name. For MySQL 8.0, this string provides the databasemajor and minor version.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getDisplayName

The database version's display name.

Returns
TypeDescription
string

hasDisplayName

clearDisplayName

setDisplayName

The database version's display name.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

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

Last updated 2026-01-09 UTC.