Google Cloud Sql Admin V1 Client - Class AvailableDatabaseVersion (1.6.0) Stay organized with collections Save and categorize content based on your preferences.
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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ major_version | stringThe version's major version name. |
↳ name | stringThe database version name. For MySQL 8.0, this string provides the database major and minor version. |
↳ display_name | stringThe database version's display name. |
getMajorVersion
The version's major version name.
| Returns | |
|---|---|
| Type | Description |
string | |
hasMajorVersion
clearMajorVersion
setMajorVersion
The version's major version name.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getName
The database version name. For MySQL 8.0, this string provides the databasemajor and minor version.
| Returns | |
|---|---|
| Type | Description |
string | |
hasName
clearName
setName
The database version name. For MySQL 8.0, this string provides the databasemajor and minor version.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getDisplayName
The database version's display name.
| Returns | |
|---|---|
| Type | Description |
string | |
hasDisplayName
clearDisplayName
setDisplayName
The database version's display name.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$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.