Package io.grpc.channelz.v1
Interface GetServerSocketsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetServerSocketsResponse
,GetServerSocketsResponse.Builder
public interface GetServerSocketsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEnd()
If set, indicates that the list of sockets is the final list.getSocketRef
(int index) list of socket refs that the connection detail service knows about.int
list of socket refs that the connection detail service knows about.list of socket refs that the connection detail service knows about.getSocketRefOrBuilder
(int index) list of socket refs that the connection detail service knows about.List
<? extends SocketRefOrBuilder> list of socket refs that the connection detail service knows about.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
-
getSocketRefList
list of socket refs that the connection detail service knows about. Sorted in ascending socket_id order. Must contain at least 1 result, otherwise 'end' must be true.
repeated .grpc.channelz.v1.SocketRef socket_ref = 1;
-
getSocketRef
list of socket refs that the connection detail service knows about. Sorted in ascending socket_id order. Must contain at least 1 result, otherwise 'end' must be true.
repeated .grpc.channelz.v1.SocketRef socket_ref = 1;
-
getSocketRefCount
int getSocketRefCount()list of socket refs that the connection detail service knows about. Sorted in ascending socket_id order. Must contain at least 1 result, otherwise 'end' must be true.
repeated .grpc.channelz.v1.SocketRef socket_ref = 1;
-
getSocketRefOrBuilderList
List<? extends SocketRefOrBuilder> getSocketRefOrBuilderList()list of socket refs that the connection detail service knows about. Sorted in ascending socket_id order. Must contain at least 1 result, otherwise 'end' must be true.
repeated .grpc.channelz.v1.SocketRef socket_ref = 1;
-
getSocketRefOrBuilder
list of socket refs that the connection detail service knows about. Sorted in ascending socket_id order. Must contain at least 1 result, otherwise 'end' must be true.
repeated .grpc.channelz.v1.SocketRef socket_ref = 1;
-
getEnd
boolean getEnd()If set, indicates that the list of sockets is the final list. Requesting more sockets will only return more if they are created after this RPC completes.
bool end = 2;
- Returns:
- The end.
-