public interface DbVersionPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIsLatestForMajorVersion()
public abstract boolean getIsLatestForMajorVersion()Output only. True if this version of the Oracle Database software is the latest version for a release.
bool is_latest_for_major_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isLatestForMajorVersion. |
getIsPreviewDbVersion()
public abstract boolean getIsPreviewDbVersion()Output only. True if this version of the Oracle Database software is the preview version.
bool is_preview_db_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isPreviewDbVersion. |
getIsUpgradeSupported()
public abstract boolean getIsUpgradeSupported()Output only. True if this version of the Oracle Database software is supported for Upgrade.
bool is_upgrade_supported = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isUpgradeSupported. |
getSupportsPdb()
public abstract boolean getSupportsPdb()Output only. True if this version of the Oracle Database software supports pluggable databases.
bool supports_pdb = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The supportsPdb. |
getVersion()
public abstract String getVersion()Output only. A valid Oracle Database version.
string version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()Output only. A valid Oracle Database version.
string version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |