genindex.html 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308
  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.8.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.8.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.8.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.ServicerContext.abort">abort() (grpc.ServicerContext method)</a>
  116. </li>
  117. <li><a href="grpc.html#grpc.StatusCode.ABORTED">ABORTED (grpc.StatusCode attribute)</a>
  118. </li>
  119. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion">Abortion (class in grpc.framework.interfaces.face.face)</a>
  120. </li>
  121. <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>
  122. </li>
  123. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.AbortionError">AbortionError</a>
  124. </li>
  125. <li><a href="grpc.html#grpc.access_token_call_credentials">access_token_call_credentials() (in module grpc)</a>
  126. </li>
  127. <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>
  128. </li>
  129. <li><a href="grpc.html#grpc.RpcContext.add_callback">add_callback() (grpc.RpcContext method)</a>
  130. </li>
  131. <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>
  132. <ul>
  133. <li><a href="grpc.html#grpc.Future.add_done_callback">(grpc.Future method)</a>
  134. </li>
  135. </ul></li>
  136. <li><a href="grpc.html#grpc.Server.add_generic_rpc_handlers">add_generic_rpc_handlers() (grpc.Server method)</a>
  137. </li>
  138. </ul></td>
  139. <td style="width: 33%; vertical-align: top;"><ul>
  140. <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>
  141. </li>
  142. <li><a href="grpc.beta.html#grpc.beta.interfaces.Server.add_insecure_port">add_insecure_port() (grpc.beta.interfaces.Server method)</a>
  143. <ul>
  144. <li><a href="grpc.html#grpc.Server.add_insecure_port">(grpc.Server method)</a>
  145. </li>
  146. </ul></li>
  147. <li><a href="grpc.beta.html#grpc.beta.interfaces.Server.add_secure_port">add_secure_port() (grpc.beta.interfaces.Server method)</a>
  148. <ul>
  149. <li><a href="grpc.html#grpc.Server.add_secure_port">(grpc.Server method)</a>
  150. </li>
  151. </ul></li>
  152. <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>
  153. </li>
  154. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Operator.advance">advance() (grpc.framework.interfaces.base.base.Operator method)</a>
  155. </li>
  156. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.allowance">allowance (grpc.framework.interfaces.base.base.Subscription attribute)</a>
  157. </li>
  158. <li><a href="grpc.html#grpc.StatusCode.ALREADY_EXISTS">ALREADY_EXISTS (grpc.StatusCode attribute)</a>
  159. </li>
  160. <li><a href="grpc.html#grpc.ServicerContext.auth_context">auth_context() (grpc.ServicerContext method)</a>
  161. </li>
  162. <li><a href="grpc.html#grpc.AuthMetadataContext">AuthMetadataContext (class in grpc)</a>
  163. </li>
  164. <li><a href="grpc.html#grpc.AuthMetadataPlugin">AuthMetadataPlugin (class in grpc)</a>
  165. </li>
  166. <li><a href="grpc.html#grpc.AuthMetadataPluginCallback">AuthMetadataPluginCallback (class in grpc)</a>
  167. </li>
  168. </ul></td>
  169. </tr></table>
  170. <h2 id="B">B</h2>
  171. <table style="width: 100%" class="indextable genindextable"><tr>
  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_stream_unary">blocking_stream_unary() (grpc.framework.interfaces.face.face.GenericStub method)</a>
  174. </li>
  175. </ul></td>
  176. <td style="width: 33%; vertical-align: top;"><ul>
  177. <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>
  178. </li>
  179. </ul></td>
  180. </tr></table>
  181. <h2 id="C">C</h2>
  182. <table style="width: 100%" class="indextable genindextable"><tr>
  183. <td style="width: 33%; vertical-align: top;"><ul>
  184. <li><a href="grpc.html#grpc.Call">Call (class in grpc)</a>
  185. <ul>
  186. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Call">(class in grpc.framework.interfaces.face.face)</a>
  187. </li>
  188. </ul></li>
  189. <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>
  190. </li>
  191. <li><a href="grpc.html#grpc.CallCredentials">CallCredentials (class in grpc)</a>
  192. </li>
  193. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.cancel">cancel() (grpc.framework.foundation.future.Future method)</a>
  194. <ul>
  195. <li><a href="grpc.html#grpc.Future.cancel">(grpc.Future method)</a>
  196. </li>
  197. <li><a href="grpc.html#grpc.RpcContext.cancel">(grpc.RpcContext method)</a>
  198. </li>
  199. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.OperationContext.cancel">(grpc.framework.interfaces.base.base.OperationContext method)</a>
  200. </li>
  201. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RpcContext.cancel">(grpc.framework.interfaces.face.face.RpcContext method)</a>
  202. </li>
  203. </ul></li>
  204. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.CancellationError">CancellationError</a>
  205. </li>
  206. <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>
  207. <ul>
  208. <li><a href="grpc.html#grpc.StatusCode.CANCELLED">(grpc.StatusCode attribute)</a>
  209. </li>
  210. <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>
  211. </li>
  212. </ul></li>
  213. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.cancelled">cancelled() (grpc.framework.foundation.future.Future method)</a>
  214. <ul>
  215. <li><a href="grpc.html#grpc.Future.cancelled">(grpc.Future method)</a>
  216. </li>
  217. </ul></li>
  218. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.CancelledError">CancelledError</a>
  219. </li>
  220. <li><a href="grpc.framework.common.html#grpc.framework.common.cardinality.Cardinality">Cardinality (class in grpc.framework.common.cardinality)</a>
  221. </li>
  222. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.cardinality">cardinality (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  223. </li>
  224. <li><a href="grpc.html#grpc.Channel">Channel (class in grpc)</a>
  225. <ul>
  226. <li><a href="grpc.beta.html#grpc.beta.implementations.Channel">(class in grpc.beta.implementations)</a>
  227. </li>
  228. </ul></li>
  229. <li><a href="grpc.html#grpc.channel_ready_future">channel_ready_future() (in module grpc)</a>
  230. <ul>
  231. <li><a href="grpc.beta.html#grpc.beta.utilities.channel_ready_future">(in module grpc.beta.utilities)</a>
  232. </li>
  233. </ul></li>
  234. <li><a href="grpc.html#grpc.ChannelConnectivity">ChannelConnectivity (class in grpc)</a>
  235. </li>
  236. <li><a href="grpc.html#grpc.ChannelCredentials">ChannelCredentials (class in grpc)</a>
  237. </li>
  238. <li><a href="grpc.html#grpc.ClientCallDetails">ClientCallDetails (class in grpc)</a>
  239. </li>
  240. </ul></td>
  241. <td style="width: 33%; vertical-align: top;"><ul>
  242. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Completion.code">code (grpc.framework.interfaces.base.base.Completion attribute)</a>
  243. <ul>
  244. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.NoSuchMethodError.code">(grpc.framework.interfaces.base.base.NoSuchMethodError attribute)</a>
  245. </li>
  246. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.code">(grpc.framework.interfaces.base.base.Outcome attribute)</a>
  247. </li>
  248. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.code">(grpc.framework.interfaces.face.face.Abortion attribute)</a>
  249. </li>
  250. </ul></li>
  251. <li><a href="grpc.html#grpc.Call.code">code() (grpc.Call method)</a>
  252. <ul>
  253. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Call.code">(grpc.framework.interfaces.face.face.Call method)</a>
  254. </li>
  255. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ServicerContext.code">(grpc.framework.interfaces.face.face.ServicerContext method)</a>
  256. </li>
  257. </ul></li>
  258. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ResponseReceiver.complete">complete() (grpc.framework.interfaces.face.face.ResponseReceiver method)</a>
  259. </li>
  260. <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>
  261. </li>
  262. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Completion">Completion (class in grpc.framework.interfaces.base.base)</a>
  263. </li>
  264. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.utilities.completion">completion() (in module grpc.framework.interfaces.base.utilities)</a>
  265. </li>
  266. <li><a href="grpc.html#grpc.composite_call_credentials">composite_call_credentials() (in module grpc)</a>
  267. </li>
  268. <li><a href="grpc.html#grpc.composite_channel_credentials">composite_channel_credentials() (in module grpc)</a>
  269. </li>
  270. <li><a href="grpc.html#grpc.ChannelConnectivity.CONNECTING">CONNECTING (grpc.ChannelConnectivity attribute)</a>, <a href="grpc.html#grpc.ChannelConnectivity.CONNECTING">[1]</a>
  271. </li>
  272. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream.Consumer.consume">consume() (grpc.framework.foundation.stream.Consumer method)</a>
  273. <ul>
  274. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.IterableConsumer.consume">(grpc.framework.foundation.stream_util.IterableConsumer method)</a>
  275. </li>
  276. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.ThreadSwitchingConsumer.consume">(grpc.framework.foundation.stream_util.ThreadSwitchingConsumer method)</a>
  277. </li>
  278. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.TransformingConsumer.consume">(grpc.framework.foundation.stream_util.TransformingConsumer method)</a>
  279. </li>
  280. </ul></li>
  281. <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>
  282. <ul>
  283. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.IterableConsumer.consume_and_terminate">(grpc.framework.foundation.stream_util.IterableConsumer method)</a>
  284. </li>
  285. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.ThreadSwitchingConsumer.consume_and_terminate">(grpc.framework.foundation.stream_util.ThreadSwitchingConsumer method)</a>
  286. </li>
  287. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.TransformingConsumer.consume_and_terminate">(grpc.framework.foundation.stream_util.TransformingConsumer method)</a>
  288. </li>
  289. </ul></li>
  290. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream.Consumer">Consumer (class in grpc.framework.foundation.stream)</a>
  291. </li>
  292. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.ProtocolReceiver.context">context() (grpc.framework.interfaces.base.base.ProtocolReceiver method)</a>
  293. </li>
  294. <li><a href="grpc.html#grpc.ClientCallDetails.credentials">credentials (grpc.ClientCallDetails attribute)</a>
  295. </li>
  296. </ul></td>
  297. </tr></table>
  298. <h2 id="D">D</h2>
  299. <table style="width: 100%" class="indextable genindextable"><tr>
  300. <td style="width: 33%; vertical-align: top;"><ul>
  301. <li><a href="grpc.html#grpc.StatusCode.DATA_LOSS">DATA_LOSS (grpc.StatusCode attribute)</a>
  302. </li>
  303. <li><a href="grpc.html#grpc.StatusCode.DEADLINE_EXCEEDED">DEADLINE_EXCEEDED (grpc.StatusCode attribute)</a>
  304. </li>
  305. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.NoSuchMethodError.details">details (grpc.framework.interfaces.base.base.NoSuchMethodError attribute)</a>
  306. <ul>
  307. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.details">(grpc.framework.interfaces.base.base.Outcome attribute)</a>
  308. </li>
  309. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.details">(grpc.framework.interfaces.face.face.Abortion attribute)</a>
  310. </li>
  311. </ul></li>
  312. <li><a href="grpc.html#grpc.Call.details">details() (grpc.Call method)</a>
  313. <ul>
  314. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Call.details">(grpc.framework.interfaces.face.face.Call method)</a>
  315. </li>
  316. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ServicerContext.details">(grpc.framework.interfaces.face.face.ServicerContext method)</a>
  317. </li>
  318. </ul></li>
  319. </ul></td>
  320. <td style="width: 33%; vertical-align: top;"><ul>
  321. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCInvocationContext.disable_next_request_compression">disable_next_request_compression() (grpc.beta.interfaces.GRPCInvocationContext method)</a>
  322. </li>
  323. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCServicerContext.disable_next_response_compression">disable_next_response_compression() (grpc.beta.interfaces.GRPCServicerContext method)</a>
  324. </li>
  325. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.done">done() (grpc.framework.foundation.future.Future method)</a>
  326. <ul>
  327. <li><a href="grpc.html#grpc.Future.done">(grpc.Future method)</a>
  328. </li>
  329. </ul></li>
  330. <li><a href="grpc.html#grpc.dynamic_ssl_server_credentials">dynamic_ssl_server_credentials() (in module grpc)</a>
  331. </li>
  332. <li><a href="grpc.beta.html#grpc.beta.implementations.dynamic_stub">dynamic_stub() (in module grpc.beta.implementations)</a>
  333. </li>
  334. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.DynamicStub">DynamicStub (class in grpc.framework.interfaces.face.face)</a>
  335. </li>
  336. </ul></td>
  337. </tr></table>
  338. <h2 id="E">E</h2>
  339. <table style="width: 100%" class="indextable genindextable"><tr>
  340. <td style="width: 33%; vertical-align: top;"><ul>
  341. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.End">End (class in grpc.framework.interfaces.base.base)</a>
  342. </li>
  343. <li><a href="grpc.framework.common.html#grpc.framework.common.style.Service.EVENT">EVENT (grpc.framework.common.style.Service attribute)</a>
  344. </li>
  345. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamStreamMultiCallable.event">event() (grpc.framework.interfaces.face.face.StreamStreamMultiCallable method)</a>
  346. <ul>
  347. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamUnaryMultiCallable.event">(grpc.framework.interfaces.face.face.StreamUnaryMultiCallable method)</a>
  348. </li>
  349. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryStreamMultiCallable.event">(grpc.framework.interfaces.face.face.UnaryStreamMultiCallable method)</a>
  350. </li>
  351. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable.event">(grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable method)</a>
  352. </li>
  353. </ul></li>
  354. <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>
  355. </li>
  356. <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>
  357. </li>
  358. </ul></td>
  359. <td style="width: 33%; vertical-align: top;"><ul>
  360. <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>
  361. </li>
  362. <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>
  363. </li>
  364. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.Outcome.exception">exception (grpc.framework.foundation.callable_util.Outcome attribute)</a>
  365. </li>
  366. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.exception">exception() (grpc.framework.foundation.future.Future method)</a>
  367. <ul>
  368. <li><a href="grpc.html#grpc.Future.exception">(grpc.Future method)</a>
  369. </li>
  370. </ul></li>
  371. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ExpirationError">ExpirationError</a>
  372. </li>
  373. <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>
  374. <ul>
  375. <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>
  376. </li>
  377. </ul></li>
  378. </ul></td>
  379. </tr></table>
  380. <h2 id="F">F</h2>
  381. <table style="width: 100%" class="indextable genindextable"><tr>
  382. <td style="width: 33%; vertical-align: top;"><ul>
  383. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.OperationContext.fail">fail() (grpc.framework.interfaces.base.base.OperationContext method)</a>
  384. </li>
  385. <li><a href="grpc.html#grpc.StatusCode.FAILED_PRECONDITION">FAILED_PRECONDITION (grpc.StatusCode attribute)</a>
  386. </li>
  387. <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>
  388. </li>
  389. <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>
  390. </li>
  391. <li><a href="grpc.html#grpc.Future">Future (class in grpc)</a>
  392. <ul>
  393. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future">(class in grpc.framework.foundation.future)</a>
  394. </li>
  395. </ul></li>
  396. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamUnaryMultiCallable.future">future() (grpc.framework.interfaces.face.face.StreamUnaryMultiCallable method)</a>
  397. <ul>
  398. <li><a href="grpc.html#grpc.StreamUnaryMultiCallable.future">(grpc.StreamUnaryMultiCallable method)</a>
  399. </li>
  400. <li><a href="grpc.html#grpc.UnaryUnaryMultiCallable.future">(grpc.UnaryUnaryMultiCallable method)</a>
  401. </li>
  402. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable.future">(grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable method)</a>
  403. </li>
  404. </ul></li>
  405. </ul></td>
  406. <td style="width: 33%; vertical-align: top;"><ul>
  407. <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>
  408. </li>
  409. <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>
  410. </li>
  411. <li><a href="grpc.html#grpc.FutureCancelledError">FutureCancelledError</a>
  412. </li>
  413. <li><a href="grpc.html#grpc.FutureTimeoutError">FutureTimeoutError</a>
  414. </li>
  415. </ul></td>
  416. </tr></table>
  417. <h2 id="G">G</h2>
  418. <table style="width: 100%" class="indextable genindextable"><tr>
  419. <td style="width: 33%; vertical-align: top;"><ul>
  420. <li><a href="grpc.beta.html#grpc.beta.implementations.generic_stub">generic_stub() (in module grpc.beta.implementations)</a>
  421. </li>
  422. <li><a href="grpc.html#grpc.GenericRpcHandler">GenericRpcHandler (class in grpc)</a>
  423. </li>
  424. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub">GenericStub (class in grpc.framework.interfaces.face.face)</a>
  425. </li>
  426. <li><a href="grpc.beta.html#grpc.beta.implementations.google_call_credentials">google_call_credentials() (in module grpc.beta.implementations)</a>
  427. </li>
  428. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.NoSuchMethodError.group">group (grpc.framework.interfaces.face.face.NoSuchMethodError attribute)</a>
  429. </li>
  430. <li><a href="grpc.html#module-grpc">grpc (module)</a>
  431. </li>
  432. <li><a href="grpc.beta.html#module-grpc.beta">grpc.beta (module)</a>
  433. </li>
  434. <li><a href="grpc.beta.html#module-grpc.beta.implementations">grpc.beta.implementations (module)</a>
  435. </li>
  436. <li><a href="grpc.beta.html#module-grpc.beta.interfaces">grpc.beta.interfaces (module)</a>
  437. </li>
  438. <li><a href="grpc.beta.html#module-grpc.beta.utilities">grpc.beta.utilities (module)</a>
  439. </li>
  440. <li><a href="grpc.framework.html#module-grpc.framework">grpc.framework (module)</a>
  441. </li>
  442. <li><a href="grpc.framework.common.html#module-grpc.framework.common">grpc.framework.common (module)</a>
  443. </li>
  444. <li><a href="grpc.framework.common.html#module-grpc.framework.common.cardinality">grpc.framework.common.cardinality (module)</a>
  445. </li>
  446. <li><a href="grpc.framework.common.html#module-grpc.framework.common.style">grpc.framework.common.style (module)</a>
  447. </li>
  448. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation">grpc.framework.foundation (module)</a>
  449. </li>
  450. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.abandonment">grpc.framework.foundation.abandonment (module)</a>
  451. </li>
  452. </ul></td>
  453. <td style="width: 33%; vertical-align: top;"><ul>
  454. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.callable_util">grpc.framework.foundation.callable_util (module)</a>
  455. </li>
  456. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.future">grpc.framework.foundation.future (module)</a>
  457. </li>
  458. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.logging_pool">grpc.framework.foundation.logging_pool (module)</a>
  459. </li>
  460. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.stream">grpc.framework.foundation.stream (module)</a>
  461. </li>
  462. <li><a href="grpc.framework.foundation.html#module-grpc.framework.foundation.stream_util">grpc.framework.foundation.stream_util (module)</a>
  463. </li>
  464. <li><a href="grpc.framework.interfaces.html#module-grpc.framework.interfaces">grpc.framework.interfaces (module)</a>
  465. </li>
  466. <li><a href="grpc.framework.interfaces.base.html#module-grpc.framework.interfaces.base">grpc.framework.interfaces.base (module)</a>
  467. </li>
  468. <li><a href="grpc.framework.interfaces.base.html#module-grpc.framework.interfaces.base.base">grpc.framework.interfaces.base.base (module)</a>
  469. </li>
  470. <li><a href="grpc.framework.interfaces.base.html#module-grpc.framework.interfaces.base.utilities">grpc.framework.interfaces.base.utilities (module)</a>
  471. </li>
  472. <li><a href="grpc.framework.interfaces.face.html#module-grpc.framework.interfaces.face">grpc.framework.interfaces.face (module)</a>
  473. </li>
  474. <li><a href="grpc.framework.interfaces.face.html#module-grpc.framework.interfaces.face.face">grpc.framework.interfaces.face.face (module)</a>
  475. </li>
  476. <li><a href="grpc.framework.interfaces.face.html#module-grpc.framework.interfaces.face.utilities">grpc.framework.interfaces.face.utilities (module)</a>
  477. </li>
  478. <li><a href="grpc.beta.html#grpc.beta.interfaces.grpc_call_options">grpc_call_options() (in module grpc.beta.interfaces)</a>
  479. </li>
  480. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCCallOptions">GRPCCallOptions (class in grpc.beta.interfaces)</a>
  481. </li>
  482. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCInvocationContext">GRPCInvocationContext (class in grpc.beta.interfaces)</a>
  483. </li>
  484. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCServicerContext">GRPCServicerContext (class in grpc.beta.interfaces)</a>
  485. </li>
  486. </ul></td>
  487. </tr></table>
  488. <h2 id="H">H</h2>
  489. <table style="width: 100%" class="indextable genindextable"><tr>
  490. <td style="width: 33%; vertical-align: top;"><ul>
  491. <li><a href="grpc.html#grpc.HandlerCallDetails">HandlerCallDetails (class in grpc)</a>
  492. </li>
  493. </ul></td>
  494. </tr></table>
  495. <h2 id="I">I</h2>
  496. <table style="width: 100%" class="indextable genindextable"><tr>
  497. <td style="width: 33%; vertical-align: top;"><ul>
  498. <li><a href="grpc.html#grpc.ChannelConnectivity.IDLE">IDLE (grpc.ChannelConnectivity attribute)</a>, <a href="grpc.html#grpc.ChannelConnectivity.IDLE">[1]</a>
  499. </li>
  500. <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>
  501. </li>
  502. <li><a href="grpc.html#grpc.Call.initial_metadata">initial_metadata() (grpc.Call method)</a>
  503. <ul>
  504. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Call.initial_metadata">(grpc.framework.interfaces.face.face.Call method)</a>
  505. </li>
  506. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ResponseReceiver.initial_metadata">(grpc.framework.interfaces.face.face.ResponseReceiver method)</a>
  507. </li>
  508. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ServicerContext.initial_metadata">(grpc.framework.interfaces.face.face.ServicerContext method)</a>
  509. </li>
  510. </ul></li>
  511. <li><a href="grpc.framework.common.html#grpc.framework.common.style.Service.INLINE">INLINE (grpc.framework.common.style.Service attribute)</a>
  512. </li>
  513. <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>
  514. </li>
  515. <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>
  516. </li>
  517. <li><a href="grpc.html#grpc.insecure_channel">insecure_channel() (in module grpc)</a>
  518. <ul>
  519. <li><a href="grpc.beta.html#grpc.beta.implementations.insecure_channel">(in module grpc.beta.implementations)</a>
  520. </li>
  521. </ul></li>
  522. <li><a href="grpc.html#grpc.intercept_channel">intercept_channel() (in module grpc)</a>
  523. </li>
  524. </ul></td>
  525. <td style="width: 33%; vertical-align: top;"><ul>
  526. <li><a href="grpc.html#grpc.ServerInterceptor.intercept_service">intercept_service() (grpc.ServerInterceptor method)</a>
  527. </li>
  528. <li><a href="grpc.html#grpc.StreamStreamClientInterceptor.intercept_stream_stream">intercept_stream_stream() (grpc.StreamStreamClientInterceptor method)</a>
  529. </li>
  530. <li><a href="grpc.html#grpc.StreamUnaryClientInterceptor.intercept_stream_unary">intercept_stream_unary() (grpc.StreamUnaryClientInterceptor method)</a>
  531. </li>
  532. <li><a href="grpc.html#grpc.UnaryStreamClientInterceptor.intercept_unary_stream">intercept_unary_stream() (grpc.UnaryStreamClientInterceptor method)</a>
  533. </li>
  534. <li><a href="grpc.html#grpc.UnaryUnaryClientInterceptor.intercept_unary_unary">intercept_unary_unary() (grpc.UnaryUnaryClientInterceptor method)</a>
  535. </li>
  536. <li><a href="grpc.html#grpc.StatusCode.INTERNAL">INTERNAL (grpc.StatusCode attribute)</a>
  537. </li>
  538. <li><a href="grpc.html#grpc.StatusCode.INVALID_ARGUMENT">INVALID_ARGUMENT (grpc.StatusCode attribute)</a>
  539. </li>
  540. <li><a href="grpc.html#grpc.HandlerCallDetails.invocation_metadata">invocation_metadata (grpc.HandlerCallDetails attribute)</a>
  541. </li>
  542. <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>
  543. <ul>
  544. <li><a href="grpc.html#grpc.ServicerContext.invocation_metadata">(grpc.ServicerContext method)</a>
  545. </li>
  546. </ul></li>
  547. <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>
  548. <ul>
  549. <li><a href="grpc.html#grpc.RpcContext.is_active">(grpc.RpcContext method)</a>
  550. </li>
  551. </ul></li>
  552. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.IterableConsumer">IterableConsumer (class in grpc.framework.foundation.stream_util)</a>
  553. </li>
  554. </ul></td>
  555. </tr></table>
  556. <h2 id="K">K</h2>
  557. <table style="width: 100%" class="indextable genindextable"><tr>
  558. <td style="width: 33%; vertical-align: top;"><ul>
  559. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.Outcome.kind">kind (grpc.framework.foundation.callable_util.Outcome attribute)</a>
  560. <ul>
  561. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.kind">(grpc.framework.interfaces.base.base.Outcome attribute)</a>
  562. </li>
  563. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.kind">(grpc.framework.interfaces.base.base.Subscription attribute)</a>
  564. </li>
  565. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.kind">(grpc.framework.interfaces.face.face.Abortion attribute)</a>
  566. </li>
  567. </ul></li>
  568. </ul></td>
  569. </tr></table>
  570. <h2 id="L">L</h2>
  571. <table style="width: 100%" class="indextable genindextable"><tr>
  572. <td style="width: 33%; vertical-align: top;"><ul>
  573. <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>
  574. <ul>
  575. <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>
  576. </li>
  577. </ul></li>
  578. <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>
  579. <ul>
  580. <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>
  581. </li>
  582. </ul></li>
  583. </ul></td>
  584. <td style="width: 33%; vertical-align: top;"><ul>
  585. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.LocalError">LocalError</a>
  586. </li>
  587. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.LocalShutdownError">LocalShutdownError</a>
  588. </li>
  589. </ul></td>
  590. </tr></table>
  591. <h2 id="M">M</h2>
  592. <table style="width: 100%" class="indextable genindextable"><tr>
  593. <td style="width: 33%; vertical-align: top;"><ul>
  594. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Completion.message">message (grpc.framework.interfaces.base.base.Completion attribute)</a>
  595. </li>
  596. <li><a href="grpc.html#term-metadata"><strong>metadata</strong></a>
  597. <ul>
  598. <li><a href="grpc.html#grpc.ClientCallDetails.metadata">(grpc.ClientCallDetails attribute)</a>
  599. </li>
  600. </ul></li>
  601. <li><a href="grpc.html#grpc.metadata_call_credentials">metadata_call_credentials() (in module grpc)</a>
  602. <ul>
  603. <li><a href="grpc.beta.html#grpc.beta.implementations.metadata_call_credentials">(in module grpc.beta.implementations)</a>
  604. </li>
  605. </ul></li>
  606. </ul></td>
  607. <td style="width: 33%; vertical-align: top;"><ul>
  608. <li><a href="grpc.html#term-metadatum"><strong>metadatum</strong></a>
  609. </li>
  610. <li><a href="grpc.html#grpc.ClientCallDetails.method">method (grpc.ClientCallDetails attribute)</a>
  611. </li>
  612. <li><a href="grpc.html#grpc.method_handlers_generic_handler">method_handlers_generic_handler() (in module grpc)</a>
  613. </li>
  614. <li><a href="grpc.html#grpc.AuthMetadataContext.method_name">method_name (grpc.AuthMetadataContext attribute)</a>
  615. </li>
  616. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation">MethodImplementation (class in grpc.framework.interfaces.face.face)</a>
  617. </li>
  618. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MultiMethodImplementation">MultiMethodImplementation (class in grpc.framework.interfaces.face.face)</a>
  619. </li>
  620. </ul></td>
  621. </tr></table>
  622. <h2 id="N">N</h2>
  623. <table style="width: 100%" class="indextable genindextable"><tr>
  624. <td style="width: 33%; vertical-align: top;"><ul>
  625. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.NoSuchMethodError.name">name (grpc.framework.interfaces.face.face.NoSuchMethodError attribute)</a>
  626. </li>
  627. <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>
  628. </li>
  629. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.NetworkError">NetworkError</a>
  630. </li>
  631. </ul></td>
  632. <td style="width: 33%; vertical-align: top;"><ul>
  633. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.IterableConsumer.next">next() (grpc.framework.foundation.stream_util.IterableConsumer method)</a>
  634. </li>
  635. <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>
  636. </li>
  637. <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>
  638. </li>
  639. <li><a href="grpc.html#grpc.StatusCode.NOT_FOUND">NOT_FOUND (grpc.StatusCode attribute)</a>
  640. </li>
  641. </ul></td>
  642. </tr></table>
  643. <h2 id="O">O</h2>
  644. <table style="width: 100%" class="indextable genindextable"><tr>
  645. <td style="width: 33%; vertical-align: top;"><ul>
  646. <li><a href="grpc.html#grpc.StatusCode.OK">OK (grpc.StatusCode attribute)</a>
  647. </li>
  648. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.End.operate">operate() (grpc.framework.interfaces.base.base.End method)</a>
  649. </li>
  650. <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>
  651. </li>
  652. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.OperationContext">OperationContext (class in grpc.framework.interfaces.base.base)</a>
  653. </li>
  654. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Operator">Operator (class in grpc.framework.interfaces.base.base)</a>
  655. </li>
  656. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription.operator">operator (grpc.framework.interfaces.base.base.Subscription attribute)</a>
  657. </li>
  658. </ul></td>
  659. <td style="width: 33%; vertical-align: top;"><ul>
  660. <li><a href="grpc.html#grpc.StatusCode.OUT_OF_RANGE">OUT_OF_RANGE (grpc.StatusCode attribute)</a>
  661. </li>
  662. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.Outcome">Outcome (class in grpc.framework.foundation.callable_util)</a>
  663. <ul>
  664. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome">(class in grpc.framework.interfaces.base.base)</a>
  665. </li>
  666. </ul></li>
  667. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.OperationContext.outcome">outcome() (grpc.framework.interfaces.base.base.OperationContext method)</a>
  668. </li>
  669. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.callable_util.Outcome.Kind">Outcome.Kind (class in grpc.framework.foundation.callable_util)</a>
  670. <ul>
  671. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Outcome.Kind">(class in grpc.framework.interfaces.base.base)</a>
  672. </li>
  673. </ul></li>
  674. </ul></td>
  675. </tr></table>
  676. <h2 id="P">P</h2>
  677. <table style="width: 100%" class="indextable genindextable"><tr>
  678. <td style="width: 33%; vertical-align: top;"><ul>
  679. <li><a href="grpc.beta.html#grpc.beta.interfaces.GRPCServicerContext.peer">peer() (grpc.beta.interfaces.GRPCServicerContext method)</a>
  680. <ul>
  681. <li><a href="grpc.html#grpc.ServicerContext.peer">(grpc.ServicerContext method)</a>
  682. </li>
  683. </ul></li>
  684. <li><a href="grpc.html#grpc.ServicerContext.peer_identities">peer_identities() (grpc.ServicerContext method)</a>
  685. </li>
  686. <li><a href="grpc.html#grpc.ServicerContext.peer_identity_key">peer_identity_key() (grpc.ServicerContext method)</a>
  687. </li>
  688. </ul></td>
  689. <td style="width: 33%; vertical-align: top;"><ul>
  690. <li><a href="grpc.html#grpc.StatusCode.PERMISSION_DENIED">PERMISSION_DENIED (grpc.StatusCode attribute)</a>
  691. </li>
  692. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.logging_pool.pool">pool() (in module grpc.framework.foundation.logging_pool)</a>
  693. </li>
  694. <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>
  695. </li>
  696. <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>
  697. </li>
  698. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.ProtocolReceiver">ProtocolReceiver (class in grpc.framework.interfaces.base.base)</a>
  699. </li>
  700. </ul></td>
  701. </tr></table>
  702. <h2 id="R">R</h2>
  703. <table style="width: 100%" class="indextable genindextable"><tr>
  704. <td style="width: 33%; vertical-align: top;"><ul>
  705. <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>
  706. </li>
  707. <li><a href="grpc.html#grpc.ChannelConnectivity.READY">READY (grpc.ChannelConnectivity attribute)</a>, <a href="grpc.html#grpc.ChannelConnectivity.READY">[1]</a>
  708. </li>
  709. <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>
  710. </li>
  711. <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>
  712. <ul>
  713. <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>
  714. </li>
  715. </ul></li>
  716. <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>
  717. <ul>
  718. <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>
  719. </li>
  720. </ul></li>
  721. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RemoteError">RemoteError</a>
  722. </li>
  723. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RemoteShutdownError">RemoteShutdownError</a>
  724. </li>
  725. <li><a href="grpc.html#grpc.RpcMethodHandler.request_deserializer">request_deserializer (grpc.RpcMethodHandler attribute)</a>
  726. </li>
  727. <li><a href="grpc.html#grpc.RpcMethodHandler.request_streaming">request_streaming (grpc.RpcMethodHandler attribute)</a>
  728. </li>
  729. <li><a href="grpc.html#grpc.StatusCode.RESOURCE_EXHAUSTED">RESOURCE_EXHAUSTED (grpc.StatusCode attribute)</a>
  730. </li>
  731. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ResponseReceiver.response">response() (grpc.framework.interfaces.face.face.ResponseReceiver method)</a>
  732. </li>
  733. </ul></td>
  734. <td style="width: 33%; vertical-align: top;"><ul>
  735. <li><a href="grpc.html#grpc.RpcMethodHandler.response_serializer">response_serializer (grpc.RpcMethodHandler attribute)</a>
  736. </li>
  737. <li><a href="grpc.html#grpc.RpcMethodHandler.response_streaming">response_streaming (grpc.RpcMethodHandler attribute)</a>
  738. </li>
  739. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ResponseReceiver">ResponseReceiver (class in grpc.framework.interfaces.face.face)</a>
  740. </li>
  741. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.result">result() (grpc.framework.foundation.future.Future method)</a>
  742. <ul>
  743. <li><a href="grpc.html#grpc.Future.result">(grpc.Future method)</a>
  744. </li>
  745. </ul></li>
  746. <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>
  747. </li>
  748. <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>
  749. </li>
  750. <li><a href="grpc.html#grpc.RpcContext">RpcContext (class in grpc)</a>
  751. <ul>
  752. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RpcContext">(class in grpc.framework.interfaces.face.face)</a>
  753. </li>
  754. </ul></li>
  755. <li><a href="grpc.html#grpc.RpcError">RpcError</a>
  756. </li>
  757. <li><a href="grpc.html#grpc.RpcMethodHandler">RpcMethodHandler (class in grpc)</a>
  758. </li>
  759. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.running">running() (grpc.framework.foundation.future.Future method)</a>
  760. <ul>
  761. <li><a href="grpc.html#grpc.Future.running">(grpc.Future method)</a>
  762. </li>
  763. </ul></li>
  764. </ul></td>
  765. </tr></table>
  766. <h2 id="S">S</h2>
  767. <table style="width: 100%" class="indextable genindextable"><tr>
  768. <td style="width: 33%; vertical-align: top;"><ul>
  769. <li><a href="grpc.html#grpc.secure_channel">secure_channel() (in module grpc)</a>
  770. <ul>
  771. <li><a href="grpc.beta.html#grpc.beta.implementations.secure_channel">(in module grpc.beta.implementations)</a>
  772. </li>
  773. </ul></li>
  774. <li><a href="grpc.html#grpc.ServicerContext.send_initial_metadata">send_initial_metadata() (grpc.ServicerContext method)</a>
  775. </li>
  776. <li><a href="grpc.html#grpc.Server">Server (class in grpc)</a>
  777. <ul>
  778. <li><a href="grpc.beta.html#grpc.beta.interfaces.Server">(class in grpc.beta.interfaces)</a>
  779. </li>
  780. </ul></li>
  781. <li><a href="grpc.html#grpc.server">server() (in module grpc)</a>
  782. <ul>
  783. <li><a href="grpc.beta.html#grpc.beta.implementations.server">(in module grpc.beta.implementations)</a>
  784. </li>
  785. </ul></li>
  786. <li><a href="grpc.beta.html#grpc.beta.implementations.server_options">server_options() (in module grpc.beta.implementations)</a>
  787. </li>
  788. <li><a href="grpc.html#grpc.ServerCertificateConfiguration">ServerCertificateConfiguration (class in grpc)</a>
  789. </li>
  790. <li><a href="grpc.html#grpc.ServerCredentials">ServerCredentials (class in grpc)</a>
  791. </li>
  792. <li><a href="grpc.html#grpc.ServerInterceptor">ServerInterceptor (class in grpc)</a>
  793. </li>
  794. <li><a href="grpc.beta.html#grpc.beta.implementations.ServerOptions">ServerOptions (class in grpc.beta.implementations)</a>
  795. </li>
  796. <li><a href="grpc.framework.common.html#grpc.framework.common.style.Service">Service (class in grpc.framework.common.style)</a>
  797. </li>
  798. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Servicer.service">service() (grpc.framework.interfaces.base.base.Servicer method)</a>
  799. <ul>
  800. <li><a href="grpc.html#grpc.GenericRpcHandler.service">(grpc.GenericRpcHandler method)</a>
  801. </li>
  802. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MultiMethodImplementation.service">(grpc.framework.interfaces.face.face.MultiMethodImplementation method)</a>
  803. </li>
  804. </ul></li>
  805. <li><a href="grpc.html#grpc.ServiceRpcHandler.service_name">service_name() (grpc.ServiceRpcHandler method)</a>
  806. </li>
  807. <li><a href="grpc.html#grpc.AuthMetadataContext.service_url">service_url (grpc.AuthMetadataContext attribute)</a>
  808. </li>
  809. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Servicer">Servicer (class in grpc.framework.interfaces.base.base)</a>
  810. </li>
  811. <li><a href="grpc.html#grpc.ServicerContext">ServicerContext (class in grpc)</a>
  812. <ul>
  813. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ServicerContext">(class in grpc.framework.interfaces.face.face)</a>
  814. </li>
  815. </ul></li>
  816. <li><a href="grpc.html#grpc.ServiceRpcHandler">ServiceRpcHandler (class in grpc)</a>
  817. </li>
  818. <li><a href="grpc.html#grpc.ServicerContext.set_code">set_code() (grpc.ServicerContext method)</a>
  819. </li>
  820. <li><a href="grpc.html#grpc.ServicerContext.set_details">set_details() (grpc.ServicerContext method)</a>
  821. </li>
  822. <li><a href="grpc.html#grpc.ServicerContext.set_trailing_metadata">set_trailing_metadata() (grpc.ServicerContext method)</a>
  823. </li>
  824. <li><a href="grpc.html#grpc.ChannelConnectivity.SHUTDOWN">SHUTDOWN (grpc.ChannelConnectivity attribute)</a>, <a href="grpc.html#grpc.ChannelConnectivity.SHUTDOWN">[1]</a>
  825. </li>
  826. <li><a href="grpc.html#grpc.ssl_channel_credentials">ssl_channel_credentials() (in module grpc)</a>
  827. </li>
  828. <li><a href="grpc.html#grpc.ssl_server_certificate_configuration">ssl_server_certificate_configuration() (in module grpc)</a>
  829. </li>
  830. <li><a href="grpc.html#grpc.ssl_server_credentials">ssl_server_credentials() (in module grpc)</a>
  831. </li>
  832. <li><a href="grpc.beta.html#grpc.beta.interfaces.Server.start">start() (grpc.beta.interfaces.Server method)</a>
  833. <ul>
  834. <li><a href="grpc.html#grpc.Server.start">(grpc.Server method)</a>
  835. </li>
  836. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.End.start">(grpc.framework.interfaces.base.base.End method)</a>
  837. </li>
  838. </ul></li>
  839. <li><a href="grpc.html#grpc.StatusCode">StatusCode (class in grpc)</a>
  840. </li>
  841. </ul></td>
  842. <td style="width: 33%; vertical-align: top;"><ul>
  843. <li><a href="grpc.beta.html#grpc.beta.interfaces.Server.stop">stop() (grpc.beta.interfaces.Server method)</a>
  844. <ul>
  845. <li><a href="grpc.html#grpc.Server.stop">(grpc.Server method)</a>
  846. </li>
  847. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.End.stop">(grpc.framework.interfaces.base.base.End method)</a>
  848. </li>
  849. </ul></li>
  850. <li><a href="grpc.framework.common.html#grpc.framework.common.cardinality.Cardinality.STREAM_STREAM">STREAM_STREAM (grpc.framework.common.cardinality.Cardinality attribute)</a>
  851. </li>
  852. <li><a href="grpc.html#grpc.RpcMethodHandler.stream_stream">stream_stream (grpc.RpcMethodHandler attribute)</a>
  853. </li>
  854. <li><a href="grpc.html#grpc.Channel.stream_stream">stream_stream() (grpc.Channel method)</a>
  855. <ul>
  856. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.stream_stream">(grpc.framework.interfaces.face.face.GenericStub method)</a>
  857. </li>
  858. </ul></li>
  859. <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>
  860. </li>
  861. <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>
  862. </li>
  863. <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>
  864. </li>
  865. <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>
  866. </li>
  867. <li><a href="grpc.html#grpc.stream_stream_rpc_method_handler">stream_stream_rpc_method_handler() (in module grpc)</a>
  868. </li>
  869. <li><a href="grpc.framework.common.html#grpc.framework.common.cardinality.Cardinality.STREAM_UNARY">STREAM_UNARY (grpc.framework.common.cardinality.Cardinality attribute)</a>
  870. </li>
  871. <li><a href="grpc.html#grpc.RpcMethodHandler.stream_unary">stream_unary (grpc.RpcMethodHandler attribute)</a>
  872. </li>
  873. <li><a href="grpc.html#grpc.Channel.stream_unary">stream_unary() (grpc.Channel method)</a>
  874. <ul>
  875. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.stream_unary">(grpc.framework.interfaces.face.face.GenericStub method)</a>
  876. </li>
  877. </ul></li>
  878. <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>
  879. </li>
  880. <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>
  881. </li>
  882. <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>
  883. </li>
  884. <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>
  885. </li>
  886. <li><a href="grpc.html#grpc.stream_unary_rpc_method_handler">stream_unary_rpc_method_handler() (in module grpc)</a>
  887. </li>
  888. <li><a href="grpc.html#grpc.StreamStreamClientInterceptor">StreamStreamClientInterceptor (class in grpc)</a>
  889. </li>
  890. <li><a href="grpc.html#grpc.StreamStreamMultiCallable">StreamStreamMultiCallable (class in grpc)</a>
  891. <ul>
  892. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamStreamMultiCallable">(class in grpc.framework.interfaces.face.face)</a>
  893. </li>
  894. </ul></li>
  895. <li><a href="grpc.html#grpc.StreamUnaryClientInterceptor">StreamUnaryClientInterceptor (class in grpc)</a>
  896. </li>
  897. <li><a href="grpc.html#grpc.StreamUnaryMultiCallable">StreamUnaryMultiCallable (class in grpc)</a>
  898. <ul>
  899. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.StreamUnaryMultiCallable">(class in grpc.framework.interfaces.face.face)</a>
  900. </li>
  901. </ul></li>
  902. <li><a href="grpc.beta.html#grpc.beta.implementations.stub_options">stub_options() (in module grpc.beta.implementations)</a>
  903. </li>
  904. <li><a href="grpc.beta.html#grpc.beta.implementations.StubOptions">StubOptions (class in grpc.beta.implementations)</a>
  905. </li>
  906. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.MethodImplementation.style">style (grpc.framework.interfaces.face.face.MethodImplementation attribute)</a>
  907. </li>
  908. <li><a href="grpc.beta.html#grpc.beta.implementations.Channel.subscribe">subscribe() (grpc.beta.implementations.Channel method)</a>
  909. <ul>
  910. <li><a href="grpc.html#grpc.Channel.subscribe">(grpc.Channel method)</a>
  911. </li>
  912. </ul></li>
  913. <li><a href="grpc.framework.interfaces.base.html#grpc.framework.interfaces.base.base.Subscription">Subscription (class in grpc.framework.interfaces.base.base)</a>
  914. </li>
  915. <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>
  916. </li>
  917. </ul></td>
  918. </tr></table>
  919. <h2 id="T">T</h2>
  920. <table style="width: 100%" class="indextable genindextable"><tr>
  921. <td style="width: 33%; vertical-align: top;"><ul>
  922. <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>
  923. <ul>
  924. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.Abortion.terminal_metadata">(grpc.framework.interfaces.face.face.Abortion attribute)</a>
  925. </li>
  926. </ul></li>
  927. <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>
  928. <ul>
  929. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.ServicerContext.terminal_metadata">(grpc.framework.interfaces.face.face.ServicerContext method)</a>
  930. </li>
  931. </ul></li>
  932. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream.Consumer.terminate">terminate() (grpc.framework.foundation.stream.Consumer method)</a>
  933. <ul>
  934. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.IterableConsumer.terminate">(grpc.framework.foundation.stream_util.IterableConsumer method)</a>
  935. </li>
  936. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.ThreadSwitchingConsumer.terminate">(grpc.framework.foundation.stream_util.ThreadSwitchingConsumer method)</a>
  937. </li>
  938. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.TransformingConsumer.terminate">(grpc.framework.foundation.stream_util.TransformingConsumer method)</a>
  939. </li>
  940. </ul></li>
  941. <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>
  942. </li>
  943. <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>
  944. </li>
  945. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.ThreadSwitchingConsumer">ThreadSwitchingConsumer (class in grpc.framework.foundation.stream_util)</a>
  946. </li>
  947. </ul></td>
  948. <td style="width: 33%; vertical-align: top;"><ul>
  949. <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>
  950. <ul>
  951. <li><a href="grpc.html#grpc.RpcContext.time_remaining">(grpc.RpcContext method)</a>
  952. </li>
  953. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.RpcContext.time_remaining">(grpc.framework.interfaces.face.face.RpcContext method)</a>
  954. </li>
  955. </ul></li>
  956. <li><a href="grpc.html#grpc.ClientCallDetails.timeout">timeout (grpc.ClientCallDetails attribute)</a>
  957. </li>
  958. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.TimeoutError">TimeoutError</a>
  959. </li>
  960. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.future.Future.traceback">traceback() (grpc.framework.foundation.future.Future method)</a>
  961. <ul>
  962. <li><a href="grpc.html#grpc.Future.traceback">(grpc.Future method)</a>
  963. </li>
  964. </ul></li>
  965. <li><a href="grpc.html#grpc.Call.trailing_metadata">trailing_metadata() (grpc.Call method)</a>
  966. </li>
  967. <li><a href="grpc.framework.foundation.html#grpc.framework.foundation.stream_util.TransformingConsumer">TransformingConsumer (class in grpc.framework.foundation.stream_util)</a>
  968. </li>
  969. <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>
  970. </li>
  971. <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>
  972. </li>
  973. </ul></td>
  974. </tr></table>
  975. <h2 id="U">U</h2>
  976. <table style="width: 100%" class="indextable genindextable"><tr>
  977. <td style="width: 33%; vertical-align: top;"><ul>
  978. <li><a href="grpc.framework.common.html#grpc.framework.common.cardinality.Cardinality.UNARY_STREAM">UNARY_STREAM (grpc.framework.common.cardinality.Cardinality attribute)</a>
  979. </li>
  980. <li><a href="grpc.html#grpc.RpcMethodHandler.unary_stream">unary_stream (grpc.RpcMethodHandler attribute)</a>
  981. </li>
  982. <li><a href="grpc.html#grpc.Channel.unary_stream">unary_stream() (grpc.Channel method)</a>
  983. <ul>
  984. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.unary_stream">(grpc.framework.interfaces.face.face.GenericStub method)</a>
  985. </li>
  986. </ul></li>
  987. <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>
  988. </li>
  989. <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>
  990. </li>
  991. <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>
  992. </li>
  993. <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>
  994. </li>
  995. <li><a href="grpc.html#grpc.unary_stream_rpc_method_handler">unary_stream_rpc_method_handler() (in module grpc)</a>
  996. </li>
  997. <li><a href="grpc.framework.common.html#grpc.framework.common.cardinality.Cardinality.UNARY_UNARY">UNARY_UNARY (grpc.framework.common.cardinality.Cardinality attribute)</a>
  998. </li>
  999. <li><a href="grpc.html#grpc.RpcMethodHandler.unary_unary">unary_unary (grpc.RpcMethodHandler attribute)</a>
  1000. </li>
  1001. <li><a href="grpc.html#grpc.Channel.unary_unary">unary_unary() (grpc.Channel method)</a>
  1002. <ul>
  1003. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.GenericStub.unary_unary">(grpc.framework.interfaces.face.face.GenericStub method)</a>
  1004. </li>
  1005. </ul></li>
  1006. <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>
  1007. </li>
  1008. <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>
  1009. </li>
  1010. </ul></td>
  1011. <td style="width: 33%; vertical-align: top;"><ul>
  1012. <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>
  1013. </li>
  1014. <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>
  1015. </li>
  1016. <li><a href="grpc.html#grpc.unary_unary_rpc_method_handler">unary_unary_rpc_method_handler() (in module grpc)</a>
  1017. </li>
  1018. <li><a href="grpc.html#grpc.UnaryStreamClientInterceptor">UnaryStreamClientInterceptor (class in grpc)</a>
  1019. </li>
  1020. <li><a href="grpc.html#grpc.UnaryStreamMultiCallable">UnaryStreamMultiCallable (class in grpc)</a>
  1021. <ul>
  1022. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryStreamMultiCallable">(class in grpc.framework.interfaces.face.face)</a>
  1023. </li>
  1024. </ul></li>
  1025. <li><a href="grpc.html#grpc.UnaryUnaryClientInterceptor">UnaryUnaryClientInterceptor (class in grpc)</a>
  1026. </li>
  1027. <li><a href="grpc.html#grpc.UnaryUnaryMultiCallable">UnaryUnaryMultiCallable (class in grpc)</a>
  1028. <ul>
  1029. <li><a href="grpc.framework.interfaces.face.html#grpc.framework.interfaces.face.face.UnaryUnaryMultiCallable">(class in grpc.framework.interfaces.face.face)</a>
  1030. </li>
  1031. </ul></li>
  1032. <li><a href="grpc.html#grpc.StatusCode.UNAUTHENTICATED">UNAUTHENTICATED (grpc.StatusCode attribute)</a>
  1033. </li>
  1034. <li><a href="grpc.html#grpc.StatusCode.UNAVAILABLE">UNAVAILABLE (grpc.StatusCode attribute)</a>
  1035. </li>
  1036. <li><a href="grpc.html#grpc.StatusCode.UNIMPLEMENTED">UNIMPLEMENTED (grpc.StatusCode attribute)</a>
  1037. </li>
  1038. <li><a href="grpc.html#grpc.StatusCode.UNKNOWN">UNKNOWN (grpc.StatusCode attribute)</a>
  1039. </li>
  1040. <li><a href="grpc.beta.html#grpc.beta.implementations.Channel.unsubscribe">unsubscribe() (grpc.beta.implementations.Channel method)</a>
  1041. <ul>
  1042. <li><a href="grpc.html#grpc.Channel.unsubscribe">(grpc.Channel method)</a>
  1043. </li>
  1044. </ul></li>
  1045. </ul></td>
  1046. </tr></table>
  1047. <h2 id="W">W</h2>
  1048. <table style="width: 100%" class="indextable genindextable"><tr>
  1049. <td style="width: 33%; vertical-align: top;"><ul>
  1050. <li><a href="grpc.html#grpc.StreamUnaryMultiCallable.with_call">with_call() (grpc.StreamUnaryMultiCallable method)</a>
  1051. <ul>
  1052. <li><a href="grpc.html#grpc.UnaryUnaryMultiCallable.with_call">(grpc.UnaryUnaryMultiCallable method)</a>
  1053. </li>
  1054. </ul></li>
  1055. </ul></td>
  1056. <td style="width: 33%; vertical-align: top;"><ul>
  1057. <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>
  1058. </li>
  1059. </ul></td>
  1060. </tr></table>
  1061. </div>
  1062. <div class="articleComments">
  1063. </div>
  1064. </div>
  1065. <footer>
  1066. <hr/>
  1067. <div role="contentinfo">
  1068. <p>
  1069. &copy; Copyright 2016, The gRPC Authors.
  1070. </p>
  1071. </div>
  1072. 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>.
  1073. </footer>
  1074. </div>
  1075. </div>
  1076. </section>
  1077. </div>
  1078. <script type="text/javascript">
  1079. var DOCUMENTATION_OPTIONS = {
  1080. URL_ROOT:'./',
  1081. VERSION:'1.8.0',
  1082. COLLAPSE_INDEX:false,
  1083. FILE_SUFFIX:'.html',
  1084. HAS_SOURCE: true,
  1085. SOURCELINK_SUFFIX: '.txt'
  1086. };
  1087. </script>
  1088. <script type="text/javascript" src="_static/jquery.js"></script>
  1089. <script type="text/javascript" src="_static/underscore.js"></script>
  1090. <script type="text/javascript" src="_static/doctools.js"></script>
  1091. <script type="text/javascript" src="_static/js/theme.js"></script>
  1092. <script type="text/javascript">
  1093. jQuery(function () {
  1094. SphinxRtdTheme.StickyNav.enable();
  1095. });
  1096. </script>
  1097. </body>
  1098. </html>