|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Descriptor for a single RPC or stream method within a service definition; analogous to google::protobuf::MethodDescriptor in the protobuf C++ library. More...
#include <protobuf_lang_tree.h>
Public Attributes | |
| pbl_node_t | basic_info |
| char * | in_msg_type |
| bool | in_is_stream |
| char * | out_msg_type |
| bool | out_is_stream |
Descriptor for a single RPC or stream method within a service definition; analogous to google::protobuf::MethodDescriptor in the protobuf C++ library.
| pbl_node_t pbl_method_descriptor_t::basic_info |
Inherited base node fields (name, parent, file location, etc.)
| bool pbl_method_descriptor_t::in_is_stream |
True if the request is a streaming input (client-streaming RPC)
| char* pbl_method_descriptor_t::in_msg_type |
Fully-qualified type name of the request message
| bool pbl_method_descriptor_t::out_is_stream |
True if the response is a streaming output (server-streaming RPC)
| char* pbl_method_descriptor_t::out_msg_type |
Fully-qualified type name of the response message