Google Cloud Sql Admin V1 Client - Class AvailableDatabaseVersion (1.5.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 message google.cloud.sql.v1.AvailableDatabaseVersion
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ major_version |
string
The version's major version name. |
↳ name |
string
The database version name. For MySQL 8.0, this string provides the database major and minor version. |
↳ display_name |
string
The 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 database major and minor version.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasName
clearName
setName
The database version name. For MySQL 8.0, this string provides the database major 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 |
|