class documentation
class ServiceDescriptor(_Facade[
Constructor: ServiceDescriptor(owner, proto, full_name, file, index)
Undocumented
| Method | __init__ |
Undocumented |
| Method | |
Undocumented |
| Instance Variable | index |
Undocumented |
| Instance Variable | methods |
Undocumented |
| Instance Variable | methods |
Undocumented |
Inherited from _Facade:
| Method | |
Undocumented |
| Method | |
Decode localized direct options without exposing provider identity. |
| Instance Variable | file |
Undocumented |
| Instance Variable | full |
Undocumented |
| Instance Variable | has |
Undocumented |
| Instance Variable | name |
Undocumented |
| Property | provider |
Return the explicit private-provider interoperability boundary. |
| Instance Variable | _option |
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)
¶
Undocumented