public interface GetSocketRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getSocketId()
socket_id is the identifier of the specific socket to get.
|
boolean |
getSummary()
If true, the response will contain only high level information
that is inexpensive to obtain.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedlong getSocketId()
socket_id is the identifier of the specific socket to get.
int64 socket_id = 1;boolean getSummary()
If true, the response will contain only high level information that is inexpensive to obtain. Fields thay may be omitted are documented.
bool summary = 2;