public interface GetServerSocketsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getEnd()
If set, indicates that the list of sockets is the final list.
|
SocketRef |
getSocketRef(int index)
list of socket refs that the connection detail service knows about.
|
int |
getSocketRefCount()
list of socket refs that the connection detail service knows about.
|
List<SocketRef> |
getSocketRefList()
list of socket refs that the connection detail service knows about.
|
SocketRefOrBuilder |
getSocketRefOrBuilder(int index)
list of socket refs that the connection detail service knows about.
|
List<? extends SocketRefOrBuilder> |
getSocketRefOrBuilderList()
list of socket refs that the connection detail service knows about.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<SocketRef> 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;
SocketRef getSocketRef(int index)
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;
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;
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;
SocketRefOrBuilder getSocketRefOrBuilder(int index)
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;
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;