public interface LibraryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Name of the library. Example: "django".
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Name of the library. Example: "django".
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getVersion()
public abstract String getVersion()
Version of the library to select, or "latest".
string version = 2;
Returns | |
---|---|
Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()
Version of the library to select, or "latest".
string version = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for version. |