genindex.html 66 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256
  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.2.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.2.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.2.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 class="articleComments">
  1013. </div>
  1014. </div>
  1015. <footer>
  1016. <hr/>
  1017. <div role="contentinfo">
  1018. <p>
  1019. &copy; Copyright 2016, The gRPC Authors.
  1020. </p>
  1021. </div>
  1022. 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>.
  1023. </footer>
  1024. </div>
  1025. </div>
  1026. </section>
  1027. </div>
  1028. <script type="text/javascript">
  1029. var DOCUMENTATION_OPTIONS = {
  1030. URL_ROOT:'./',
  1031. VERSION:'1.2.0',
  1032. COLLAPSE_INDEX:false,
  1033. FILE_SUFFIX:'.html',
  1034. HAS_SOURCE: true,
  1035. SOURCELINK_SUFFIX: '.txt'
  1036. };
  1037. </script>
  1038. <script type="text/javascript" src="_static/jquery.js"></script>
  1039. <script type="text/javascript" src="_static/underscore.js"></script>
  1040. <script type="text/javascript" src="_static/doctools.js"></script>
  1041. <script type="text/javascript" src="_static/js/theme.js"></script>
  1042. <script type="text/javascript">
  1043. jQuery(function () {
  1044. SphinxRtdTheme.StickyNav.enable();
  1045. });
  1046. </script>
  1047. </body>
  1048. </html>