#include <schema_interface.h>
Definition at line 54 of file schema_interface.h.
◆ ~Method()
virtual grpc_generator::Method::~Method |
( |
| ) |
|
|
inlinevirtual |
◆ BidiStreaming()
virtual bool grpc_generator::Method::BidiStreaming |
( |
| ) |
const |
|
pure virtual |
◆ ClientStreaming()
virtual bool grpc_generator::Method::ClientStreaming |
( |
| ) |
const |
|
pure virtual |
◆ get_input_type_name()
virtual std::string grpc_generator::Method::get_input_type_name |
( |
| ) |
const |
|
pure virtual |
◆ get_module_and_message_path_input()
virtual bool grpc_generator::Method::get_module_and_message_path_input |
( |
std::string * |
str, |
|
|
std::string |
generator_file_name, |
|
|
bool |
generate_in_pb2_grpc, |
|
|
std::string |
import_prefix, |
|
|
const std::vector< std::string > & |
prefixes_to_filter |
|
) |
| const |
|
pure virtual |
◆ get_module_and_message_path_output()
virtual bool grpc_generator::Method::get_module_and_message_path_output |
( |
std::string * |
str, |
|
|
std::string |
generator_file_name, |
|
|
bool |
generate_in_pb2_grpc, |
|
|
std::string |
import_prefix, |
|
|
const std::vector< std::string > & |
prefixes_to_filter |
|
) |
| const |
|
pure virtual |
◆ get_output_type_name()
virtual std::string grpc_generator::Method::get_output_type_name |
( |
| ) |
const |
|
pure virtual |
◆ input_type_name()
virtual std::string grpc_generator::Method::input_type_name |
( |
| ) |
const |
|
pure virtual |
◆ name()
virtual std::string grpc_generator::Method::name |
( |
| ) |
const |
|
pure virtual |
◆ NoStreaming()
virtual bool grpc_generator::Method::NoStreaming |
( |
| ) |
const |
|
pure virtual |
◆ output_type_name()
virtual std::string grpc_generator::Method::output_type_name |
( |
| ) |
const |
|
pure virtual |
◆ ServerStreaming()
virtual bool grpc_generator::Method::ServerStreaming |
( |
| ) |
const |
|
pure virtual |
The documentation for this struct was generated from the following file: