| ServiceDescriptor-class {RProtoBuf} | R Documentation |
Class "ServiceDescriptor"
Description
R representation of Service Descriptors
Objects from the Class
TODO
Slots
pointer:External pointer to a
google::protobuf::ServiceDescriptorC++ objectname:fully qualified name of the service
Methods
- as.character
signature(x = "ServiceDescriptor"): debug string of the service- toString
signature(x = "ServiceDescriptor"): debug string of the service- show
signature(x = "ServiceDescriptor"): ...- $
signature(x = "ServiceDescriptor"): invoke pseudo methods or retrieve method descriptors contained in this service descriptor.- [[
signature(x = "ServiceDescriptor"): extracts methods descriptors contained in this service descriptor- length
signature(x = "ServiceDescriptor"): number of MethodDescriptor- method_count
signature(x = "ServiceDescriptor"): number of MethodDescriptor- method
signature(x = "ServiceDescriptor"): retrieves a MethodDescriptor
Author(s)
Romain Francois <francoisromain@free.fr>