Learn R Programming

RProtoBuf (version 0.4.3)

ServiceDescriptor-class: Class "ServiceDescriptor"

Description

R representation of Service Descriptors

Arguments

Objects from the Class

TODO

Slots

pointer:
External pointer to a google::protobuf::ServiceDescriptor C++ object
name:
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"): retrieveds a MethodDescriptor