| MethodDescriptor-class {RProtoBuf} | R Documentation |
Class "MethodDescriptor"
Description
R representation of Service Descriptors
Objects from the Class
TODO
Slots
pointer:External pointer to a
google::protobuf::MethodDescriptorC++ objectname:fully qualified name of the method
service:fully qualified name of the service that defines this method
Methods
- as.character
signature(x = "MethodDescriptor"): debug string of the method- toString
signature(x = "MethodDescriptor"): debug string of the method- $
signature(x = "MethodDescriptor"): ...- $<-
signature(x = "MethodDescriptor"): ...- input_type
signature(object = "MethodDescriptor"): the Descriptor of the input type of the method- output_type
signature(object = "MethodDescriptor"): the Descriptor of the output type of the method
Author(s)
Romain Francois <francoisromain@free.fr>
[Package RProtoBuf version 0.4.22 Index]