Public Member Functions | Private Member Functions | Private Attributes | List of all members
grpc_reflection.v1alpha._base.BaseReflectionServicer Class Reference
Inheritance diagram for grpc_reflection.v1alpha._base.BaseReflectionServicer:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, service_names, pool=None)
 

Private Member Functions

def _all_extension_numbers_of_type (self, containing_type)
 
def _file_by_filename (self, filename)
 
def _file_containing_extension (self, containing_type, extension_number)
 
def _file_containing_symbol (self, fully_qualified_name)
 
def _list_services (self)
 

Private Attributes

 _pool
 
 _service_names
 

Detailed Description

Base class for reflection servicer.

Definition at line 42 of file _base.py.

Constructor & Destructor Documentation

◆ __init__()

def grpc_reflection.v1alpha._base.BaseReflectionServicer.__init__ (   self,
  service_names,
  pool = None 
)
Constructor.

Args:
    service_names: Iterable of fully-qualified service names available.
    pool: An optional DescriptorPool instance.

Definition at line 45 of file _base.py.

Member Function Documentation

◆ _all_extension_numbers_of_type()

def grpc_reflection.v1alpha._base.BaseReflectionServicer._all_extension_numbers_of_type (   self,
  containing_type 
)
private

Definition at line 85 of file _base.py.

◆ _file_by_filename()

def grpc_reflection.v1alpha._base.BaseReflectionServicer._file_by_filename (   self,
  filename 
)
private

Definition at line 55 of file _base.py.

◆ _file_containing_extension()

def grpc_reflection.v1alpha._base.BaseReflectionServicer._file_containing_extension (   self,
  containing_type,
  extension_number 
)
private

Definition at line 72 of file _base.py.

◆ _file_containing_symbol()

def grpc_reflection.v1alpha._base.BaseReflectionServicer._file_containing_symbol (   self,
  fully_qualified_name 
)
private

Definition at line 63 of file _base.py.

◆ _list_services()

def grpc_reflection.v1alpha._base.BaseReflectionServicer._list_services (   self)
private

Definition at line 101 of file _base.py.

Member Data Documentation

◆ _pool

grpc_reflection.v1alpha._base.BaseReflectionServicer._pool
private

Definition at line 53 of file _base.py.

◆ _service_names

grpc_reflection.v1alpha._base.BaseReflectionServicer._service_names
private

Definition at line 52 of file _base.py.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:40