genindex.html 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Index &mdash; grpcio 1.1.0 documentation</title>
  8. <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  9. <link rel="index" title="Index"
  10. href="#"/>
  11. <link rel="search" title="Search" href="search.html"/>
  12. <link rel="top" title="grpcio 1.1.0 documentation" href="index.html"/>
  13. <script src="_static/js/modernizr.min.js"></script>
  14. </head>
  15. <body class="wy-body-for-nav" role="document">
  16. <div class="wy-grid-for-nav">
  17. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  18. <div class="wy-side-scroll">
  19. <div class="wy-side-nav-search">
  20. <a href="index.html" class="icon icon-home"> grpcio
  21. </a>
  22. <div class="version">
  23. 1.1.0
  24. </div>
  25. <div role="search">
  26. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  27. <input type="text" name="q" placeholder="Search docs" />
  28. <input type="hidden" name="check_keywords" value="yes" />
  29. <input type="hidden" name="area" value="default" />
  30. </form>
  31. </div>
  32. </div>
  33. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  34. <p class="caption"><span class="caption-text">Contents:</span></p>
  35. <ul>
  36. <li class="toctree-l1"><a class="reference internal" href="grpc.html">grpc package</a></li>
  37. <li class="toctree-l1"><a class="reference internal" href="grpc.html#glossary">Glossary</a></li>
  38. </ul>
  39. </div>
  40. </div>
  41. </nav>
  42. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  43. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  44. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  45. <a href="index.html">grpcio</a>
  46. </nav>
  47. <div class="wy-nav-content">
  48. <div class="rst-content">
  49. <div role="navigation" aria-label="breadcrumbs navigation">
  50. <ul class="wy-breadcrumbs">
  51. <li><a href="index.html">Docs</a> &raquo;</li>
  52. <li>Index</li>
  53. <li class="wy-breadcrumbs-aside">
  54. </li>
  55. </ul>
  56. <hr/>
  57. </div>
  58. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  59. <div itemprop="articleBody">
  60. <h1 id="index">Index</h1>
  61. <div class="genindex-jumpbox">
  62. <a href="#_"><strong>_</strong></a>
  63. | <a href="#A"><strong>A</strong></a>
  64. | <a href="#B"><strong>B</strong></a>
  65. | <a href="#C"><strong>C</strong></a>
  66. | <a href="#D"><strong>D</strong></a>
  67. | <a href="#E"><strong>E</strong></a>
  68. | <a href="#F"><strong>F</strong></a>
  69. | <a href="#G"><strong>G</strong></a>
  70. | <a href="#H"><strong>H</strong></a>
  71. | <a href="#I"><strong>I</strong></a>
  72. | <a href="#K"><strong>K</strong></a>
  73. | <a href="#L"><strong>L</strong></a>
  74. | <a href="#M"><strong>M</strong></a>
  75. | <a href="#N"><strong>N</strong></a>
  76. | <a href="#O"><strong>O</strong></a>
  77. | <a href="#P"><strong>P</strong></a>
  78. | <a href="#R"><strong>R</strong></a>
  79. | <a href="#S"><strong>S</strong></a>
  80. | <a href="#T"><strong>T</strong></a>
  81. | <a href="#U"><strong>U</strong></a>
  82. | <a href="#W"><strong>W</strong></a>
  83. </div>
  84. <h2 id="_">_</h2>
  85. <table style="width: 100%" class="indextable genindextable"><tr>
  86. <td style="width: 33%; vertical-align: top;"><ul>
  87. <li><a href="grpc.html#grpc.AuthMetadataPlugin.__call__">__call__() (grpc.AuthMetadataPlugin method)</a>
  88. <ul>
  89. <li><a href="grpc.html#grpc.AuthMetadataPluginCallback.__call__">(grpc.AuthMetadataPluginCallback method)</a>
  90. </li>
  91. <li><a href="grpc.html#grpc.StreamStreamMultiCallable.__call__">(grpc.StreamStreamMultiCallable method)</a>
  92. </li>
  93. <li><a href="grpc.html#grpc.StreamUnaryMultiCallable.__call__">(grpc.StreamUnaryMultiCallable method)</a>
  94. </li>
  95. <li><a href="grpc.html#grpc.UnaryStreamMultiCallable.__call__">(grpc.UnaryStreamMultiCallable method)</a>
  96. </li>
  97. <li><a href="grpc.html#grpc.UnaryUnaryMultiCallable.__call__">(grpc.UnaryUnaryMultiCallable method)</a>
  98. </li>
  99. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamStreamMultiCallable.__call__">(grpc.framework.interfaces.face.face.StreamStreamMultiCallable method)</a>
  100. </li>
  101. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamUnaryMultiCallable.__call__">(grpc.framework.interfaces.face.face.StreamUnaryMultiCallable method)</a>
  102. </li>
  103. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryStreamMultiCallable.__call__">(grpc.framework.interfaces.face.face.UnaryStreamMultiCallable method)</a>
  104. </li>
  105. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable.__call__">(grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable method)</a>
  106. </li>
  107. </ul></li>
  108. </ul></td>
  109. </tr></table>
  110. <h2 id="A">A</h2>
  111. <table style="width: 100%" class="indextable genindextable"><tr>
  112. <td style="width: 33%; vertical-align: top;"><ul>
  113. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.abandonment.Abandoned">Abandoned</a>
  114. </li>
  115. <li><a href="grpc.html#grpc.StatusCode.ABORTED">ABORTED (grpc.StatusCode attribute)</a>
  116. </li>
  117. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion">Abortion (class in grpc.framework.interfaces.face.face)</a>
  118. </li>
  119. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.Kind">Abortion.Kind (class in grpc.framework.interfaces.face.face)</a>
  120. </li>
  121. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.AbortionError">AbortionError</a>
  122. </li>
  123. <li><a href="grpc.html#grpc.access_token_call_credentials">access_token_call_credentials() (in module grpc)</a>
  124. </li>
  125. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RpcContext.add_abortion_callback">add_abortion_callback() (grpc.framework.interfaces.face.face.RpcContext method)</a>
  126. </li>
  127. <li><a href="grpc.html#grpc.RpcContext.add_callback">add_callback() (grpc.RpcContext method)</a>
  128. </li>
  129. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.add_done_callback">add_done_callback() (grpc.framework.foundation.future.Future method)</a>
  130. <ul>
  131. <li><a href="grpc.html#grpc.Future.add_done_callback">(grpc.Future method)</a>
  132. </li>
  133. </ul></li>
  134. <li><a href="grpc.html#grpc.Server.add_generic_rpc_handlers">add_generic_rpc_handlers() (grpc.Server method)</a>
  135. </li>
  136. </ul></td>
  137. <td style="width: 33%; vertical-align: top;"><ul>
  138. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.End.add_idle_action">add_idle_action() (grpc.framework.interfaces.base.base.End method)</a>
  139. </li>
  140. <li><a href="grpc.beta.html#grpc.beta.interfaces.Server.add_insecure_port">add_insecure_port() (grpc.beta.interfaces.Server method)</a>
  141. <ul>
  142. <li><a href="grpc.html#grpc.Server.add_insecure_port">(grpc.Server method)</a>
  143. </li>
  144. </ul></li>
  145. <li><a href="grpc.beta.html#grpc.beta.interfaces.Server.add_secure_port">add_secure_port() (grpc.beta.interfaces.Server method)</a>
  146. <ul>
  147. <li><a href="grpc.html#grpc.Server.add_secure_port">(grpc.Server method)</a>
  148. </li>
  149. </ul></li>
  150. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.OperationContext.add_termination_callback">add_termination_callback() (grpc.framework.interfaces.base.base.OperationContext method)</a>
  151. </li>
  152. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Operator.advance">advance() (grpc.framework.interfaces.base.base.Operator method)</a>
  153. </li>
  154. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.allowance">allowance (grpc.framework.interfaces.base.base.Subscription attribute)</a>
  155. </li>
  156. <li><a href="grpc.html#grpc.StatusCode.ALREADY_EXISTS">ALREADY_EXISTS (grpc.StatusCode attribute)</a>
  157. </li>
  158. <li><a href="grpc.html#grpc.AuthMetadataContext">AuthMetadataContext (class in grpc)</a>
  159. </li>
  160. <li><a href="grpc.html#grpc.AuthMetadataPlugin">AuthMetadataPlugin (class in grpc)</a>
  161. </li>
  162. <li><a href="grpc.html#grpc.AuthMetadataPluginCallback">AuthMetadataPluginCallback (class in grpc)</a>
  163. </li>
  164. </ul></td>
  165. </tr></table>
  166. <h2 id="B">B</h2>
  167. <table style="width: 100%" class="indextable genindextable"><tr>
  168. <td style="width: 33%; vertical-align: top;"><ul>
  169. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.blocking_stream_unary">blocking_stream_unary() (grpc.framework.interfaces.face.face.GenericStub method)</a>
  170. </li>
  171. </ul></td>
  172. <td style="width: 33%; vertical-align: top;"><ul>
  173. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.blocking_unary_unary">blocking_unary_unary() (grpc.framework.interfaces.face.face.GenericStub method)</a>
  174. </li>
  175. </ul></td>
  176. </tr></table>
  177. <h2 id="C">C</h2>
  178. <table style="width: 100%" class="indextable genindextable"><tr>
  179. <td style="width: 33%; vertical-align: top;"><ul>
  180. <li><a href="grpc.html#grpc.Call">Call (class in grpc)</a>
  181. <ul>
  182. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Call">(class in grpc.framework.interfaces.face.face)</a>
  183. </li>
  184. </ul></li>
  185. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.call_logging_exceptions">call_logging_exceptions() (in module grpc.framework.foundation.callable_util)</a>
  186. </li>
  187. <li><a href="grpc.html#grpc.CallCredentials">CallCredentials (class in grpc)</a>
  188. </li>
  189. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.cancel">cancel() (grpc.framework.foundation.future.Future method)</a>
  190. <ul>
  191. <li><a href="grpc.html#grpc.Future.cancel">(grpc.Future method)</a>
  192. </li>
  193. <li><a href="grpc.html#grpc.RpcContext.cancel">(grpc.RpcContext method)</a>
  194. </li>
  195. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.OperationContext.cancel">(grpc.framework.interfaces.base.base.OperationContext method)</a>
  196. </li>
  197. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RpcContext.cancel">(grpc.framework.interfaces.face.face.RpcContext method)</a>
  198. </li>
  199. </ul></li>
  200. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.CancellationError">CancellationError</a>
  201. </li>
  202. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.Kind.CANCELLED">CANCELLED (grpc.framework.interfaces.base.base.Outcome.Kind attribute)</a>
  203. <ul>
  204. <li><a href="grpc.html#grpc.StatusCode.CANCELLED">(grpc.StatusCode attribute)</a>
  205. </li>
  206. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.Kind.CANCELLED">(grpc.framework.interfaces.face.face.Abortion.Kind attribute)</a>
  207. </li>
  208. </ul></li>
  209. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.cancelled">cancelled() (grpc.framework.foundation.future.Future method)</a>
  210. <ul>
  211. <li><a href="grpc.html#grpc.Future.cancelled">(grpc.Future method)</a>
  212. </li>
  213. </ul></li>
  214. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.CancelledError">CancelledError</a>
  215. </li>
  216. <li><a href="grpc.framework.common.html#grpc.framework.common.cardinality.Cardinality">Cardinality (class in grpc.framework.common.cardinality)</a>
  217. </li>
  218. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.cardinality">cardinality (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  219. </li>
  220. <li><a href="grpc.html#grpc.Channel">Channel (class in grpc)</a>
  221. <ul>
  222. <li><a href="grpc.beta.html#grpc.beta.implementations.Channel">(class in grpc.beta.implementations)</a>
  223. </li>
  224. </ul></li>
  225. <li><a href="grpc.html#grpc.channel_ready_future">channel_ready_future() (in module grpc)</a>
  226. <ul>
  227. <li><a href="grpc.beta.html#grpc.beta.utilities.channel_ready_future">(in module grpc.beta.utilities)</a>
  228. </li>
  229. </ul></li>
  230. <li><a href="grpc.html#grpc.ChannelConnectivity">ChannelConnectivity (class in grpc)</a>
  231. </li>
  232. <li><a href="grpc.html#grpc.ChannelCredentials">ChannelCredentials (class in grpc)</a>
  233. </li>
  234. </ul></td>
  235. <td style="width: 33%; vertical-align: top;"><ul>
  236. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Completion.code">code (grpc.framework.interfaces.base.base.Completion attribute)</a>
  237. <ul>
  238. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.NoSuchMethodError.code">(grpc.framework.interfaces.base.base.NoSuchMethodError attribute)</a>
  239. </li>
  240. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.code">(grpc.framework.interfaces.base.base.Outcome attribute)</a>
  241. </li>
  242. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.code">(grpc.framework.interfaces.face.face.Abortion attribute)</a>
  243. </li>
  244. </ul></li>
  245. <li><a href="grpc.html#grpc.Call.code">code() (grpc.Call method)</a>
  246. <ul>
  247. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Call.code">(grpc.framework.interfaces.face.face.Call method)</a>
  248. </li>
  249. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ServicerContext.code">(grpc.framework.interfaces.face.face.ServicerContext method)</a>
  250. </li>
  251. </ul></li>
  252. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ResponseReceiver.complete">complete() (grpc.framework.interfaces.face.face.ResponseReceiver method)</a>
  253. </li>
  254. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.Kind.COMPLETED">COMPLETED (grpc.framework.interfaces.base.base.Outcome.Kind attribute)</a>
  255. </li>
  256. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Completion">Completion (class in grpc.framework.interfaces.base.base)</a>
  257. </li>
  258. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.utilities.completion">completion() (in module grpc.framework.interfaces.base.utilities)</a>
  259. </li>
  260. <li><a href="grpc.html#grpc.composite_call_credentials">composite_call_credentials() (in module grpc)</a>
  261. </li>
  262. <li><a href="grpc.html#grpc.composite_channel_credentials">composite_channel_credentials() (in module grpc)</a>
  263. </li>
  264. <li><a href="grpc.html#grpc.ChannelConnectivity.CONNECTING">CONNECTING (grpc.ChannelConnectivity attribute)</a>, <a href="grpc.html#grpc.ChannelConnectivity.CONNECTING">[1]</a>
  265. </li>
  266. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream.Consumer.consume">consume() (grpc.framework.foundation.stream.Consumer method)</a>
  267. <ul>
  268. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.IterableConsumer.consume">(grpc.framework.foundation.stream_util.IterableConsumer method)</a>
  269. </li>
  270. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.ThreadSwitchingConsumer.consume">(grpc.framework.foundation.stream_util.ThreadSwitchingConsumer method)</a>
  271. </li>
  272. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.TransformingConsumer.consume">(grpc.framework.foundation.stream_util.TransformingConsumer method)</a>
  273. </li>
  274. </ul></li>
  275. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream.Consumer.consume_and_terminate">consume_and_terminate() (grpc.framework.foundation.stream.Consumer method)</a>
  276. <ul>
  277. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.IterableConsumer.consume_and_terminate">(grpc.framework.foundation.stream_util.IterableConsumer method)</a>
  278. </li>
  279. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.ThreadSwitchingConsumer.consume_and_terminate">(grpc.framework.foundation.stream_util.ThreadSwitchingConsumer method)</a>
  280. </li>
  281. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.TransformingConsumer.consume_and_terminate">(grpc.framework.foundation.stream_util.TransformingConsumer method)</a>
  282. </li>
  283. </ul></li>
  284. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream.Consumer">Consumer (class in grpc.framework.foundation.stream)</a>
  285. </li>
  286. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.ProtocolReceiver.context">context() (grpc.framework.interfaces.base.base.ProtocolReceiver method)</a>
  287. </li>
  288. </ul></td>
  289. </tr></table>
  290. <h2 id="D">D</h2>
  291. <table style="width: 100%" class="indextable genindextable"><tr>
  292. <td style="width: 33%; vertical-align: top;"><ul>
  293. <li><a href="grpc.html#grpc.StatusCode.DATA_LOSS">DATA_LOSS (grpc.StatusCode attribute)</a>
  294. </li>
  295. <li><a href="grpc.html#grpc.StatusCode.DEADLINE_EXCEEDED">DEADLINE_EXCEEDED (grpc.StatusCode attribute)</a>
  296. </li>
  297. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.NoSuchMethodError.details">details (grpc.framework.interfaces.base.base.NoSuchMethodError attribute)</a>
  298. <ul>
  299. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.details">(grpc.framework.interfaces.base.base.Outcome attribute)</a>
  300. </li>
  301. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.details">(grpc.framework.interfaces.face.face.Abortion attribute)</a>
  302. </li>
  303. </ul></li>
  304. <li><a href="grpc.html#grpc.Call.details">details() (grpc.Call method)</a>
  305. <ul>
  306. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Call.details">(grpc.framework.interfaces.face.face.Call method)</a>
  307. </li>
  308. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ServicerContext.details">(grpc.framework.interfaces.face.face.ServicerContext method)</a>
  309. </li>
  310. </ul></li>
  311. </ul></td>
  312. <td style="width: 33%; vertical-align: top;"><ul>
  313. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCInvocationContext.disable_next_request_compression">disable_next_request_compression() (grpc.beta.interfaces.GRPCInvocationContext method)</a>
  314. </li>
  315. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCServicerContext.disable_next_response_compression">disable_next_response_compression() (grpc.beta.interfaces.GRPCServicerContext method)</a>
  316. </li>
  317. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.done">done() (grpc.framework.foundation.future.Future method)</a>
  318. <ul>
  319. <li><a href="grpc.html#grpc.Future.done">(grpc.Future method)</a>
  320. </li>
  321. </ul></li>
  322. <li><a href="grpc.beta.html#grpc.beta.implementations.dynamic_stub">dynamic_stub() (in module grpc.beta.implementations)</a>
  323. </li>
  324. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.DynamicStub">DynamicStub (class in grpc.framework.interfaces.face.face)</a>
  325. </li>
  326. </ul></td>
  327. </tr></table>
  328. <h2 id="E">E</h2>
  329. <table style="width: 100%" class="indextable genindextable"><tr>
  330. <td style="width: 33%; vertical-align: top;"><ul>
  331. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.End">End (class in grpc.framework.interfaces.base.base)</a>
  332. </li>
  333. <li><a href="grpc.framework.common.html#grpc.framework.common.style.Service.EVENT">EVENT (grpc.framework.common.style.Service attribute)</a>
  334. </li>
  335. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamStreamMultiCallable.event">event() (grpc.framework.interfaces.face.face.StreamStreamMultiCallable method)</a>
  336. <ul>
  337. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamUnaryMultiCallable.event">(grpc.framework.interfaces.face.face.StreamUnaryMultiCallable method)</a>
  338. </li>
  339. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryStreamMultiCallable.event">(grpc.framework.interfaces.face.face.UnaryStreamMultiCallable method)</a>
  340. </li>
  341. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable.event">(grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable method)</a>
  342. </li>
  343. </ul></li>
  344. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.event_stream_stream">event_stream_stream() (grpc.framework.interfaces.face.face.GenericStub method)</a>
  345. </li>
  346. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.event_stream_unary">event_stream_unary() (grpc.framework.interfaces.face.face.GenericStub method)</a>
  347. </li>
  348. </ul></td>
  349. <td style="width: 33%; vertical-align: top;"><ul>
  350. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.event_unary_stream">event_unary_stream() (grpc.framework.interfaces.face.face.GenericStub method)</a>
  351. </li>
  352. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.event_unary_unary">event_unary_unary() (grpc.framework.interfaces.face.face.GenericStub method)</a>
  353. </li>
  354. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.Outcome.exception">exception (grpc.framework.foundation.callable_util.Outcome attribute)</a>
  355. </li>
  356. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.exception">exception() (grpc.framework.foundation.future.Future method)</a>
  357. <ul>
  358. <li><a href="grpc.html#grpc.Future.exception">(grpc.Future method)</a>
  359. </li>
  360. </ul></li>
  361. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ExpirationError">ExpirationError</a>
  362. </li>
  363. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.Kind.EXPIRED">EXPIRED (grpc.framework.interfaces.base.base.Outcome.Kind attribute)</a>
  364. <ul>
  365. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.Kind.EXPIRED">(grpc.framework.interfaces.face.face.Abortion.Kind attribute)</a>
  366. </li>
  367. </ul></li>
  368. </ul></td>
  369. </tr></table>
  370. <h2 id="F">F</h2>
  371. <table style="width: 100%" class="indextable genindextable"><tr>
  372. <td style="width: 33%; vertical-align: top;"><ul>
  373. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.OperationContext.fail">fail() (grpc.framework.interfaces.base.base.OperationContext method)</a>
  374. </li>
  375. <li><a href="grpc.html#grpc.StatusCode.FAILED_PRECONDITION">FAILED_PRECONDITION (grpc.StatusCode attribute)</a>
  376. </li>
  377. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.Kind.FULL">FULL (grpc.framework.interfaces.base.base.Subscription.Kind attribute)</a>
  378. </li>
  379. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.utilities.full_subscription">full_subscription() (in module grpc.framework.interfaces.base.utilities)</a>
  380. </li>
  381. <li><a href="grpc.html#grpc.Future">Future (class in grpc)</a>
  382. <ul>
  383. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future">(class in grpc.framework.foundation.future)</a>
  384. </li>
  385. </ul></li>
  386. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamUnaryMultiCallable.future">future() (grpc.framework.interfaces.face.face.StreamUnaryMultiCallable method)</a>
  387. <ul>
  388. <li><a href="grpc.html#grpc.StreamUnaryMultiCallable.future">(grpc.StreamUnaryMultiCallable method)</a>
  389. </li>
  390. <li><a href="grpc.html#grpc.UnaryUnaryMultiCallable.future">(grpc.UnaryUnaryMultiCallable method)</a>
  391. </li>
  392. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable.future">(grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable method)</a>
  393. </li>
  394. </ul></li>
  395. </ul></td>
  396. <td style="width: 33%; vertical-align: top;"><ul>
  397. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.future_stream_unary">future_stream_unary() (grpc.framework.interfaces.face.face.GenericStub method)</a>
  398. </li>
  399. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.future_unary_unary">future_unary_unary() (grpc.framework.interfaces.face.face.GenericStub method)</a>
  400. </li>
  401. <li><a href="grpc.html#grpc.FutureCancelledError">FutureCancelledError</a>
  402. </li>
  403. <li><a href="grpc.html#grpc.FutureTimeoutError">FutureTimeoutError</a>
  404. </li>
  405. </ul></td>
  406. </tr></table>
  407. <h2 id="G">G</h2>
  408. <table style="width: 100%" class="indextable genindextable"><tr>
  409. <td style="width: 33%; vertical-align: top;"><ul>
  410. <li><a href="grpc.beta.html#grpc.beta.implementations.generic_stub">generic_stub() (in module grpc.beta.implementations)</a>
  411. </li>
  412. <li><a href="grpc.html#grpc.GenericRpcHandler">GenericRpcHandler (class in grpc)</a>
  413. </li>
  414. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub">GenericStub (class in grpc.framework.interfaces.face.face)</a>
  415. </li>
  416. <li><a href="grpc.beta.html#grpc.beta.implementations.google_call_credentials">google_call_credentials() (in module grpc.beta.implementations)</a>
  417. </li>
  418. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.NoSuchMethodError.group">group (grpc.framework.interfaces.face.face.NoSuchMethodError attribute)</a>
  419. </li>
  420. <li><a href="grpc.html#module-grpc">grpc (module)</a>
  421. </li>
  422. <li><a href="grpc.beta.html#module-grpc.beta">grpc.beta (module)</a>
  423. </li>
  424. <li><a href="grpc.beta.html#module-grpc.beta.implementations">grpc.beta.implementations (module)</a>
  425. </li>
  426. <li><a href="grpc.beta.html#module-grpc.beta.interfaces">grpc.beta.interfaces (module)</a>
  427. </li>
  428. <li><a href="grpc.beta.html#module-grpc.beta.utilities">grpc.beta.utilities (module)</a>
  429. </li>
  430. <li><a href="grpc.framework.html#module-grpc.framework">grpc.framework (module)</a>
  431. </li>
  432. <li><a href="grpc.framework.common.html#module-grpc.framework.common">grpc.framework.common (module)</a>
  433. </li>
  434. <li><a href="grpc.framework.common.html#module-grpc.framework.common.cardinality">grpc.framework.common.cardinality (module)</a>
  435. </li>
  436. <li><a href="grpc.framework.common.html#module-grpc.framework.common.style">grpc.framework.common.style (module)</a>
  437. </li>
  438. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation">grpc.framework.foundation (module)</a>
  439. </li>
  440. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.abandonment">grpc.framework.foundation.abandonment (module)</a>
  441. </li>
  442. </ul></td>
  443. <td style="width: 33%; vertical-align: top;"><ul>
  444. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.callable_util">grpc.framework.foundation.callable_util (module)</a>
  445. </li>
  446. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.future">grpc.framework.foundation.future (module)</a>
  447. </li>
  448. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.logging_pool">grpc.framework.foundation.logging_pool (module)</a>
  449. </li>
  450. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.stream">grpc.framework.foundation.stream (module)</a>
  451. </li>
  452. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.stream_util">grpc.framework.foundation.stream_util (module)</a>
  453. </li>
  454. <li><a href="grpc.framework.interfaces.html#module-grpc.framework.interfaces">grpc.framework.interfaces (module)</a>
  455. </li>
  456. <li><a href="grpc.framework.interfaces.base.html#module-grpc.framework.interfaces.base">grpc.framework.interfaces.base (module)</a>
  457. </li>
  458. <li><a href="grpc.framework.interfaces.base.html#module-grpc.framework.interfaces.base.base">grpc.framework.interfaces.base.base (module)</a>
  459. </li>
  460. <li><a href="grpc.framework.interfaces.base.html#module-grpc.framework.interfaces.base.utilities">grpc.framework.interfaces.base.utilities (module)</a>
  461. </li>
  462. <li><a href="grpc.framework.interfaces.face.html#module-grpc.framework.interfaces.face">grpc.framework.interfaces.face (module)</a>
  463. </li>
  464. <li><a href="grpc.framework.interfaces.face.html#module-grpc.framework.interfaces.face.face">grpc.framework.interfaces.face.face (module)</a>
  465. </li>
  466. <li><a href="grpc.framework.interfaces.face.html#module-grpc.framework.interfaces.face.utilities">grpc.framework.interfaces.face.utilities (module)</a>
  467. </li>
  468. <li><a href="grpc.beta.html#grpc.beta.interfaces.grpc_call_options">grpc_call_options() (in module grpc.beta.interfaces)</a>
  469. </li>
  470. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCCallOptions">GRPCCallOptions (class in grpc.beta.interfaces)</a>
  471. </li>
  472. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCInvocationContext">GRPCInvocationContext (class in grpc.beta.interfaces)</a>
  473. </li>
  474. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCServicerContext">GRPCServicerContext (class in grpc.beta.interfaces)</a>
  475. </li>
  476. </ul></td>
  477. </tr></table>
  478. <h2 id="H">H</h2>
  479. <table style="width: 100%" class="indextable genindextable"><tr>
  480. <td style="width: 33%; vertical-align: top;"><ul>
  481. <li><a href="grpc.html#grpc.HandlerCallDetails">HandlerCallDetails (class in grpc)</a>
  482. </li>
  483. </ul></td>
  484. </tr></table>
  485. <h2 id="I">I</h2>
  486. <table style="width: 100%" class="indextable genindextable"><tr>
  487. <td style="width: 33%; vertical-align: top;"><ul>
  488. <li><a href="grpc.html#grpc.ChannelConnectivity.IDLE">IDLE (grpc.ChannelConnectivity attribute)</a>, <a href="grpc.html#grpc.ChannelConnectivity.IDLE">[1]</a>
  489. </li>
  490. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.initial_metadata">initial_metadata (grpc.framework.interfaces.face.face.Abortion attribute)</a>
  491. </li>
  492. <li><a href="grpc.html#grpc.Call.initial_metadata">initial_metadata() (grpc.Call method)</a>
  493. <ul>
  494. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Call.initial_metadata">(grpc.framework.interfaces.face.face.Call method)</a>
  495. </li>
  496. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ResponseReceiver.initial_metadata">(grpc.framework.interfaces.face.face.ResponseReceiver method)</a>
  497. </li>
  498. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ServicerContext.initial_metadata">(grpc.framework.interfaces.face.face.ServicerContext method)</a>
  499. </li>
  500. </ul></li>
  501. <li><a href="grpc.framework.common.html#grpc.framework.common.style.Service.INLINE">INLINE (grpc.framework.common.style.Service attribute)</a>
  502. </li>
  503. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.inline_stream_stream">inline_stream_stream() (grpc.framework.interfaces.face.face.GenericStub method)</a>
  504. </li>
  505. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.inline_unary_stream">inline_unary_stream() (grpc.framework.interfaces.face.face.GenericStub method)</a>
  506. </li>
  507. </ul></td>
  508. <td style="width: 33%; vertical-align: top;"><ul>
  509. <li><a href="grpc.html#grpc.insecure_channel">insecure_channel() (in module grpc)</a>
  510. <ul>
  511. <li><a href="grpc.beta.html#grpc.beta.implementations.insecure_channel">(in module grpc.beta.implementations)</a>
  512. </li>
  513. </ul></li>
  514. <li><a href="grpc.html#grpc.StatusCode.INTERNAL">INTERNAL (grpc.StatusCode attribute)</a>
  515. </li>
  516. <li><a href="grpc.html#grpc.StatusCode.INVALID_ARGUMENT">INVALID_ARGUMENT (grpc.StatusCode attribute)</a>
  517. </li>
  518. <li><a href="grpc.html#grpc.HandlerCallDetails.invocation_metadata">invocation_metadata (grpc.HandlerCallDetails attribute)</a>
  519. </li>
  520. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ServicerContext.invocation_metadata">invocation_metadata() (grpc.framework.interfaces.face.face.ServicerContext method)</a>
  521. <ul>
  522. <li><a href="grpc.html#grpc.ServicerContext.invocation_metadata">(grpc.ServicerContext method)</a>
  523. </li>
  524. </ul></li>
  525. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RpcContext.is_active">is_active() (grpc.framework.interfaces.face.face.RpcContext method)</a>
  526. <ul>
  527. <li><a href="grpc.html#grpc.RpcContext.is_active">(grpc.RpcContext method)</a>
  528. </li>
  529. </ul></li>
  530. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.IterableConsumer">IterableConsumer (class in grpc.framework.foundation.stream_util)</a>
  531. </li>
  532. </ul></td>
  533. </tr></table>
  534. <h2 id="K">K</h2>
  535. <table style="width: 100%" class="indextable genindextable"><tr>
  536. <td style="width: 33%; vertical-align: top;"><ul>
  537. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.Outcome.kind">kind (grpc.framework.foundation.callable_util.Outcome attribute)</a>
  538. <ul>
  539. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.kind">(grpc.framework.interfaces.base.base.Outcome attribute)</a>
  540. </li>
  541. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.kind">(grpc.framework.interfaces.base.base.Subscription attribute)</a>
  542. </li>
  543. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.kind">(grpc.framework.interfaces.face.face.Abortion attribute)</a>
  544. </li>
  545. </ul></li>
  546. </ul></td>
  547. </tr></table>
  548. <h2 id="L">L</h2>
  549. <table style="width: 100%" class="indextable genindextable"><tr>
  550. <td style="width: 33%; vertical-align: top;"><ul>
  551. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.Kind.LOCAL_FAILURE">LOCAL_FAILURE (grpc.framework.interfaces.base.base.Outcome.Kind attribute)</a>
  552. <ul>
  553. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.Kind.LOCAL_FAILURE">(grpc.framework.interfaces.face.face.Abortion.Kind attribute)</a>
  554. </li>
  555. </ul></li>
  556. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.Kind.LOCAL_SHUTDOWN">LOCAL_SHUTDOWN (grpc.framework.interfaces.base.base.Outcome.Kind attribute)</a>
  557. <ul>
  558. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.Kind.LOCAL_SHUTDOWN">(grpc.framework.interfaces.face.face.Abortion.Kind attribute)</a>
  559. </li>
  560. </ul></li>
  561. </ul></td>
  562. <td style="width: 33%; vertical-align: top;"><ul>
  563. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.LocalError">LocalError</a>
  564. </li>
  565. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.LocalShutdownError">LocalShutdownError</a>
  566. </li>
  567. </ul></td>
  568. </tr></table>
  569. <h2 id="M">M</h2>
  570. <table style="width: 100%" class="indextable genindextable"><tr>
  571. <td style="width: 33%; vertical-align: top;"><ul>
  572. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Completion.message">message (grpc.framework.interfaces.base.base.Completion attribute)</a>
  573. </li>
  574. <li><a href="grpc.html#term-metadata"><strong>metadata</strong></a>
  575. </li>
  576. <li><a href="grpc.html#grpc.metadata_call_credentials">metadata_call_credentials() (in module grpc)</a>
  577. </li>
  578. <li><a href="grpc.html#term-metadatum"><strong>metadatum</strong></a>
  579. </li>
  580. </ul></td>
  581. <td style="width: 33%; vertical-align: top;"><ul>
  582. <li><a href="grpc.html#grpc.method_handlers_generic_handler">method_handlers_generic_handler() (in module grpc)</a>
  583. </li>
  584. <li><a href="grpc.html#grpc.AuthMetadataContext.method_name">method_name (grpc.AuthMetadataContext attribute)</a>
  585. </li>
  586. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation">MethodImplementation (class in grpc.framework.interfaces.face.face)</a>
  587. </li>
  588. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MultiMethodImplementation">MultiMethodImplementation (class in grpc.framework.interfaces.face.face)</a>
  589. </li>
  590. </ul></td>
  591. </tr></table>
  592. <h2 id="N">N</h2>
  593. <table style="width: 100%" class="indextable genindextable"><tr>
  594. <td style="width: 33%; vertical-align: top;"><ul>
  595. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.NoSuchMethodError.name">name (grpc.framework.interfaces.face.face.NoSuchMethodError attribute)</a>
  596. </li>
  597. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.Kind.NETWORK_FAILURE">NETWORK_FAILURE (grpc.framework.interfaces.face.face.Abortion.Kind attribute)</a>
  598. </li>
  599. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.NetworkError">NetworkError</a>
  600. </li>
  601. </ul></td>
  602. <td style="width: 33%; vertical-align: top;"><ul>
  603. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.IterableConsumer.next">next() (grpc.framework.foundation.stream_util.IterableConsumer method)</a>
  604. </li>
  605. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.Kind.NONE">NONE (grpc.framework.interfaces.base.base.Subscription.Kind attribute)</a>
  606. </li>
  607. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.NoSuchMethodError">NoSuchMethodError</a>, <a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.NoSuchMethodError">[1]</a>
  608. </li>
  609. <li><a href="grpc.html#grpc.StatusCode.NOT_FOUND">NOT_FOUND (grpc.StatusCode attribute)</a>
  610. </li>
  611. </ul></td>
  612. </tr></table>
  613. <h2 id="O">O</h2>
  614. <table style="width: 100%" class="indextable genindextable"><tr>
  615. <td style="width: 33%; vertical-align: top;"><ul>
  616. <li><a href="grpc.html#grpc.StatusCode.OK">OK (grpc.StatusCode attribute)</a>
  617. </li>
  618. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.End.operate">operate() (grpc.framework.interfaces.base.base.End method)</a>
  619. </li>
  620. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.End.operation_stats">operation_stats() (grpc.framework.interfaces.base.base.End method)</a>
  621. </li>
  622. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.OperationContext">OperationContext (class in grpc.framework.interfaces.base.base)</a>
  623. </li>
  624. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Operator">Operator (class in grpc.framework.interfaces.base.base)</a>
  625. </li>
  626. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.operator">operator (grpc.framework.interfaces.base.base.Subscription attribute)</a>
  627. </li>
  628. </ul></td>
  629. <td style="width: 33%; vertical-align: top;"><ul>
  630. <li><a href="grpc.html#grpc.StatusCode.OUT_OF_RANGE">OUT_OF_RANGE (grpc.StatusCode attribute)</a>
  631. </li>
  632. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.Outcome">Outcome (class in grpc.framework.foundation.callable_util)</a>
  633. <ul>
  634. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome">(class in grpc.framework.interfaces.base.base)</a>
  635. </li>
  636. </ul></li>
  637. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.OperationContext.outcome">outcome() (grpc.framework.interfaces.base.base.OperationContext method)</a>
  638. </li>
  639. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.Outcome.Kind">Outcome.Kind (class in grpc.framework.foundation.callable_util)</a>
  640. <ul>
  641. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.Kind">(class in grpc.framework.interfaces.base.base)</a>
  642. </li>
  643. </ul></li>
  644. </ul></td>
  645. </tr></table>
  646. <h2 id="P">P</h2>
  647. <table style="width: 100%" class="indextable genindextable"><tr>
  648. <td style="width: 33%; vertical-align: top;"><ul>
  649. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCServicerContext.peer">peer() (grpc.beta.interfaces.GRPCServicerContext method)</a>
  650. <ul>
  651. <li><a href="grpc.html#grpc.ServicerContext.peer">(grpc.ServicerContext method)</a>
  652. </li>
  653. </ul></li>
  654. <li><a href="grpc.html#grpc.StatusCode.PERMISSION_DENIED">PERMISSION_DENIED (grpc.StatusCode attribute)</a>
  655. </li>
  656. </ul></td>
  657. <td style="width: 33%; vertical-align: top;"><ul>
  658. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.logging_pool.pool">pool() (in module grpc.framework.foundation.logging_pool)</a>
  659. </li>
  660. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RpcContext.protocol_context">protocol_context() (grpc.framework.interfaces.face.face.RpcContext method)</a>
  661. </li>
  662. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.protocol_receiver">protocol_receiver (grpc.framework.interfaces.base.base.Subscription attribute)</a>
  663. </li>
  664. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.ProtocolReceiver">ProtocolReceiver (class in grpc.framework.interfaces.base.base)</a>
  665. </li>
  666. </ul></td>
  667. </tr></table>
  668. <h2 id="R">R</h2>
  669. <table style="width: 100%" class="indextable genindextable"><tr>
  670. <td style="width: 33%; vertical-align: top;"><ul>
  671. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.Outcome.Kind.RAISED">RAISED (grpc.framework.foundation.callable_util.Outcome.Kind attribute)</a>
  672. </li>
  673. <li><a href="grpc.html#grpc.ChannelConnectivity.READY">READY (grpc.ChannelConnectivity attribute)</a>, <a href="grpc.html#grpc.ChannelConnectivity.READY">[1]</a>
  674. </li>
  675. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.Kind.RECEPTION_FAILURE">RECEPTION_FAILURE (grpc.framework.interfaces.base.base.Outcome.Kind attribute)</a>
  676. </li>
  677. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.Kind.REMOTE_FAILURE">REMOTE_FAILURE (grpc.framework.interfaces.base.base.Outcome.Kind attribute)</a>
  678. <ul>
  679. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.Kind.REMOTE_FAILURE">(grpc.framework.interfaces.face.face.Abortion.Kind attribute)</a>
  680. </li>
  681. </ul></li>
  682. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.Kind.REMOTE_SHUTDOWN">REMOTE_SHUTDOWN (grpc.framework.interfaces.base.base.Outcome.Kind attribute)</a>
  683. <ul>
  684. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.Kind.REMOTE_SHUTDOWN">(grpc.framework.interfaces.face.face.Abortion.Kind attribute)</a>
  685. </li>
  686. </ul></li>
  687. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RemoteError">RemoteError</a>
  688. </li>
  689. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RemoteShutdownError">RemoteShutdownError</a>
  690. </li>
  691. <li><a href="grpc.html#grpc.RpcMethodHandler.request_deserializer">request_deserializer (grpc.RpcMethodHandler attribute)</a>
  692. </li>
  693. <li><a href="grpc.html#grpc.RpcMethodHandler.request_streaming">request_streaming (grpc.RpcMethodHandler attribute)</a>
  694. </li>
  695. <li><a href="grpc.html#grpc.StatusCode.RESOURCE_EXHAUSTED">RESOURCE_EXHAUSTED (grpc.StatusCode attribute)</a>
  696. </li>
  697. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ResponseReceiver.response">response() (grpc.framework.interfaces.face.face.ResponseReceiver method)</a>
  698. </li>
  699. </ul></td>
  700. <td style="width: 33%; vertical-align: top;"><ul>
  701. <li><a href="grpc.html#grpc.RpcMethodHandler.response_serializer">response_serializer (grpc.RpcMethodHandler attribute)</a>
  702. </li>
  703. <li><a href="grpc.html#grpc.RpcMethodHandler.response_streaming">response_streaming (grpc.RpcMethodHandler attribute)</a>
  704. </li>
  705. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ResponseReceiver">ResponseReceiver (class in grpc.framework.interfaces.face.face)</a>
  706. </li>
  707. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.result">result() (grpc.framework.foundation.future.Future method)</a>
  708. <ul>
  709. <li><a href="grpc.html#grpc.Future.result">(grpc.Future method)</a>
  710. </li>
  711. </ul></li>
  712. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.Outcome.return_value">return_value (grpc.framework.foundation.callable_util.Outcome attribute)</a>
  713. </li>
  714. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.Outcome.Kind.RETURNED">RETURNED (grpc.framework.foundation.callable_util.Outcome.Kind attribute)</a>
  715. </li>
  716. <li><a href="grpc.html#grpc.RpcContext">RpcContext (class in grpc)</a>
  717. <ul>
  718. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RpcContext">(class in grpc.framework.interfaces.face.face)</a>
  719. </li>
  720. </ul></li>
  721. <li><a href="grpc.html#grpc.RpcError">RpcError</a>
  722. </li>
  723. <li><a href="grpc.html#grpc.RpcMethodHandler">RpcMethodHandler (class in grpc)</a>
  724. </li>
  725. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.running">running() (grpc.framework.foundation.future.Future method)</a>
  726. <ul>
  727. <li><a href="grpc.html#grpc.Future.running">(grpc.Future method)</a>
  728. </li>
  729. </ul></li>
  730. </ul></td>
  731. </tr></table>
  732. <h2 id="S">S</h2>
  733. <table style="width: 100%" class="indextable genindextable"><tr>
  734. <td style="width: 33%; vertical-align: top;"><ul>
  735. <li><a href="grpc.html#grpc.secure_channel">secure_channel() (in module grpc)</a>
  736. <ul>
  737. <li><a href="grpc.beta.html#grpc.beta.implementations.secure_channel">(in module grpc.beta.implementations)</a>
  738. </li>
  739. </ul></li>
  740. <li><a href="grpc.html#grpc.ServicerContext.send_initial_metadata">send_initial_metadata() (grpc.ServicerContext method)</a>
  741. </li>
  742. <li><a href="grpc.html#grpc.Server">Server (class in grpc)</a>
  743. <ul>
  744. <li><a href="grpc.beta.html#grpc.beta.interfaces.Server">(class in grpc.beta.interfaces)</a>
  745. </li>
  746. </ul></li>
  747. <li><a href="grpc.html#grpc.server">server() (in module grpc)</a>
  748. <ul>
  749. <li><a href="grpc.beta.html#grpc.beta.implementations.server">(in module grpc.beta.implementations)</a>
  750. </li>
  751. </ul></li>
  752. <li><a href="grpc.beta.html#grpc.beta.implementations.server_options">server_options() (in module grpc.beta.implementations)</a>
  753. </li>
  754. <li><a href="grpc.html#grpc.ServerCredentials">ServerCredentials (class in grpc)</a>
  755. </li>
  756. <li><a href="grpc.beta.html#grpc.beta.implementations.ServerOptions">ServerOptions (class in grpc.beta.implementations)</a>
  757. </li>
  758. <li><a href="grpc.framework.common.html#grpc.framework.common.style.Service">Service (class in grpc.framework.common.style)</a>
  759. </li>
  760. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Servicer.service">service() (grpc.framework.interfaces.base.base.Servicer method)</a>
  761. <ul>
  762. <li><a href="grpc.html#grpc.GenericRpcHandler.service">(grpc.GenericRpcHandler method)</a>
  763. </li>
  764. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MultiMethodImplementation.service">(grpc.framework.interfaces.face.face.MultiMethodImplementation method)</a>
  765. </li>
  766. </ul></li>
  767. <li><a href="grpc.html#grpc.ServiceRpcHandler.service_name">service_name() (grpc.ServiceRpcHandler method)</a>
  768. </li>
  769. <li><a href="grpc.html#grpc.AuthMetadataContext.service_url">service_url (grpc.AuthMetadataContext attribute)</a>
  770. </li>
  771. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Servicer">Servicer (class in grpc.framework.interfaces.base.base)</a>
  772. </li>
  773. <li><a href="grpc.html#grpc.ServicerContext">ServicerContext (class in grpc)</a>
  774. <ul>
  775. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ServicerContext">(class in grpc.framework.interfaces.face.face)</a>
  776. </li>
  777. </ul></li>
  778. <li><a href="grpc.html#grpc.ServiceRpcHandler">ServiceRpcHandler (class in grpc)</a>
  779. </li>
  780. <li><a href="grpc.html#grpc.ServicerContext.set_code">set_code() (grpc.ServicerContext method)</a>
  781. </li>
  782. <li><a href="grpc.html#grpc.ServicerContext.set_details">set_details() (grpc.ServicerContext method)</a>
  783. </li>
  784. <li><a href="grpc.html#grpc.ServicerContext.set_trailing_metadata">set_trailing_metadata() (grpc.ServicerContext method)</a>
  785. </li>
  786. <li><a href="grpc.html#grpc.ChannelConnectivity.SHUTDOWN">SHUTDOWN (grpc.ChannelConnectivity attribute)</a>, <a href="grpc.html#grpc.ChannelConnectivity.SHUTDOWN">[1]</a>
  787. </li>
  788. <li><a href="grpc.html#grpc.ssl_channel_credentials">ssl_channel_credentials() (in module grpc)</a>
  789. </li>
  790. <li><a href="grpc.html#grpc.ssl_server_credentials">ssl_server_credentials() (in module grpc)</a>
  791. </li>
  792. <li><a href="grpc.beta.html#grpc.beta.interfaces.Server.start">start() (grpc.beta.interfaces.Server method)</a>
  793. <ul>
  794. <li><a href="grpc.html#grpc.Server.start">(grpc.Server method)</a>
  795. </li>
  796. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.End.start">(grpc.framework.interfaces.base.base.End method)</a>
  797. </li>
  798. </ul></li>
  799. <li><a href="grpc.html#grpc.StatusCode">StatusCode (class in grpc)</a>
  800. </li>
  801. <li><a href="grpc.beta.html#grpc.beta.interfaces.Server.stop">stop() (grpc.beta.interfaces.Server method)</a>
  802. <ul>
  803. <li><a href="grpc.html#grpc.Server.stop">(grpc.Server method)</a>
  804. </li>
  805. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.End.stop">(grpc.framework.interfaces.base.base.End method)</a>
  806. </li>
  807. </ul></li>
  808. </ul></td>
  809. <td style="width: 33%; vertical-align: top;"><ul>
  810. <li><a href="grpc.framework.common.html#grpc.framework.common.cardinality.Cardinality.STREAM_STREAM">STREAM_STREAM (grpc.framework.common.cardinality.Cardinality attribute)</a>
  811. </li>
  812. <li><a href="grpc.html#grpc.RpcMethodHandler.stream_stream">stream_stream (grpc.RpcMethodHandler attribute)</a>
  813. </li>
  814. <li><a href="grpc.html#grpc.Channel.stream_stream">stream_stream() (grpc.Channel method)</a>
  815. <ul>
  816. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.stream_stream">(grpc.framework.interfaces.face.face.GenericStub method)</a>
  817. </li>
  818. </ul></li>
  819. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.stream_stream_event">stream_stream_event (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  820. </li>
  821. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.utilities.stream_stream_event">stream_stream_event() (in module grpc.framework.interfaces.face.utilities)</a>
  822. </li>
  823. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.stream_stream_inline">stream_stream_inline (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  824. </li>
  825. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.utilities.stream_stream_inline">stream_stream_inline() (in module grpc.framework.interfaces.face.utilities)</a>
  826. </li>
  827. <li><a href="grpc.html#grpc.stream_stream_rpc_method_handler">stream_stream_rpc_method_handler() (in module grpc)</a>
  828. </li>
  829. <li><a href="grpc.framework.common.html#grpc.framework.common.cardinality.Cardinality.STREAM_UNARY">STREAM_UNARY (grpc.framework.common.cardinality.Cardinality attribute)</a>
  830. </li>
  831. <li><a href="grpc.html#grpc.RpcMethodHandler.stream_unary">stream_unary (grpc.RpcMethodHandler attribute)</a>
  832. </li>
  833. <li><a href="grpc.html#grpc.Channel.stream_unary">stream_unary() (grpc.Channel method)</a>
  834. <ul>
  835. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.stream_unary">(grpc.framework.interfaces.face.face.GenericStub method)</a>
  836. </li>
  837. </ul></li>
  838. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.stream_unary_event">stream_unary_event (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  839. </li>
  840. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.utilities.stream_unary_event">stream_unary_event() (in module grpc.framework.interfaces.face.utilities)</a>
  841. </li>
  842. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.stream_unary_inline">stream_unary_inline (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  843. </li>
  844. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.utilities.stream_unary_inline">stream_unary_inline() (in module grpc.framework.interfaces.face.utilities)</a>
  845. </li>
  846. <li><a href="grpc.html#grpc.stream_unary_rpc_method_handler">stream_unary_rpc_method_handler() (in module grpc)</a>
  847. </li>
  848. <li><a href="grpc.html#grpc.StreamStreamMultiCallable">StreamStreamMultiCallable (class in grpc)</a>
  849. <ul>
  850. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamStreamMultiCallable">(class in grpc.framework.interfaces.face.face)</a>
  851. </li>
  852. </ul></li>
  853. <li><a href="grpc.html#grpc.StreamUnaryMultiCallable">StreamUnaryMultiCallable (class in grpc)</a>
  854. <ul>
  855. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamUnaryMultiCallable">(class in grpc.framework.interfaces.face.face)</a>
  856. </li>
  857. </ul></li>
  858. <li><a href="grpc.beta.html#grpc.beta.implementations.stub_options">stub_options() (in module grpc.beta.implementations)</a>
  859. </li>
  860. <li><a href="grpc.beta.html#grpc.beta.implementations.StubOptions">StubOptions (class in grpc.beta.implementations)</a>
  861. </li>
  862. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.style">style (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  863. </li>
  864. <li><a href="grpc.beta.html#grpc.beta.implementations.Channel.subscribe">subscribe() (grpc.beta.implementations.Channel method)</a>
  865. <ul>
  866. <li><a href="grpc.html#grpc.Channel.subscribe">(grpc.Channel method)</a>
  867. </li>
  868. </ul></li>
  869. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription">Subscription (class in grpc.framework.interfaces.base.base)</a>
  870. </li>
  871. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.Kind">Subscription.Kind (class in grpc.framework.interfaces.base.base)</a>
  872. </li>
  873. </ul></td>
  874. </tr></table>
  875. <h2 id="T">T</h2>
  876. <table style="width: 100%" class="indextable genindextable"><tr>
  877. <td style="width: 33%; vertical-align: top;"><ul>
  878. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Completion.terminal_metadata">terminal_metadata (grpc.framework.interfaces.base.base.Completion attribute)</a>
  879. <ul>
  880. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.terminal_metadata">(grpc.framework.interfaces.face.face.Abortion attribute)</a>
  881. </li>
  882. </ul></li>
  883. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Call.terminal_metadata">terminal_metadata() (grpc.framework.interfaces.face.face.Call method)</a>
  884. <ul>
  885. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ServicerContext.terminal_metadata">(grpc.framework.interfaces.face.face.ServicerContext method)</a>
  886. </li>
  887. </ul></li>
  888. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream.Consumer.terminate">terminate() (grpc.framework.foundation.stream.Consumer method)</a>
  889. <ul>
  890. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.IterableConsumer.terminate">(grpc.framework.foundation.stream_util.IterableConsumer method)</a>
  891. </li>
  892. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.ThreadSwitchingConsumer.terminate">(grpc.framework.foundation.stream_util.ThreadSwitchingConsumer method)</a>
  893. </li>
  894. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.TransformingConsumer.terminate">(grpc.framework.foundation.stream_util.TransformingConsumer method)</a>
  895. </li>
  896. </ul></li>
  897. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.termination_callback">termination_callback (grpc.framework.interfaces.base.base.Subscription attribute)</a>
  898. </li>
  899. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.Kind.TERMINATION_ONLY">TERMINATION_ONLY (grpc.framework.interfaces.base.base.Subscription.Kind attribute)</a>
  900. </li>
  901. </ul></td>
  902. <td style="width: 33%; vertical-align: top;"><ul>
  903. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.ThreadSwitchingConsumer">ThreadSwitchingConsumer (class in grpc.framework.foundation.stream_util)</a>
  904. </li>
  905. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.OperationContext.time_remaining">time_remaining() (grpc.framework.interfaces.base.base.OperationContext method)</a>
  906. <ul>
  907. <li><a href="grpc.html#grpc.RpcContext.time_remaining">(grpc.RpcContext method)</a>
  908. </li>
  909. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RpcContext.time_remaining">(grpc.framework.interfaces.face.face.RpcContext method)</a>
  910. </li>
  911. </ul></li>
  912. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.TimeoutError">TimeoutError</a>
  913. </li>
  914. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.traceback">traceback() (grpc.framework.foundation.future.Future method)</a>
  915. <ul>
  916. <li><a href="grpc.html#grpc.Future.traceback">(grpc.Future method)</a>
  917. </li>
  918. </ul></li>
  919. <li><a href="grpc.html#grpc.Call.trailing_metadata">trailing_metadata() (grpc.Call method)</a>
  920. </li>
  921. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.TransformingConsumer">TransformingConsumer (class in grpc.framework.foundation.stream_util)</a>
  922. </li>
  923. <li><a href="grpc.html#grpc.ChannelConnectivity.TRANSIENT_FAILURE">TRANSIENT_FAILURE (grpc.ChannelConnectivity attribute)</a>, <a href="grpc.html#grpc.ChannelConnectivity.TRANSIENT_FAILURE">[1]</a>
  924. </li>
  925. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.Kind.TRANSMISSION_FAILURE">TRANSMISSION_FAILURE (grpc.framework.interfaces.base.base.Outcome.Kind attribute)</a>
  926. </li>
  927. </ul></td>
  928. </tr></table>
  929. <h2 id="U">U</h2>
  930. <table style="width: 100%" class="indextable genindextable"><tr>
  931. <td style="width: 33%; vertical-align: top;"><ul>
  932. <li><a href="grpc.framework.common.html#grpc.framework.common.cardinality.Cardinality.UNARY_STREAM">UNARY_STREAM (grpc.framework.common.cardinality.Cardinality attribute)</a>
  933. </li>
  934. <li><a href="grpc.html#grpc.RpcMethodHandler.unary_stream">unary_stream (grpc.RpcMethodHandler attribute)</a>
  935. </li>
  936. <li><a href="grpc.html#grpc.Channel.unary_stream">unary_stream() (grpc.Channel method)</a>
  937. <ul>
  938. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.unary_stream">(grpc.framework.interfaces.face.face.GenericStub method)</a>
  939. </li>
  940. </ul></li>
  941. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.unary_stream_event">unary_stream_event (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  942. </li>
  943. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.utilities.unary_stream_event">unary_stream_event() (in module grpc.framework.interfaces.face.utilities)</a>
  944. </li>
  945. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.unary_stream_inline">unary_stream_inline (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  946. </li>
  947. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.utilities.unary_stream_inline">unary_stream_inline() (in module grpc.framework.interfaces.face.utilities)</a>
  948. </li>
  949. <li><a href="grpc.html#grpc.unary_stream_rpc_method_handler">unary_stream_rpc_method_handler() (in module grpc)</a>
  950. </li>
  951. <li><a href="grpc.framework.common.html#grpc.framework.common.cardinality.Cardinality.UNARY_UNARY">UNARY_UNARY (grpc.framework.common.cardinality.Cardinality attribute)</a>
  952. </li>
  953. <li><a href="grpc.html#grpc.RpcMethodHandler.unary_unary">unary_unary (grpc.RpcMethodHandler attribute)</a>
  954. </li>
  955. <li><a href="grpc.html#grpc.Channel.unary_unary">unary_unary() (grpc.Channel method)</a>
  956. <ul>
  957. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.unary_unary">(grpc.framework.interfaces.face.face.GenericStub method)</a>
  958. </li>
  959. </ul></li>
  960. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.unary_unary_event">unary_unary_event (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  961. </li>
  962. </ul></td>
  963. <td style="width: 33%; vertical-align: top;"><ul>
  964. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.utilities.unary_unary_event">unary_unary_event() (in module grpc.framework.interfaces.face.utilities)</a>
  965. </li>
  966. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.unary_unary_inline">unary_unary_inline (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  967. </li>
  968. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.utilities.unary_unary_inline">unary_unary_inline() (in module grpc.framework.interfaces.face.utilities)</a>
  969. </li>
  970. <li><a href="grpc.html#grpc.unary_unary_rpc_method_handler">unary_unary_rpc_method_handler() (in module grpc)</a>
  971. </li>
  972. <li><a href="grpc.html#grpc.UnaryStreamMultiCallable">UnaryStreamMultiCallable (class in grpc)</a>
  973. <ul>
  974. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryStreamMultiCallable">(class in grpc.framework.interfaces.face.face)</a>
  975. </li>
  976. </ul></li>
  977. <li><a href="grpc.html#grpc.UnaryUnaryMultiCallable">UnaryUnaryMultiCallable (class in grpc)</a>
  978. <ul>
  979. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable">(class in grpc.framework.interfaces.face.face)</a>
  980. </li>
  981. </ul></li>
  982. <li><a href="grpc.html#grpc.StatusCode.UNAUTHENTICATED">UNAUTHENTICATED (grpc.StatusCode attribute)</a>
  983. </li>
  984. <li><a href="grpc.html#grpc.StatusCode.UNAVAILABLE">UNAVAILABLE (grpc.StatusCode attribute)</a>
  985. </li>
  986. <li><a href="grpc.html#grpc.StatusCode.UNIMPLEMENTED">UNIMPLEMENTED (grpc.StatusCode attribute)</a>
  987. </li>
  988. <li><a href="grpc.html#grpc.StatusCode.UNKNOWN">UNKNOWN (grpc.StatusCode attribute)</a>
  989. </li>
  990. <li><a href="grpc.beta.html#grpc.beta.implementations.Channel.unsubscribe">unsubscribe() (grpc.beta.implementations.Channel method)</a>
  991. <ul>
  992. <li><a href="grpc.html#grpc.Channel.unsubscribe">(grpc.Channel method)</a>
  993. </li>
  994. </ul></li>
  995. </ul></td>
  996. </tr></table>
  997. <h2 id="W">W</h2>
  998. <table style="width: 100%" class="indextable genindextable"><tr>
  999. <td style="width: 33%; vertical-align: top;"><ul>
  1000. <li><a href="grpc.html#grpc.StreamUnaryMultiCallable.with_call">with_call() (grpc.StreamUnaryMultiCallable method)</a>
  1001. <ul>
  1002. <li><a href="grpc.html#grpc.UnaryUnaryMultiCallable.with_call">(grpc.UnaryUnaryMultiCallable method)</a>
  1003. </li>
  1004. </ul></li>
  1005. </ul></td>
  1006. <td style="width: 33%; vertical-align: top;"><ul>
  1007. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.with_exceptions_logged">with_exceptions_logged() (in module grpc.framework.foundation.callable_util)</a>
  1008. </li>
  1009. </ul></td>
  1010. </tr></table>
  1011. </div>
  1012. </div>
  1013. <footer>
  1014. <hr/>
  1015. <div role="contentinfo">
  1016. <p>
  1017. &copy; Copyright 2016, The gRPC Authors.
  1018. </p>
  1019. </div>
  1020. Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  1021. </footer>
  1022. </div>
  1023. </div>
  1024. </section>
  1025. </div>
  1026. <script type="text/javascript">
  1027. var DOCUMENTATION_OPTIONS = {
  1028. URL_ROOT:'./',
  1029. VERSION:'1.1.0',
  1030. COLLAPSE_INDEX:false,
  1031. FILE_SUFFIX:'.html',
  1032. HAS_SOURCE: true
  1033. };
  1034. </script>
  1035. <script type="text/javascript" src="_static/jquery.js"></script>
  1036. <script type="text/javascript" src="_static/underscore.js"></script>
  1037. <script type="text/javascript" src="_static/doctools.js"></script>
  1038. <script type="text/javascript" src="_static/js/theme.js"></script>
  1039. <script type="text/javascript">
  1040. jQuery(function () {
  1041. SphinxRtdTheme.StickyNav.enable();
  1042. });
  1043. </script>
  1044. </body>
  1045. </html>