package trpc.reflection.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ServerReflection

reflection.proto:14

message ErrorResponse

reflection.proto:88

The error code and error message sent by the server when an error occurs.

Used in: ServerReflectionResponse

message FileDescriptorResponse

reflection.proto:61

Serialized FileDescriptorProto messages sent by the server answering a file_by_filename, file_containing_symbol, or file_containing_extension request.

Used in: ServerReflectionResponse

message ListServiceResponse

reflection.proto:70

A list of ServiceResponse sent by the server answering list_services request.

Used in: ServerReflectionResponse

message ServerReflectionRequest

reflection.proto:19

The message sent by the client when calling ServerReflectionInfo method.

Used as request type in: ServerReflection.ServiceReflectionInfo

Used as field type in: ServerReflectionResponse

message ServiceResponse

reflection.proto:78

The information of a single service used by ListServiceResponse to answer list_services request.

Used in: ListServiceResponse