Interface AutonomousDatabaseApexOrBuilder (0.1.0)

public interface AutonomousDatabaseApexOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.