*.pb.go: regenerate protos (#7493)

This commit is contained in:
Easwar Swaminathan 2024-08-08 16:33:41 -07:00 committed by GitHub
parent f9b96b853c
commit 3ee837cc72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -2636,7 +2636,7 @@ type GetSocketRequest struct {
// socket_id is the identifier of the specific socket to get. // socket_id is the identifier of the specific socket to get.
SocketId int64 `protobuf:"varint,1,opt,name=socket_id,json=socketId,proto3" json:"socket_id,omitempty"` SocketId int64 `protobuf:"varint,1,opt,name=socket_id,json=socketId,proto3" json:"socket_id,omitempty"`
// If true, the response will contain only high level information // If true, the response will contain only high level information
// that is inexpensive to obtain. Fields thay may be omitted are // that is inexpensive to obtain. Fields that may be omitted are
// documented. // documented.
Summary bool `protobuf:"varint,2,opt,name=summary,proto3" json:"summary,omitempty"` Summary bool `protobuf:"varint,2,opt,name=summary,proto3" json:"summary,omitempty"`
} }

View File

@ -533,7 +533,7 @@ type StartServerHandshakeReq struct {
// to handshake_parameters is the integer value of HandshakeProtocol enum. // to handshake_parameters is the integer value of HandshakeProtocol enum.
HandshakeParameters map[int32]*ServerHandshakeParameters `protobuf:"bytes,2,rep,name=handshake_parameters,json=handshakeParameters,proto3" json:"handshake_parameters,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` HandshakeParameters map[int32]*ServerHandshakeParameters `protobuf:"bytes,2,rep,name=handshake_parameters,json=handshakeParameters,proto3" json:"handshake_parameters,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
// Bytes in out_frames returned from the peer's HandshakerResp. It is possible // Bytes in out_frames returned from the peer's HandshakerResp. It is possible
// that the peer's out_frames are split into multiple HandshakReq messages. // that the peer's out_frames are split into multiple HandshakeReq messages.
InBytes []byte `protobuf:"bytes,3,opt,name=in_bytes,json=inBytes,proto3" json:"in_bytes,omitempty"` InBytes []byte `protobuf:"bytes,3,opt,name=in_bytes,json=inBytes,proto3" json:"in_bytes,omitempty"`
// (Optional) Local endpoint information of the connection to the client, // (Optional) Local endpoint information of the connection to the client,
// such as local IP address, port number, and network protocol. // such as local IP address, port number, and network protocol.

View File

@ -403,7 +403,7 @@ type ServerReflectionResponse_FileDescriptorResponse struct {
} }
type ServerReflectionResponse_AllExtensionNumbersResponse struct { type ServerReflectionResponse_AllExtensionNumbersResponse struct {
// This message is used to answer all_extension_numbers_of_type requst. // This message is used to answer all_extension_numbers_of_type request.
// //
// Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
AllExtensionNumbersResponse *ExtensionNumberResponse `protobuf:"bytes,5,opt,name=all_extension_numbers_response,json=allExtensionNumbersResponse,proto3,oneof"` AllExtensionNumbersResponse *ExtensionNumberResponse `protobuf:"bytes,5,opt,name=all_extension_numbers_response,json=allExtensionNumbersResponse,proto3,oneof"`