Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DbVersion.
A valid Oracle Database version.
Generated from protobuf message google.cloud.oracledatabase.v1.DbVersion
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{db_version} |
↳ properties |
DbVersionProperties
Output only. The properties of the DbVersion. |
getName
Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{db_version}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{db_version}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProperties
Output only. The properties of the DbVersion.
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties|null |
|
hasProperties
clearProperties
setProperties
Output only. The properties of the DbVersion.
| Parameter | |
|---|---|
| Name | Description |
var |
DbVersionProperties
|
| Returns | |
|---|---|
| Type | Description |
$this |
|