public interface SocketRefOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
An optional name associated with the socket.
|
ByteString |
getNameBytes()
An optional name associated with the socket.
|
long |
getSocketId()
The globally unique id for this socket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedlong getSocketId()
The globally unique id for this socket. Must be a positive number.
int64 socket_id = 3;String getName()
An optional name associated with the socket.
string name = 4;ByteString getNameBytes()
An optional name associated with the socket.
string name = 4;