public interface ServerRefOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
An optional name associated with the server.
|
ByteString |
getNameBytes()
An optional name associated with the server.
|
long |
getServerId()
A globally unique identifier for this server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedlong getServerId()
A globally unique identifier for this server. Must be a positive number.
int64 server_id = 5;String getName()
An optional name associated with the server.
string name = 6;ByteString getNameBytes()
An optional name associated with the server.
string name = 6;