Interface AvailableDatabaseVersionOrBuilder (0.1.0)

public interface AvailableDatabaseVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

The database version's display name.

optional string display_name = 9;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The database version's display name.

optional string display_name = 9;

Returns
Type Description
ByteString

The bytes for displayName.

getMajorVersion()

public abstract String getMajorVersion()

The version's major version name.

optional string major_version = 3;

Returns
Type Description
String

The majorVersion.

getMajorVersionBytes()

public abstract ByteString getMajorVersionBytes()

The version's major version name.

optional string major_version = 3;

Returns
Type Description
ByteString

The bytes for majorVersion.

getName()

public abstract String getName()

The database version name. For MySQL 8.0, this string provides the database major and minor version.

optional string name = 8;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The database version name. For MySQL 8.0, this string provides the database major and minor version.

optional string name = 8;

Returns
Type Description
ByteString

The bytes for name.

hasDisplayName()

public abstract boolean hasDisplayName()

The database version's display name.

optional string display_name = 9;

Returns
Type Description
boolean

Whether the displayName field is set.

hasMajorVersion()

public abstract boolean hasMajorVersion()

The version's major version name.

optional string major_version = 3;

Returns
Type Description
boolean

Whether the majorVersion field is set.

hasName()

public abstract boolean hasName()

The database version name. For MySQL 8.0, this string provides the database major and minor version.

optional string name = 8;

Returns
Type Description
boolean

Whether the name field is set.