Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
pbl_method_descriptor_t Struct Reference

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
 

Detailed Description

Descriptor for a single RPC or stream method within a service definition; analogous to google::protobuf::MethodDescriptor in the protobuf C++ library.

Member Data Documentation

◆ basic_info

pbl_node_t pbl_method_descriptor_t::basic_info

Inherited base node fields (name, parent, file location, etc.)

◆ in_is_stream

bool pbl_method_descriptor_t::in_is_stream

True if the request is a streaming input (client-streaming RPC)

◆ in_msg_type

char* pbl_method_descriptor_t::in_msg_type

Fully-qualified type name of the request message

◆ out_is_stream

bool pbl_method_descriptor_t::out_is_stream

True if the response is a streaming output (server-streaming RPC)

◆ out_msg_type

char* pbl_method_descriptor_t::out_msg_type

Fully-qualified type name of the response message


The documentation for this struct was generated from the following file: