Namespaces | Functions | Variables
google::protobuf::python::service_descriptor Namespace Reference

Namespaces

 methods
 

Functions

static const ServiceDescriptor_GetDescriptor (PyBaseDescriptor *self)
 
static const ServiceDescriptor_GetDescriptor (PyBaseDescriptor *self)
 
static PyObject * CopyToProto (PyBaseDescriptor *self, PyObject *target)
 
static PyObject * CopyToProto (PyBaseDescriptor *self, PyObject *target)
 
static PyObject * FindMethodByName (PyBaseDescriptor *self, PyObject *arg)
 
static PyObject * FindMethodByName (PyBaseDescriptor *self, PyObject *arg)
 
static ParentDescriptor GetDescriptor (PyContainer *self)
 
static ParentDescriptor GetDescriptor (PyContainer *self)
 
static PyObject * GetFile (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetFile (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetFullName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetFullName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetIndex (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetIndex (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetMethods (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetMethods (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetMethodsByName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetMethodsByName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetOptions (PyBaseDescriptor *self)
 
static PyObject * GetOptions (PyBaseDescriptor *self)
 
PyObject * NewServiceMethodsByName (const ServiceDescriptor *descriptor)
 
PyObject * NewServiceMethodsByName (ParentDescriptor descriptor)
 
PyObject * NewServiceMethodsSeq (const ServiceDescriptor *descriptor)
 
PyObject * NewServiceMethodsSeq (ParentDescriptor descriptor)
 

Variables

static PyGetSetDef Getters []
 
static PyGetSetDef Getters []
 
static PyMethodDef Methods []
 
static PyMethodDef Methods []
 
const typedef ServiceDescriptorParentDescriptor
 

Function Documentation

◆ _GetDescriptor() [1/2]

static const ServiceDescriptor* google::protobuf::python::service_descriptor::_GetDescriptor ( PyBaseDescriptor self)
static

◆ _GetDescriptor() [2/2]

static const ServiceDescriptor* google::protobuf::python::service_descriptor::_GetDescriptor ( PyBaseDescriptor self)
static

◆ CopyToProto() [1/2]

static PyObject* google::protobuf::python::service_descriptor::CopyToProto ( PyBaseDescriptor self,
PyObject *  target 
)
static

◆ CopyToProto() [2/2]

static PyObject* google::protobuf::python::service_descriptor::CopyToProto ( PyBaseDescriptor self,
PyObject *  target 
)
static

◆ FindMethodByName() [1/2]

static PyObject* google::protobuf::python::service_descriptor::FindMethodByName ( PyBaseDescriptor self,
PyObject *  arg 
)
static

◆ FindMethodByName() [2/2]

static PyObject* google::protobuf::python::service_descriptor::FindMethodByName ( PyBaseDescriptor self,
PyObject *  arg 
)
static

◆ GetDescriptor() [1/2]

static ParentDescriptor google::protobuf::python::service_descriptor::GetDescriptor ( PyContainer self)
static

◆ GetDescriptor() [2/2]

static ParentDescriptor google::protobuf::python::service_descriptor::GetDescriptor ( PyContainer self)
static

◆ GetFile() [1/2]

static PyObject* google::protobuf::python::service_descriptor::GetFile ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetFile() [2/2]

static PyObject* google::protobuf::python::service_descriptor::GetFile ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetFullName() [1/2]

static PyObject* google::protobuf::python::service_descriptor::GetFullName ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetFullName() [2/2]

static PyObject* google::protobuf::python::service_descriptor::GetFullName ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetIndex() [1/2]

static PyObject* google::protobuf::python::service_descriptor::GetIndex ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetIndex() [2/2]

static PyObject* google::protobuf::python::service_descriptor::GetIndex ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetMethods() [1/2]

static PyObject* google::protobuf::python::service_descriptor::GetMethods ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetMethods() [2/2]

static PyObject* google::protobuf::python::service_descriptor::GetMethods ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetMethodsByName() [1/2]

static PyObject* google::protobuf::python::service_descriptor::GetMethodsByName ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetMethodsByName() [2/2]

static PyObject* google::protobuf::python::service_descriptor::GetMethodsByName ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetName() [1/2]

static PyObject* google::protobuf::python::service_descriptor::GetName ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetName() [2/2]

static PyObject* google::protobuf::python::service_descriptor::GetName ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetOptions() [1/2]

static PyObject* google::protobuf::python::service_descriptor::GetOptions ( PyBaseDescriptor self)
static

◆ GetOptions() [2/2]

static PyObject* google::protobuf::python::service_descriptor::GetOptions ( PyBaseDescriptor self)
static

◆ NewServiceMethodsByName() [1/2]

PyObject * google::protobuf::python::service_descriptor::NewServiceMethodsByName ( const ServiceDescriptor descriptor)

◆ NewServiceMethodsByName() [2/2]

PyObject * google::protobuf::python::service_descriptor::NewServiceMethodsByName ( ParentDescriptor  descriptor)

◆ NewServiceMethodsSeq() [1/2]

PyObject * google::protobuf::python::service_descriptor::NewServiceMethodsSeq ( const ServiceDescriptor descriptor)

◆ NewServiceMethodsSeq() [2/2]

PyObject * google::protobuf::python::service_descriptor::NewServiceMethodsSeq ( ParentDescriptor  descriptor)

Variable Documentation

◆ Getters [1/2]

PyGetSetDef google::protobuf::python::service_descriptor::Getters[]
static
Initial value:
= {
{ "name", (getter)GetName, NULL, "Name", NULL},
{ "full_name", (getter)GetFullName, NULL, "Full name", NULL},
{ "file", (getter)GetFile, NULL, "File descriptor"},
{ "index", (getter)GetIndex, NULL, "Index", NULL},
{ "methods", (getter)GetMethods, NULL, "Methods", NULL},
{ "methods_by_name", (getter)GetMethodsByName, NULL, "Methods by name", NULL},
{NULL}
}

Definition at line 1707 of file protobuf/python/google/protobuf/pyext/descriptor.cc.

◆ Getters [2/2]

PyGetSetDef google::protobuf::python::service_descriptor::Getters[]
static
Initial value:
= {
{ "name", (getter)GetName, NULL, "Name", NULL},
{ "full_name", (getter)GetFullName, NULL, "Full name", NULL},
{ "file", (getter)GetFile, NULL, "File descriptor"},
{ "index", (getter)GetIndex, NULL, "Index", NULL},
{ "methods", (getter)GetMethods, NULL, "Methods", NULL},
{ "methods_by_name", (getter)GetMethodsByName, NULL, "Methods by name", NULL},
{NULL}
}

Definition at line 1711 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor.cc.

◆ Methods [1/2]

PyMethodDef google::protobuf::python::service_descriptor::Methods[]
static
Initial value:
= {
{ "GetOptions", (PyCFunction)GetOptions, METH_NOARGS },
{ "CopyToProto", (PyCFunction)CopyToProto, METH_O, },
{ "FindMethodByName", (PyCFunction)FindMethodByName, METH_O },
{NULL}
}

Definition at line 1718 of file protobuf/python/google/protobuf/pyext/descriptor.cc.

◆ Methods [2/2]

PyMethodDef google::protobuf::python::service_descriptor::Methods[]
static
Initial value:
= {
{ "GetOptions", (PyCFunction)GetOptions, METH_NOARGS },
{ "CopyToProto", (PyCFunction)CopyToProto, METH_O, },
{ "FindMethodByName", (PyCFunction)FindMethodByName, METH_O },
{NULL}
}

Definition at line 1722 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor.cc.

◆ ParentDescriptor

const typedef ServiceDescriptor * google::protobuf::python::service_descriptor::ParentDescriptor
google::protobuf::python::method_descriptor::GetFullName
static PyObject * GetFullName(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1788
google::protobuf::python::service_descriptor::FindMethodByName
static PyObject * FindMethodByName(PyBaseDescriptor *self, PyObject *arg)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1681
google::protobuf::python::service_descriptor::GetMethodsByName
static PyObject * GetMethodsByName(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1677
google::protobuf::python::method_descriptor::GetIndex
static PyObject * GetIndex(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1792
google::protobuf::python::service_descriptor::GetFile
static PyObject * GetFile(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1665
google::protobuf::python::method_descriptor::GetName
static PyObject * GetName(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1784
google::protobuf::python::service_descriptor::GetMethods
static PyObject * GetMethods(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1673
google::protobuf::python::method_descriptor::CopyToProto
static PyObject * CopyToProto(PyBaseDescriptor *self, PyObject *target)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1816
google::protobuf::python::method_descriptor::GetOptions
static PyObject * GetOptions(PyBaseDescriptor *self)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1812


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