ProtoBuf.Reflect.Service.RPCMethod.html 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JSDoc: Class: RPCMethod</title>
  6. <script src="scripts/prettify/prettify.js"> </script>
  7. <script src="scripts/prettify/lang-css.js"> </script>
  8. <!--[if lt IE 9]>
  9. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  10. <![endif]-->
  11. <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
  12. <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
  13. </head>
  14. <body>
  15. <div id="main">
  16. <h1 class="page-title">Class: RPCMethod</h1>
  17. <section>
  18. <header>
  19. <h2>
  20. <span class="ancestors"><a href="ProtoBuf.html">ProtoBuf</a><a href="ProtoBuf.Reflect.html">.Reflect</a><a href="ProtoBuf.Reflect.Service.html">.Service</a>.</span>
  21. RPCMethod
  22. </h2>
  23. </header>
  24. <article>
  25. <div class="container-overview">
  26. <h4 class="name" id="RPCMethod"><span class="type-signature"></span>new RPCMethod<span class="signature">(builder<span class="signature-attributes">non-null</span>, svc<span class="signature-attributes">non-null</span>, name, request, response, request_stream, response_stream, options<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
  27. <div class="description">
  28. <p>RPC service method.</p>
  29. </div>
  30. <h5>Parameters:</h5>
  31. <table class="params">
  32. <thead>
  33. <tr>
  34. <th>Name</th>
  35. <th>Type</th>
  36. <th>Attributes</th>
  37. <th class="last">Description</th>
  38. </tr>
  39. </thead>
  40. <tbody>
  41. <tr>
  42. <td class="name"><code>builder</code></td>
  43. <td class="type">
  44. <span class="param-type"><a href="ProtoBuf.Builder.html">ProtoBuf.Builder</a></span>
  45. </td>
  46. <td class="attributes">
  47. </td>
  48. <td class="description last"><p>Builder reference</p></td>
  49. </tr>
  50. <tr>
  51. <td class="name"><code>svc</code></td>
  52. <td class="type">
  53. <span class="param-type"><a href="ProtoBuf.Reflect.Service.html">ProtoBuf.Reflect.Service</a></span>
  54. </td>
  55. <td class="attributes">
  56. </td>
  57. <td class="description last"><p>Service</p></td>
  58. </tr>
  59. <tr>
  60. <td class="name"><code>name</code></td>
  61. <td class="type">
  62. <span class="param-type">string</span>
  63. </td>
  64. <td class="attributes">
  65. </td>
  66. <td class="description last"><p>Method name</p></td>
  67. </tr>
  68. <tr>
  69. <td class="name"><code>request</code></td>
  70. <td class="type">
  71. <span class="param-type">string</span>
  72. </td>
  73. <td class="attributes">
  74. </td>
  75. <td class="description last"><p>Request message name</p></td>
  76. </tr>
  77. <tr>
  78. <td class="name"><code>response</code></td>
  79. <td class="type">
  80. <span class="param-type">string</span>
  81. </td>
  82. <td class="attributes">
  83. </td>
  84. <td class="description last"><p>Response message name</p></td>
  85. </tr>
  86. <tr>
  87. <td class="name"><code>request_stream</code></td>
  88. <td class="type">
  89. <span class="param-type">boolean</span>
  90. </td>
  91. <td class="attributes">
  92. </td>
  93. <td class="description last"><p>Whether requests are streamed</p></td>
  94. </tr>
  95. <tr>
  96. <td class="name"><code>response_stream</code></td>
  97. <td class="type">
  98. <span class="param-type">boolean</span>
  99. </td>
  100. <td class="attributes">
  101. </td>
  102. <td class="description last"><p>Whether responses are streamed</p></td>
  103. </tr>
  104. <tr>
  105. <td class="name"><code>options</code></td>
  106. <td class="type">
  107. <span class="param-type">Object.&lt;string, *></span>
  108. </td>
  109. <td class="attributes">
  110. &lt;optional><br>
  111. </td>
  112. <td class="description last"><p>Options</p></td>
  113. </tr>
  114. </tbody>
  115. </table>
  116. <dl class="details">
  117. <dt class="tag-source">Source:</dt>
  118. <dd class="tag-source"><ul class="dummy"><li>
  119. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4217">line 4217</a>
  120. </li></ul></dd>
  121. </dl>
  122. </div>
  123. <h3 class="subsection-title">Extends</h3>
  124. <ul>
  125. <li><a href="ProtoBuf.Reflect.Service.Method.html">ProtoBuf.Reflect.Service.Method</a></li>
  126. </ul>
  127. <h3 class="subsection-title">Members</h3>
  128. <h4 class="name" id="builder"><span class="type-signature">(non-null) </span>builder<span class="type-signature"> :<a href="ProtoBuf.Builder.html">ProtoBuf.Builder</a></span></h4>
  129. <div class="description">
  130. <p>Builder reference.</p>
  131. </div>
  132. <h5>Type:</h5>
  133. <ul>
  134. <li>
  135. <span class="param-type"><a href="ProtoBuf.Builder.html">ProtoBuf.Builder</a></span>
  136. </li>
  137. </ul>
  138. <dl class="details">
  139. <dt class="inherited-from">Inherited From:</dt>
  140. <dd class="inherited-from"><ul class="dummy"><li>
  141. <a href="ProtoBuf.Reflect.T.html#builder">ProtoBuf.Reflect.T#builder</a>
  142. </li></ul></dd>
  143. <dt class="tag-source">Source:</dt>
  144. <dd class="tag-source"><ul class="dummy"><li>
  145. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1417">line 1417</a>
  146. </li></ul></dd>
  147. </dl>
  148. <h4 class="name" id="className"><span class="type-signature"></span>className<span class="type-signature"> :string</span></h4>
  149. <div class="description">
  150. <p>Fully qualified class name</p>
  151. </div>
  152. <h5>Type:</h5>
  153. <ul>
  154. <li>
  155. <span class="param-type">string</span>
  156. </li>
  157. </ul>
  158. <dl class="details">
  159. <dt class="tag-overrides">Overrides:</dt>
  160. <dd class="tag-overrides"><ul class="dummy"><li>
  161. <a href="ProtoBuf.Reflect.Service.Method.html#className">ProtoBuf.Reflect.Service.Method#className</a>
  162. </li></ul></dd>
  163. <dt class="tag-source">Source:</dt>
  164. <dd class="tag-source"><ul class="dummy"><li>
  165. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1438">line 1438</a>
  166. </li></ul></dd>
  167. </dl>
  168. <h4 class="name" id="name"><span class="type-signature"></span>name<span class="type-signature"> :string</span></h4>
  169. <div class="description">
  170. <p>Object name in namespace.</p>
  171. </div>
  172. <h5>Type:</h5>
  173. <ul>
  174. <li>
  175. <span class="param-type">string</span>
  176. </li>
  177. </ul>
  178. <dl class="details">
  179. <dt class="inherited-from">Inherited From:</dt>
  180. <dd class="inherited-from"><ul class="dummy"><li>
  181. <a href="ProtoBuf.Reflect.T.html#name">ProtoBuf.Reflect.T#name</a>
  182. </li></ul></dd>
  183. <dt class="tag-source">Source:</dt>
  184. <dd class="tag-source"><ul class="dummy"><li>
  185. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1431">line 1431</a>
  186. </li></ul></dd>
  187. </dl>
  188. <h4 class="name" id="options"><span class="type-signature"></span>options<span class="type-signature"> :Object.&lt;string, *></span></h4>
  189. <div class="description">
  190. <p>Options.</p>
  191. </div>
  192. <h5>Type:</h5>
  193. <ul>
  194. <li>
  195. <span class="param-type">Object.&lt;string, *></span>
  196. </li>
  197. </ul>
  198. <dl class="details">
  199. <dt class="inherited-from">Inherited From:</dt>
  200. <dd class="inherited-from"><ul class="dummy"><li>
  201. <a href="ProtoBuf.Reflect.Service.Method.html#options">ProtoBuf.Reflect.Service.Method#options</a>
  202. </li></ul></dd>
  203. <dt class="tag-source">Source:</dt>
  204. <dd class="tag-source"><ul class="dummy"><li>
  205. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4180">line 4180</a>
  206. </li></ul></dd>
  207. </dl>
  208. <h4 class="name" id="parent"><span class="type-signature">(nullable) </span>parent<span class="type-signature"> :<a href="ProtoBuf.Reflect.T.html">ProtoBuf.Reflect.T</a></span></h4>
  209. <div class="description">
  210. <p>Parent object.</p>
  211. </div>
  212. <h5>Type:</h5>
  213. <ul>
  214. <li>
  215. <span class="param-type"><a href="ProtoBuf.Reflect.T.html">ProtoBuf.Reflect.T</a></span>
  216. </li>
  217. </ul>
  218. <dl class="details">
  219. <dt class="inherited-from">Inherited From:</dt>
  220. <dd class="inherited-from"><ul class="dummy"><li>
  221. <a href="ProtoBuf.Reflect.T.html#parent">ProtoBuf.Reflect.T#parent</a>
  222. </li></ul></dd>
  223. <dt class="tag-source">Source:</dt>
  224. <dd class="tag-source"><ul class="dummy"><li>
  225. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1424">line 1424</a>
  226. </li></ul></dd>
  227. </dl>
  228. <h4 class="name" id="requestName"><span class="type-signature"></span>requestName<span class="type-signature"> :string</span></h4>
  229. <div class="description">
  230. <p>Request message name.</p>
  231. </div>
  232. <h5>Type:</h5>
  233. <ul>
  234. <li>
  235. <span class="param-type">string</span>
  236. </li>
  237. </ul>
  238. <dl class="details">
  239. <dt class="tag-source">Source:</dt>
  240. <dd class="tag-source"><ul class="dummy"><li>
  241. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4230">line 4230</a>
  242. </li></ul></dd>
  243. </dl>
  244. <h4 class="name" id="requestStream"><span class="type-signature"></span>requestStream<span class="type-signature"> :bool</span></h4>
  245. <div class="description">
  246. <p>Whether requests are streamed</p>
  247. </div>
  248. <h5>Type:</h5>
  249. <ul>
  250. <li>
  251. <span class="param-type">bool</span>
  252. </li>
  253. </ul>
  254. <dl class="details">
  255. <dt class="tag-source">Source:</dt>
  256. <dd class="tag-source"><ul class="dummy"><li>
  257. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4244">line 4244</a>
  258. </li></ul></dd>
  259. </dl>
  260. <h4 class="name" id="resolvedRequestType"><span class="type-signature"></span>resolvedRequestType<span class="type-signature"> :<a href="ProtoBuf.Reflect.Message.html">ProtoBuf.Reflect.Message</a></span></h4>
  261. <div class="description">
  262. <p>Resolved request message type.</p>
  263. </div>
  264. <h5>Type:</h5>
  265. <ul>
  266. <li>
  267. <span class="param-type"><a href="ProtoBuf.Reflect.Message.html">ProtoBuf.Reflect.Message</a></span>
  268. </li>
  269. </ul>
  270. <dl class="details">
  271. <dt class="tag-source">Source:</dt>
  272. <dd class="tag-source"><ul class="dummy"><li>
  273. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4258">line 4258</a>
  274. </li></ul></dd>
  275. </dl>
  276. <h4 class="name" id="resolvedResponseType"><span class="type-signature"></span>resolvedResponseType<span class="type-signature"> :<a href="ProtoBuf.Reflect.Message.html">ProtoBuf.Reflect.Message</a></span></h4>
  277. <div class="description">
  278. <p>Resolved response message type.</p>
  279. </div>
  280. <h5>Type:</h5>
  281. <ul>
  282. <li>
  283. <span class="param-type"><a href="ProtoBuf.Reflect.Message.html">ProtoBuf.Reflect.Message</a></span>
  284. </li>
  285. </ul>
  286. <dl class="details">
  287. <dt class="tag-source">Source:</dt>
  288. <dd class="tag-source"><ul class="dummy"><li>
  289. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4265">line 4265</a>
  290. </li></ul></dd>
  291. </dl>
  292. <h4 class="name" id="responseName"><span class="type-signature"></span>responseName<span class="type-signature"> :string</span></h4>
  293. <div class="description">
  294. <p>Response message name.</p>
  295. </div>
  296. <h5>Type:</h5>
  297. <ul>
  298. <li>
  299. <span class="param-type">string</span>
  300. </li>
  301. </ul>
  302. <dl class="details">
  303. <dt class="tag-source">Source:</dt>
  304. <dd class="tag-source"><ul class="dummy"><li>
  305. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4237">line 4237</a>
  306. </li></ul></dd>
  307. </dl>
  308. <h4 class="name" id="responseStream"><span class="type-signature"></span>responseStream<span class="type-signature"> :bool</span></h4>
  309. <div class="description">
  310. <p>Whether responses are streamed</p>
  311. </div>
  312. <h5>Type:</h5>
  313. <ul>
  314. <li>
  315. <span class="param-type">bool</span>
  316. </li>
  317. </ul>
  318. <dl class="details">
  319. <dt class="tag-source">Source:</dt>
  320. <dd class="tag-source"><ul class="dummy"><li>
  321. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4251">line 4251</a>
  322. </li></ul></dd>
  323. </dl>
  324. <h3 class="subsection-title">Methods</h3>
  325. <h4 class="name" id="build"><span class="type-signature"></span>build<span class="signature">()</span><span class="type-signature"></span></h4>
  326. <div class="description">
  327. <p>Builds this type.</p>
  328. </div>
  329. <dl class="details">
  330. <dt class="inherited-from">Inherited From:</dt>
  331. <dd class="inherited-from"><ul class="dummy"><li>
  332. <a href="ProtoBuf.Reflect.T.html#build">ProtoBuf.Reflect.T#build</a>
  333. </li></ul></dd>
  334. <dt class="tag-source">Source:</dt>
  335. <dd class="tag-source"><ul class="dummy"><li>
  336. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1479">line 1479</a>
  337. </li></ul></dd>
  338. </dl>
  339. <h5>Throws:</h5>
  340. <dl>
  341. <dt>
  342. <div class="param-desc">
  343. <p>If this type cannot be built directly</p>
  344. </div>
  345. </dt>
  346. <dd></dd>
  347. <dt>
  348. <dl>
  349. <dt>
  350. Type
  351. </dt>
  352. <dd>
  353. <span class="param-type">Error</span>
  354. </dd>
  355. </dl>
  356. </dt>
  357. <dd></dd>
  358. </dl>
  359. <h4 class="name" id="buildOpt"><span class="type-signature"></span>buildOpt<span class="signature">()</span><span class="type-signature"> &rarr; {Object.&lt;string, *>}</span></h4>
  360. <div class="description">
  361. <p>Builds the method's '$options' property.</p>
  362. </div>
  363. <dl class="details">
  364. <dt class="inherited-from">Inherited From:</dt>
  365. <dd class="inherited-from"><ul class="dummy"><li>
  366. <a href="ProtoBuf.Reflect.Service.Method.html#buildOpt">ProtoBuf.Reflect.Service.Method#buildOpt</a>
  367. </li></ul></dd>
  368. <dt class="tag-source">Source:</dt>
  369. <dd class="tag-source"><ul class="dummy"><li>
  370. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line4189">line 4189</a>
  371. </li></ul></dd>
  372. </dl>
  373. <h5>Returns:</h5>
  374. <dl>
  375. <dt>
  376. Type
  377. </dt>
  378. <dd>
  379. <span class="param-type">Object.&lt;string, *></span>
  380. </dd>
  381. </dl>
  382. <h4 class="name" id="fqn"><span class="type-signature"></span>fqn<span class="signature">()</span><span class="type-signature"> &rarr; {string}</span></h4>
  383. <div class="description">
  384. <p>Returns the fully qualified name of this object.</p>
  385. </div>
  386. <dl class="details">
  387. <dt class="inherited-from">Inherited From:</dt>
  388. <dd class="inherited-from"><ul class="dummy"><li>
  389. <a href="ProtoBuf.Reflect.T.html#fqn">ProtoBuf.Reflect.T#fqn</a>
  390. </li></ul></dd>
  391. <dt class="tag-source">Source:</dt>
  392. <dd class="tag-source"><ul class="dummy"><li>
  393. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1452">line 1452</a>
  394. </li></ul></dd>
  395. </dl>
  396. <h5>Returns:</h5>
  397. <div class="param-desc">
  398. <p>Fully qualified name as of &quot;.PATH.TO.THIS&quot;</p>
  399. </div>
  400. <dl>
  401. <dt>
  402. Type
  403. </dt>
  404. <dd>
  405. <span class="param-type">string</span>
  406. </dd>
  407. </dl>
  408. <h4 class="name" id="toString"><span class="type-signature"></span>toString<span class="signature">(includeClass<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
  409. <div class="description">
  410. <p>Returns a string representation of this Reflect object (its fully qualified name).</p>
  411. </div>
  412. <h5>Parameters:</h5>
  413. <table class="params">
  414. <thead>
  415. <tr>
  416. <th>Name</th>
  417. <th>Type</th>
  418. <th>Attributes</th>
  419. <th class="last">Description</th>
  420. </tr>
  421. </thead>
  422. <tbody>
  423. <tr>
  424. <td class="name"><code>includeClass</code></td>
  425. <td class="type">
  426. <span class="param-type">boolean</span>
  427. </td>
  428. <td class="attributes">
  429. &lt;optional><br>
  430. </td>
  431. <td class="description last"><p>Set to true to include the class name. Defaults to false.</p></td>
  432. </tr>
  433. </tbody>
  434. </table>
  435. <dl class="details">
  436. <dt class="inherited-from">Inherited From:</dt>
  437. <dd class="inherited-from"><ul class="dummy"><li>
  438. <a href="ProtoBuf.Reflect.T.html#toString">ProtoBuf.Reflect.T#toString</a>
  439. </li></ul></dd>
  440. <dt class="tag-source">Source:</dt>
  441. <dd class="tag-source"><ul class="dummy"><li>
  442. <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1470">line 1470</a>
  443. </li></ul></dd>
  444. </dl>
  445. <h5>Returns:</h5>
  446. <div class="param-desc">
  447. <p>String representation</p>
  448. </div>
  449. </article>
  450. </section>
  451. </div>
  452. <nav>
  453. <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ProtoBuf.Builder.html">Builder</a></li><li><a href="ProtoBuf.Builder.Message.html">Message</a></li><li><a href="ProtoBuf.Builder.Service.html">Service</a></li><li><a href="ProtoBuf.DotProto.Parser.html">Parser</a></li><li><a href="ProtoBuf.DotProto.Tokenizer.html">Tokenizer</a></li><li><a href="ProtoBuf.Map.html">Map</a></li><li><a href="ProtoBuf.Reflect.Element.html">Element</a></li><li><a href="ProtoBuf.Reflect.Enum.html">Enum</a></li><li><a href="ProtoBuf.Reflect.Enum.Value.html">Value</a></li><li><a href="ProtoBuf.Reflect.Extension.html">Extension</a></li><li><a href="ProtoBuf.Reflect.Message.html">Message</a></li><li><a href="ProtoBuf.Reflect.Message.ExtensionField.html">ExtensionField</a></li><li><a href="ProtoBuf.Reflect.Message.Field.html">Field</a></li><li><a href="ProtoBuf.Reflect.Message.OneOf.html">OneOf</a></li><li><a href="ProtoBuf.Reflect.Namespace.html">Namespace</a></li><li><a href="ProtoBuf.Reflect.Service.html">Service</a></li><li><a href="ProtoBuf.Reflect.Service.Method.html">Method</a></li><li><a href="ProtoBuf.Reflect.Service.RPCMethod.html">RPCMethod</a></li><li><a href="ProtoBuf.Reflect.T.html">T</a></li></ul><h3>Namespaces</h3><ul><li><a href="ProtoBuf.html">ProtoBuf</a></li><li><a href="ProtoBuf.DotProto.html">DotProto</a></li><li><a href="ProtoBuf.Reflect.html">Reflect</a></li><li><a href="ProtoBuf.Util.html">Util</a></li></ul>
  454. </nav>
  455. <br class="clear">
  456. <footer>
  457. Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Fri Jan 27 2017 17:03:55 GMT+0100 (Mitteleuropäische Zeit)
  458. </footer>
  459. <script> prettyPrint(); </script>
  460. <script src="scripts/linenumber.js"> </script>
  461. </body>
  462. </html>