public interface LibraryOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Name of the library.
|
ByteString |
getNameBytes()
Name of the library.
|
java.lang.String |
getVersion()
Version of the library to select, or "latest".
|
ByteString |
getVersionBytes()
Version of the library to select, or "latest".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
Name of the library. Example: "django".
string name = 1;ByteString getNameBytes()
Name of the library. Example: "django".
string name = 1;java.lang.String getVersion()
Version of the library to select, or "latest".
string version = 2;ByteString getVersionBytes()
Version of the library to select, or "latest".
string version = 2;