package connectext.grpc.reflection.v1

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

service ServerReflection

reflection.proto:38

message ErrorResponse

reflection.proto:148

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

Used in: ServerReflectionResponse

message ExtensionNumberResponse

reflection.proto:125

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

Used in: ServerReflectionResponse

message ExtensionRequest

reflection.proto:81

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

Used in: ServerReflectionRequest

message FileDescriptorResponse

reflection.proto:116

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

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

Used in: ServerReflectionResponse

message ServerReflectionRequest

reflection.proto:45

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

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

Used in: ListServiceResponse