public interface SocketRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
An optional name associated with the socket.
|
com.google.protobuf.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, hasOneoflong 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;com.google.protobuf.ByteString getNameBytes()
An optional name associated with the socket.
string name = 4;