File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,8 @@ message SocketData {
289289 // include stream level or TCP level flow control info.
290290 google.protobuf.Int64Value remote_flow_control_window = 12 ;
291291
292- // Socket options set on this socket. May be absent.
292+ // Socket options set on this socket. May be absent if 'summary' is set
293+ // on GetSocketRequest.
293294 repeated SocketOption option = 13 ;
294295}
295296
@@ -549,6 +550,11 @@ message GetSubchannelResponse {
549550message GetSocketRequest {
550551 // socket_id is the identifier of the specific socket to get.
551552 int64 socket_id = 1 ;
553+
554+ // If true, the response will contain only high level information
555+ // that is inexpensive to obtain. Fields thay may be omitted are
556+ // documented.
557+ bool summary = 2 ;
552558}
553559
554560message GetSocketResponse {
You can’t perform that action at this time.
0 commit comments