package grpc.reflection.v1alpha

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

service ServerReflection

reflection.proto:30

message ErrorResponse

reflection.proto:141

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

Used in: ServerReflectionResponse

message ExtensionNumberResponse

reflection.proto:118

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

Used in: ServerReflectionResponse

message ExtensionRequest

reflection.proto:74

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

Used in: ServerReflectionRequest

message FileDescriptorResponse

reflection.proto:109

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

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

Used in: ServerReflectionResponse

message ServerReflectionRequest

reflection.proto:38

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

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

Used in: ListServiceResponse