package grpc.reflection.v1alpha

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

service ServerReflection

reflection.proto:21

message ErrorResponse

reflection.proto:132

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

Used in: ServerReflectionResponse

message ExtensionNumberResponse

reflection.proto:109

A list of extension numbers sent by the server answering all_extension_numbers_of_type request.

Used in: ServerReflectionResponse

message ExtensionRequest

reflection.proto:65

The type name and extension number sent by the client when requesting file_containing_extension.

Used in: ServerReflectionRequest

message FileDescriptorResponse

reflection.proto:100

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:117

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

Used in: ServerReflectionResponse

message ServerReflectionRequest

reflection.proto:29

The message sent by the client when calling ServerReflectionInfo method.

Used as request type in: ServerReflection.ServerReflectionInfo

Used as field type in: ServerReflectionResponse

message ServiceResponse

reflection.proto:125

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

Used in: ListServiceResponse