Interface VersionDescriptionOrBuilder (3.7.2)

public interface VersionDescriptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Description of the version.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Description of the version.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getVersion()

public abstract String getVersion()

Name of the version

string version = 1;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Name of the version

string version = 1;

Returns
TypeDescription
ByteString

The bytes for version.