Functions | Variables
google::protobuf::python::method_descriptor Namespace Reference

Functions

static const MethodDescriptor_GetDescriptor (PyBaseDescriptor *self)
 
static const MethodDescriptor_GetDescriptor (PyBaseDescriptor *self)
 
static PyObject * CopyToProto (PyBaseDescriptor *self, PyObject *target)
 
static PyObject * CopyToProto (PyBaseDescriptor *self, PyObject *target)
 
static PyObject * GetContainingService (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetContainingService (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 * GetInputType (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetInputType (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)
 
static PyObject * GetOutputType (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetOutputType (PyBaseDescriptor *self, void *closure)
 

Variables

static PyGetSetDef Getters []
 
static PyGetSetDef Getters []
 
static PyMethodDef Methods []
 
static PyMethodDef Methods []
 

Function Documentation

◆ _GetDescriptor() [1/2]

static const MethodDescriptor* google::protobuf::python::method_descriptor::_GetDescriptor ( PyBaseDescriptor self)
static

◆ _GetDescriptor() [2/2]

static const MethodDescriptor* google::protobuf::python::method_descriptor::_GetDescriptor ( PyBaseDescriptor self)
static

◆ CopyToProto() [1/2]

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

◆ CopyToProto() [2/2]

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

◆ GetContainingService() [1/2]

static PyObject* google::protobuf::python::method_descriptor::GetContainingService ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetContainingService() [2/2]

static PyObject* google::protobuf::python::method_descriptor::GetContainingService ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetFullName() [1/2]

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

◆ GetFullName() [2/2]

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

◆ GetIndex() [1/2]

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

◆ GetIndex() [2/2]

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

◆ GetInputType() [1/2]

static PyObject* google::protobuf::python::method_descriptor::GetInputType ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetInputType() [2/2]

static PyObject* google::protobuf::python::method_descriptor::GetInputType ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetName() [1/2]

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

◆ GetName() [2/2]

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

◆ GetOptions() [1/2]

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

◆ GetOptions() [2/2]

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

◆ GetOutputType() [1/2]

static PyObject* google::protobuf::python::method_descriptor::GetOutputType ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetOutputType() [2/2]

static PyObject* google::protobuf::python::method_descriptor::GetOutputType ( PyBaseDescriptor self,
void *  closure 
)
static

Variable Documentation

◆ Getters [1/2]

PyGetSetDef google::protobuf::python::method_descriptor::Getters[]
static
Initial value:
= {
{ "name", (getter)GetName, NULL, "Name", NULL},
{ "full_name", (getter)GetFullName, NULL, "Full name", NULL},
{ "index", (getter)GetIndex, NULL, "Index", NULL},
{ "containing_service", (getter)GetContainingService, NULL,
"Containing service", NULL},
{ "input_type", (getter)GetInputType, NULL, "Input type", NULL},
{ "output_type", (getter)GetOutputType, NULL, "Output type", NULL},
{NULL}
}

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

◆ Getters [2/2]

PyGetSetDef google::protobuf::python::method_descriptor::Getters[]
static
Initial value:
= {
{ "name", (getter)GetName, NULL, "Name", NULL},
{ "full_name", (getter)GetFullName, NULL, "Full name", NULL},
{ "index", (getter)GetIndex, NULL, "Index", NULL},
{ "containing_service", (getter)GetContainingService, NULL,
"Containing service", NULL},
{ "input_type", (getter)GetInputType, NULL, "Input type", NULL},
{ "output_type", (getter)GetOutputType, NULL, "Output type", NULL},
{NULL}
}

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

◆ Methods [1/2]

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

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

◆ Methods [2/2]

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

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

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::method_descriptor::GetIndex
static PyObject * GetIndex(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1792
google::protobuf::python::method_descriptor::GetOutputType
static PyObject * GetOutputType(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1807
google::protobuf::python::method_descriptor::GetInputType
static PyObject * GetInputType(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1802
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::method_descriptor::GetContainingService
static PyObject * GetContainingService(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1796
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