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 \ V1Methods
__construct
Constructor.
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.
string
setVersion
Output only. A valid Oracle Database version.
var
string
$this
getIsLatestForMajorVersion
Output only. True if this version of the Oracle Database software is the latest version for a release.
bool
setIsLatestForMajorVersion
Output only. True if this version of the Oracle Database software is the latest version for a release.
var
bool
$this
getSupportsPdb
Output only. True if this version of the Oracle Database software supports pluggable databases.
bool
setSupportsPdb
Output only. True if this version of the Oracle Database software supports pluggable databases.
var
bool
$this
getIsPreviewDbVersion
Output only. True if this version of the Oracle Database software is the preview version.
bool
setIsPreviewDbVersion
Output only. True if this version of the Oracle Database software is the preview version.
var
bool
$this
getIsUpgradeSupported
Output only. True if this version of the Oracle Database software is supported for Upgrade.
bool
setIsUpgradeSupported
Output only. True if this version of the Oracle Database software is supported for Upgrade.
var
bool
$this

