public interface VersionDescriptionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()
Description of the version.
string description = 2;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
Description of the version.
string description = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getVersion()
public abstract String getVersion()
Name of the version
string version = 1;
Returns | |
---|---|
Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()
Name of the version
string version = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for version. |