Quellcode durchsuchen

Auto-update Python documentation

Richard Belleville vor 6 Jahren
Ursprung
Commit
740cfdf61a

+ 1 - 1
python/.buildinfo

@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 46f2d7dd7afa0963f47d898b718b65f7
+config: 27955500f3e6db562e44a8a102929e8a
 tags: 645f666f9bcd5a90fca523b33c5a78b7
 tags: 645f666f9bcd5a90fca523b33c5a78b7

BIN
python/.doctrees/environment.pickle


BIN
python/.doctrees/glossary.doctree


BIN
python/.doctrees/grpc.doctree


BIN
python/.doctrees/grpc_channelz.doctree


BIN
python/.doctrees/grpc_health_checking.doctree


BIN
python/.doctrees/grpc_reflection.doctree


BIN
python/.doctrees/grpc_status.doctree


BIN
python/.doctrees/grpc_testing.doctree


BIN
python/.doctrees/index.doctree


+ 21 - 10
python/_modules/grpc.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>grpc &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>grpc &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
@@ -31,7 +31,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 
@@ -674,6 +674,9 @@
 <div class="viewcode-block" id="CallCredentials"><a class="viewcode-back" href="../grpc.html#grpc.CallCredentials">[docs]</a><span class="k">class</span> <span class="nc">CallCredentials</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
 <div class="viewcode-block" id="CallCredentials"><a class="viewcode-back" href="../grpc.html#grpc.CallCredentials">[docs]</a><span class="k">class</span> <span class="nc">CallCredentials</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
     <span class="sd">&quot;&quot;&quot;An encapsulation of the data required to assert an identity over a call.</span>
     <span class="sd">&quot;&quot;&quot;An encapsulation of the data required to assert an identity over a call.</span>
 
 
+<span class="sd">    A CallCredentials has to be used with secure Channel, otherwise the</span>
+<span class="sd">    metadata will not be transmitted to the server.</span>
+
 <span class="sd">    A CallCredentials may be composed with ChannelCredentials to always assert</span>
 <span class="sd">    A CallCredentials may be composed with ChannelCredentials to always assert</span>
 <span class="sd">    identity for every call over that Channel.</span>
 <span class="sd">    identity for every call over that Channel.</span>
 
 
@@ -772,7 +775,8 @@
 <span class="sd">            for the RPC.</span>
 <span class="sd">            for the RPC.</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">            service-side of the RPC.</span>
 <span class="sd">            service-side of the RPC.</span>
-<span class="sd">          credentials: An optional CallCredentials for the RPC.</span>
+<span class="sd">          credentials: An optional CallCredentials for the RPC. Only valid for</span>
+<span class="sd">            secure Channel.</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
@@ -804,7 +808,8 @@
 <span class="sd">            the RPC.</span>
 <span class="sd">            the RPC.</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">            service-side of the RPC.</span>
 <span class="sd">            service-side of the RPC.</span>
-<span class="sd">          credentials: An optional CallCredentials for the RPC.</span>
+<span class="sd">          credentials: An optional CallCredentials for the RPC. Only valid for</span>
+<span class="sd">            secure Channel.</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
@@ -836,7 +841,8 @@
 <span class="sd">            the RPC.</span>
 <span class="sd">            the RPC.</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">            service-side of the RPC.</span>
 <span class="sd">            service-side of the RPC.</span>
-<span class="sd">          credentials: An optional CallCredentials for the RPC.</span>
+<span class="sd">          credentials: An optional CallCredentials for the RPC. Only valid for</span>
+<span class="sd">            secure Channel.</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
@@ -871,7 +877,8 @@
 <span class="sd">            the RPC. If None, the timeout is considered infinite.</span>
 <span class="sd">            the RPC. If None, the timeout is considered infinite.</span>
 <span class="sd">          metadata: An optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">          metadata: An optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">            service-side of the RPC.</span>
 <span class="sd">            service-side of the RPC.</span>
-<span class="sd">          credentials: An optional CallCredentials for the RPC.</span>
+<span class="sd">          credentials: An optional CallCredentials for the RPC. Only valid for</span>
+<span class="sd">            secure Channel.</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
@@ -906,7 +913,8 @@
 <span class="sd">            the RPC. If None, the timeout is considered infinite.</span>
 <span class="sd">            the RPC. If None, the timeout is considered infinite.</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">            service-side of the RPC.</span>
 <span class="sd">            service-side of the RPC.</span>
-<span class="sd">          credentials: An optional CallCredentials for the RPC.</span>
+<span class="sd">          credentials: An optional CallCredentials for the RPC. Only valid for</span>
+<span class="sd">            secure Channel.</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
@@ -939,7 +947,8 @@
 <span class="sd">            the RPC. If None, the timeout is considered infinite.</span>
 <span class="sd">            the RPC. If None, the timeout is considered infinite.</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">            service-side of the RPC.</span>
 <span class="sd">            service-side of the RPC.</span>
-<span class="sd">          credentials: An optional CallCredentials for the RPC.</span>
+<span class="sd">          credentials: An optional CallCredentials for the RPC. Only valid for</span>
+<span class="sd">            secure Channel.</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
@@ -971,7 +980,8 @@
 <span class="sd">            the RPC. If None, the timeout is considered infinite.</span>
 <span class="sd">            the RPC. If None, the timeout is considered infinite.</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">            service-side of the RPC.</span>
 <span class="sd">            service-side of the RPC.</span>
-<span class="sd">          credentials: An optional CallCredentials for the RPC.</span>
+<span class="sd">          credentials: An optional CallCredentials for the RPC. Only valid for</span>
+<span class="sd">            secure Channel.</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
@@ -1006,7 +1016,8 @@
 <span class="sd">            the RPC. If not specified, the timeout is considered infinite.</span>
 <span class="sd">            the RPC. If not specified, the timeout is considered infinite.</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">          metadata: Optional :term:`metadata` to be transmitted to the</span>
 <span class="sd">            service-side of the RPC.</span>
 <span class="sd">            service-side of the RPC.</span>
-<span class="sd">          credentials: An optional CallCredentials for the RPC.</span>
+<span class="sd">          credentials: An optional CallCredentials for the RPC. Only valid for</span>
+<span class="sd">            secure Channel.</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">          wait_for_ready: This is an EXPERIMENTAL argument. An optional</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">            flag to enable wait for ready mechanism</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>
 <span class="sd">          compression: An element of grpc.compression, e.g.</span>

+ 2 - 2
python/_modules/grpc_channelz/v1/channelz.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>grpc_channelz.v1.channelz &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>grpc_channelz.v1.channelz &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
@@ -31,7 +31,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 2 - 2
python/_modules/grpc_health/v1/health.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>grpc_health.v1.health &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>grpc_health.v1.health &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
@@ -31,7 +31,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 2 - 2
python/_modules/grpc_reflection/v1alpha/reflection.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>grpc_reflection.v1alpha.reflection &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>grpc_reflection.v1alpha.reflection &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
@@ -31,7 +31,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 2 - 2
python/_modules/grpc_status/rpc_status.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>grpc_status.rpc_status &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>grpc_status.rpc_status &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
@@ -31,7 +31,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 2 - 2
python/_modules/grpc_testing.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>grpc_testing &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>grpc_testing &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
@@ -31,7 +31,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 2 - 2
python/_modules/index.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Overview: module code &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>Overview: module code &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
@@ -31,7 +31,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 1 - 1
python/_static/documentation_options.js

@@ -1,6 +1,6 @@
 var DOCUMENTATION_OPTIONS = {
 var DOCUMENTATION_OPTIONS = {
     URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
     URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
-    VERSION: '1.21.1',
+    VERSION: '1.22.0',
     LANGUAGE: 'en',
     LANGUAGE: 'en',
     COLLAPSE_INDEX: false,
     COLLAPSE_INDEX: false,
     FILE_SUFFIX: '.html',
     FILE_SUFFIX: '.html',

+ 2 - 2
python/genindex.html

@@ -7,7 +7,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Index &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>Index &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -32,7 +32,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 2 - 2
python/glossary.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Glossary &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>Glossary &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -32,7 +32,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 20 - 10
python/grpc.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>gRPC &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>gRPC &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -33,7 +33,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 
@@ -1058,6 +1058,8 @@ secure_channel requires an instance of this class.</p>
 <dt id="grpc.CallCredentials">
 <dt id="grpc.CallCredentials">
 <em class="property">class </em><code class="descclassname">grpc.</code><code class="descname">CallCredentials</code><span class="sig-paren">(</span><em>credentials</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/grpc.html#CallCredentials"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#grpc.CallCredentials" title="Permalink to this definition">¶</a></dt>
 <em class="property">class </em><code class="descclassname">grpc.</code><code class="descname">CallCredentials</code><span class="sig-paren">(</span><em>credentials</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/grpc.html#CallCredentials"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#grpc.CallCredentials" title="Permalink to this definition">¶</a></dt>
 <dd><p>An encapsulation of the data required to assert an identity over a call.</p>
 <dd><p>An encapsulation of the data required to assert an identity over a call.</p>
+<p>A CallCredentials has to be used with secure Channel, otherwise the
+metadata will not be transmitted to the server.</p>
 <p>A CallCredentials may be composed with ChannelCredentials to always assert
 <p>A CallCredentials may be composed with ChannelCredentials to always assert
 identity for every call over that Channel.</p>
 identity for every call over that Channel.</p>
 <p>This class has no supported interface - it exists to define the type of its
 <p>This class has no supported interface - it exists to define the type of its
@@ -1943,7 +1945,8 @@ interceptor chooses to service this RPC, or None otherwise.</p>
 for the RPC.</li>
 for the RPC.</li>
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 service-side of the RPC.</li>
 service-side of the RPC.</li>
-<li><strong>credentials</strong> – An optional CallCredentials for the RPC.</li>
+<li><strong>credentials</strong> – An optional CallCredentials for the RPC. Only valid for
+secure Channel.</li>
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 flag to enable wait for ready mechanism</li>
 flag to enable wait for ready mechanism</li>
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
@@ -1977,7 +1980,8 @@ metadata, status code, and details.</p>
 the RPC.</li>
 the RPC.</li>
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 service-side of the RPC.</li>
 service-side of the RPC.</li>
-<li><strong>credentials</strong> – An optional CallCredentials for the RPC.</li>
+<li><strong>credentials</strong> – An optional CallCredentials for the RPC. Only valid for
+secure Channel.</li>
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 flag to enable wait for ready mechanism</li>
 flag to enable wait for ready mechanism</li>
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
@@ -2010,7 +2014,8 @@ the returned Call-Future’s exception value will be an RpcError.</p>
 the RPC.</li>
 the RPC.</li>
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 service-side of the RPC.</li>
 service-side of the RPC.</li>
-<li><strong>credentials</strong> – An optional CallCredentials for the RPC.</li>
+<li><strong>credentials</strong> – An optional CallCredentials for the RPC. Only valid for
+secure Channel.</li>
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 flag to enable wait for ready mechanism</li>
 flag to enable wait for ready mechanism</li>
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
@@ -2050,7 +2055,8 @@ metadata, status code, and details.</p>
 the RPC. If None, the timeout is considered infinite.</li>
 the RPC. If None, the timeout is considered infinite.</li>
 <li><strong>metadata</strong> – An optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 <li><strong>metadata</strong> – An optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 service-side of the RPC.</li>
 service-side of the RPC.</li>
-<li><strong>credentials</strong> – An optional CallCredentials for the RPC.</li>
+<li><strong>credentials</strong> – An optional CallCredentials for the RPC. Only valid for
+secure Channel.</li>
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 flag to enable wait for ready mechanism</li>
 flag to enable wait for ready mechanism</li>
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
@@ -2089,7 +2095,8 @@ the RPC.</li>
 the RPC. If None, the timeout is considered infinite.</li>
 the RPC. If None, the timeout is considered infinite.</li>
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 service-side of the RPC.</li>
 service-side of the RPC.</li>
-<li><strong>credentials</strong> – An optional CallCredentials for the RPC.</li>
+<li><strong>credentials</strong> – An optional CallCredentials for the RPC. Only valid for
+secure Channel.</li>
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 flag to enable wait for ready mechanism</li>
 flag to enable wait for ready mechanism</li>
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
@@ -2123,7 +2130,8 @@ such as metadata, code, and details.</p>
 the RPC. If None, the timeout is considered infinite.</li>
 the RPC. If None, the timeout is considered infinite.</li>
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 service-side of the RPC.</li>
 service-side of the RPC.</li>
-<li><strong>credentials</strong> – An optional CallCredentials for the RPC.</li>
+<li><strong>credentials</strong> – An optional CallCredentials for the RPC. Only valid for
+secure Channel.</li>
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 flag to enable wait for ready mechanism</li>
 flag to enable wait for ready mechanism</li>
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
@@ -2157,7 +2165,8 @@ the RPC.</li>
 the RPC. If None, the timeout is considered infinite.</li>
 the RPC. If None, the timeout is considered infinite.</li>
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 service-side of the RPC.</li>
 service-side of the RPC.</li>
-<li><strong>credentials</strong> – An optional CallCredentials for the RPC.</li>
+<li><strong>credentials</strong> – An optional CallCredentials for the RPC. Only valid for
+secure Channel.</li>
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 flag to enable wait for ready mechanism</li>
 flag to enable wait for ready mechanism</li>
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
@@ -2197,7 +2206,8 @@ metadata, status code, and details.</p>
 the RPC. If not specified, the timeout is considered infinite.</li>
 the RPC. If not specified, the timeout is considered infinite.</li>
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 <li><strong>metadata</strong> – Optional <a class="reference internal" href="glossary.html#term-metadata"><span class="xref std std-term">metadata</span></a> to be transmitted to the
 service-side of the RPC.</li>
 service-side of the RPC.</li>
-<li><strong>credentials</strong> – An optional CallCredentials for the RPC.</li>
+<li><strong>credentials</strong> – An optional CallCredentials for the RPC. Only valid for
+secure Channel.</li>
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 <li><strong>wait_for_ready</strong> – This is an EXPERIMENTAL argument. An optional
 flag to enable wait for ready mechanism</li>
 flag to enable wait for ready mechanism</li>
 <li><strong>compression</strong> – An element of grpc.compression, e.g.
 <li><strong>compression</strong> – An element of grpc.compression, e.g.

+ 2 - 2
python/grpc_channelz.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>gRPC Channelz &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>gRPC Channelz &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -33,7 +33,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 2 - 2
python/grpc_health_checking.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>gRPC Health Checking &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>gRPC Health Checking &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -33,7 +33,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 2 - 2
python/grpc_reflection.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>gRPC Reflection &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>gRPC Reflection &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -33,7 +33,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 2 - 2
python/grpc_status.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>gRPC Status &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>gRPC Status &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -33,7 +33,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 2 - 2
python/grpc_testing.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>gRPC Testing &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>gRPC Testing &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -33,7 +33,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 3 - 3
python/index.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Welcome to gRPC Python’s documentation! &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>Welcome to gRPC Python’s documentation! &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -32,7 +32,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 
@@ -89,7 +89,7 @@
             
             
   <div class="section" id="welcome-to-grpc-python-s-documentation">
   <div class="section" id="welcome-to-grpc-python-s-documentation">
 <h1>Welcome to gRPC Python’s documentation!<a class="headerlink" href="#welcome-to-grpc-python-s-documentation" title="Permalink to this headline">¶</a></h1>
 <h1>Welcome to gRPC Python’s documentation!<a class="headerlink" href="#welcome-to-grpc-python-s-documentation" title="Permalink to this headline">¶</a></h1>
-<p>Version: 1.21.1 Release: 1.21.1</p>
+<p>Version: 1.22.0 Release: 1.22.0</p>
 </div>
 </div>
 <div class="section" id="api-reference">
 <div class="section" id="api-reference">
 <h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to this headline">¶</a></h1>
 <h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to this headline">¶</a></h1>

BIN
python/objects.inv


+ 2 - 2
python/py-modindex.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Python Module Index &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>Python Module Index &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
     <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -34,7 +34,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>
 
 
 
 
 
 

+ 2 - 2
python/search.html

@@ -6,7 +6,7 @@
   <head>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Search &#8212; gRPC Python 1.21.1 documentation</title>
+    <title>Search &#8212; gRPC Python 1.22.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     
     
@@ -40,7 +40,7 @@
 
 
 
 
 
 
-<p class="blurb">1.21.1</p>
+<p class="blurb">1.22.0</p>