Package io.grpc.channelz.v1
Interface GetSocketRequestOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
GetSocketRequest
,GetSocketRequest.Builder
public interface GetSocketRequestOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSocketId
long getSocketId()
socket_id is the identifier of the specific socket to get.
int64 socket_id = 1;
- Returns:
- The socketId.
-
getSummary
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;
- Returns:
- The summary.
-
-