Package io.grpc.channelz.v1
Interface GetSocketRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetSocketRequest
,GetSocketRequest.Builder
public interface GetSocketRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
socket_id is the identifier of the specific socket to get.boolean
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 Details
-
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.
-