fileDescriptor-methods {RProtoBuf} | R Documentation |
gets the file descriptor of an object
Description
Gets the file descriptor of an object
Methods
signature(object = "Descriptor")
retrieves the file descriptor associated with this descriptor
signature(object = "Message")
retrieves the file descriptor associated with the descriptor of this message
signature(object = "EnumDescriptor")
retrieves the file descriptor associated with the enum descriptor
signature(object = "FieldDescriptor")
retrieves the file descriptor associated with the field descriptor
signature(object = "ServiceDescriptor")
retrieves the file descriptor associated with the service descriptor
signature(object = "MethodDescriptor")
retrieves the file descriptor associated with the method descriptor
[Package RProtoBuf version 0.4.22 Index]