public interface AutonomousDatabaseApexOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApexVersion()
public abstract String getApexVersion()
Output only. The Oracle APEX Application Development version.
string apex_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The apexVersion. |
getApexVersionBytes()
public abstract ByteString getApexVersionBytes()
Output only. The Oracle APEX Application Development version.
string apex_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for apexVersion. |
getOrdsVersion()
public abstract String getOrdsVersion()
Output only. The Oracle REST Data Services (ORDS) version.
string ords_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The ordsVersion. |
getOrdsVersionBytes()
public abstract ByteString getOrdsVersionBytes()
Output only. The Oracle REST Data Services (ORDS) version.
string ords_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ordsVersion. |