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