class documentation

class ServiceDescriptor(_Facade[descriptor_pb2.ServiceDescriptorProto]): (source)

Constructor: ServiceDescriptor(owner, proto, full_name, file, index)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method FindMethodByName Undocumented
Instance Variable index Undocumented
Instance Variable methods Undocumented
Instance Variable methods_by_name Undocumented

Inherited from _Facade:

Method CopyToProto Undocumented
Method GetOptions Decode localized direct options without exposing provider identity.
Instance Variable file Undocumented
Instance Variable full_name Undocumented
Instance Variable has_options Undocumented
Instance Variable name Undocumented
Property provider_descriptor Return the explicit private-provider interoperability boundary.
Instance Variable _option_kind Undocumented
Instance Variable _options Undocumented
Instance Variable _owner Undocumented
Instance Variable _proto Undocumented
def __init__(self, owner: Reflection, proto: descriptor_pb2.ServiceDescriptorProto, *, full_name: str, file: FileDescriptor, index: int): (source)
def FindMethodByName(self, name: str) -> MethodDescriptor | None: (source)

Undocumented

Undocumented

Undocumented

Undocumented