Package io.grpc.channelz.v1
Interface GetSocketResponseOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
GetSocketResponse,GetSocketResponse.Builder
public interface GetSocketResponseOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SocketgetSocket()The Socket that corresponds to the requested socket_id.SocketOrBuildergetSocketOrBuilder()The Socket that corresponds to the requested socket_id.booleanhasSocket()The Socket that corresponds to the requested socket_id.-
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
-
hasSocket
boolean hasSocket()
The Socket that corresponds to the requested socket_id. This field should be set.
.grpc.channelz.v1.Socket socket = 1;- Returns:
- Whether the socket field is set.
-
getSocket
Socket getSocket()
The Socket that corresponds to the requested socket_id. This field should be set.
.grpc.channelz.v1.Socket socket = 1;- Returns:
- The socket.
-
getSocketOrBuilder
SocketOrBuilder getSocketOrBuilder()
The Socket that corresponds to the requested socket_id. This field should be set.
.grpc.channelz.v1.Socket socket = 1;
-
-