Google Cloud Oracle Database V1 Client - Class DbVersionProperties (0.8.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DbVersionProperties.

The properties of a DbVersion.

Generated from protobuf message google.cloud.oracledatabase.v1.DbVersionProperties

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ version string

Output only. A valid Oracle Database version.

↳ is_latest_for_major_version bool

Output only. True if this version of the Oracle Database software is the latest version for a release.

↳ supports_pdb bool

Output only. True if this version of the Oracle Database software supports pluggable databases.

↳ is_preview_db_version bool

Output only. True if this version of the Oracle Database software is the preview version.

↳ is_upgrade_supported bool

Output only. True if this version of the Oracle Database software is supported for Upgrade.

getVersion

Output only. A valid Oracle Database version.

Returns
Type Description
string

setVersion

Output only. A valid Oracle Database version.

Parameter
Name Description
var string
Returns
Type Description
$this

getIsLatestForMajorVersion

Output only. True if this version of the Oracle Database software is the latest version for a release.

Returns
Type Description
bool

setIsLatestForMajorVersion

Output only. True if this version of the Oracle Database software is the latest version for a release.

Parameter
Name Description
var bool
Returns
Type Description
$this

getSupportsPdb

Output only. True if this version of the Oracle Database software supports pluggable databases.

Returns
Type Description
bool

setSupportsPdb

Output only. True if this version of the Oracle Database software supports pluggable databases.

Parameter
Name Description
var bool
Returns
Type Description
$this

getIsPreviewDbVersion

Output only. True if this version of the Oracle Database software is the preview version.

Returns
Type Description
bool

setIsPreviewDbVersion

Output only. True if this version of the Oracle Database software is the preview version.

Parameter
Name Description
var bool
Returns
Type Description
$this

getIsUpgradeSupported

Output only. True if this version of the Oracle Database software is supported for Upgrade.

Returns
Type Description
bool

setIsUpgradeSupported

Output only. True if this version of the Oracle Database software is supported for Upgrade.

Parameter
Name Description
var bool
Returns
Type Description
$this