Interface LibraryOrBuilder (2.5.0)

public interface LibraryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the library. Example: "django".

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the library. Example: "django".

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getVersion()

public abstract String getVersion()

Version of the library to select, or "latest".

string version = 2;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Version of the library to select, or "latest".

string version = 2;

Returns
TypeDescription
ByteString

The bytes for version.