class Protobuf::Rpc::Stat

def rpc

def rpc
  service && method_name ? "#{service}##{method_name}" : nil
end