Home | Trees | Indices | Help |
---|
|
object --+ | DescriptorBase --+ | OneofDescriptor
Descriptor for a oneof field. name: (str) Name of the oneof field. full_name: (str) Full name of the oneof field, including package name. index: (int) 0-based index giving the order of the oneof field inside its containing type. containing_type: (Descriptor) Descriptor of the protocol message type that contains this field. Set by the Descriptor constructor if we're passed into one. fields: (list of FieldDescriptor) The list of field descriptors this oneof can contain.
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
Inherited from Inherited from Inherited from |
|
|||
_C_DESCRIPTOR_CLASS = _message.OneofDescriptor
|
|
|||
Inherited from |
|
|
Arguments are as described in the attribute description above.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Sep 6 13:21:35 2019 | http://epydoc.sourceforge.net |