#include <proto_server_reflection.h>
|
void | FillErrorResponse (const Status &status, reflection::v1alpha::ErrorResponse *error_response) |
|
void | FillFileDescriptorResponse (const protobuf::FileDescriptor *file_desc, reflection::v1alpha::ServerReflectionResponse *response, std::unordered_set< std::string > *seen_files) |
|
Status | GetAllExtensionNumbers (ServerContext *context, const std::string &type, reflection::v1alpha::ExtensionNumberResponse *response) |
|
Status | GetFileByName (ServerContext *context, const std::string &file_name, reflection::v1alpha::ServerReflectionResponse *response) |
|
Status | GetFileContainingExtension (ServerContext *context, const reflection::v1alpha::ExtensionRequest *request, reflection::v1alpha::ServerReflectionResponse *response) |
|
Status | GetFileContainingSymbol (ServerContext *context, const std::string &symbol, reflection::v1alpha::ServerReflectionResponse *response) |
|
Status | ListService (ServerContext *context, reflection::v1alpha::ListServiceResponse *response) |
|
Definition at line 37 of file proto_server_reflection.h.
◆ ProtoServerReflection()
grpc::ProtoServerReflection::ProtoServerReflection |
( |
| ) |
|
◆ FillErrorResponse()
void grpc::ProtoServerReflection::FillErrorResponse |
( |
const Status & |
status, |
|
|
reflection::v1alpha::ErrorResponse * |
error_response |
|
) |
| |
|
private |
◆ FillFileDescriptorResponse()
void grpc::ProtoServerReflection::FillFileDescriptorResponse |
( |
const protobuf::FileDescriptor * |
file_desc, |
|
|
reflection::v1alpha::ServerReflectionResponse * |
response, |
|
|
std::unordered_set< std::string > * |
seen_files |
|
) |
| |
|
private |
◆ GetAllExtensionNumbers()
Status grpc::ProtoServerReflection::GetAllExtensionNumbers |
( |
ServerContext * |
context, |
|
|
const std::string & |
type, |
|
|
reflection::v1alpha::ExtensionNumberResponse * |
response |
|
) |
| |
|
private |
◆ GetFileByName()
Status grpc::ProtoServerReflection::GetFileByName |
( |
ServerContext * |
context, |
|
|
const std::string & |
file_name, |
|
|
reflection::v1alpha::ServerReflectionResponse * |
response |
|
) |
| |
|
private |
◆ GetFileContainingExtension()
Status grpc::ProtoServerReflection::GetFileContainingExtension |
( |
ServerContext * |
context, |
|
|
const reflection::v1alpha::ExtensionRequest * |
request, |
|
|
reflection::v1alpha::ServerReflectionResponse * |
response |
|
) |
| |
|
private |
◆ GetFileContainingSymbol()
Status grpc::ProtoServerReflection::GetFileContainingSymbol |
( |
ServerContext * |
context, |
|
|
const std::string & |
symbol, |
|
|
reflection::v1alpha::ServerReflectionResponse * |
response |
|
) |
| |
|
private |
◆ ListService()
Status grpc::ProtoServerReflection::ListService |
( |
ServerContext * |
context, |
|
|
reflection::v1alpha::ListServiceResponse * |
response |
|
) |
| |
|
private |
◆ ServerReflectionInfo()
Status grpc::ProtoServerReflection::ServerReflectionInfo |
( |
ServerContext * |
context, |
|
|
ServerReaderWriter< reflection::v1alpha::ServerReflectionResponse, reflection::v1alpha::ServerReflectionRequest > * |
stream |
|
) |
| |
|
override |
◆ SetServiceList()
void grpc::ProtoServerReflection::SetServiceList |
( |
const std::vector< std::string > * |
services | ) |
|
◆ descriptor_pool_
◆ services_
const std::vector<string>* grpc::ProtoServerReflection::services_ |
|
private |
The documentation for this class was generated from the following files: