|
|
|
@ -415,8 +415,7 @@ class ClientCallDetails(abc.ABC): |
|
|
|
|
metadata: Optional :term:`metadata` to be transmitted to |
|
|
|
|
the service-side of the RPC. |
|
|
|
|
credentials: An optional CallCredentials for the RPC. |
|
|
|
|
wait_for_ready: This is an EXPERIMENTAL argument. An optional |
|
|
|
|
flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
wait_for_ready: An optional flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
compression: An element of grpc.compression, e.g. |
|
|
|
|
grpc.compression.Gzip. |
|
|
|
|
""" |
|
|
|
@ -680,8 +679,7 @@ class UnaryUnaryMultiCallable(abc.ABC): |
|
|
|
|
service-side of the RPC. |
|
|
|
|
credentials: An optional CallCredentials for the RPC. Only valid for |
|
|
|
|
secure Channel. |
|
|
|
|
wait_for_ready: This is an EXPERIMENTAL argument. An optional |
|
|
|
|
flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
wait_for_ready: An optional flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
compression: An element of grpc.compression, e.g. |
|
|
|
|
grpc.compression.Gzip. |
|
|
|
|
|
|
|
|
@ -713,8 +711,7 @@ class UnaryUnaryMultiCallable(abc.ABC): |
|
|
|
|
service-side of the RPC. |
|
|
|
|
credentials: An optional CallCredentials for the RPC. Only valid for |
|
|
|
|
secure Channel. |
|
|
|
|
wait_for_ready: This is an EXPERIMENTAL argument. An optional |
|
|
|
|
flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
wait_for_ready: An optional flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
compression: An element of grpc.compression, e.g. |
|
|
|
|
grpc.compression.Gzip. |
|
|
|
|
|
|
|
|
@ -746,8 +743,7 @@ class UnaryUnaryMultiCallable(abc.ABC): |
|
|
|
|
service-side of the RPC. |
|
|
|
|
credentials: An optional CallCredentials for the RPC. Only valid for |
|
|
|
|
secure Channel. |
|
|
|
|
wait_for_ready: This is an EXPERIMENTAL argument. An optional |
|
|
|
|
flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
wait_for_ready: An optional flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
compression: An element of grpc.compression, e.g. |
|
|
|
|
grpc.compression.Gzip. |
|
|
|
|
|
|
|
|
@ -782,8 +778,7 @@ class UnaryStreamMultiCallable(abc.ABC): |
|
|
|
|
service-side of the RPC. |
|
|
|
|
credentials: An optional CallCredentials for the RPC. Only valid for |
|
|
|
|
secure Channel. |
|
|
|
|
wait_for_ready: This is an EXPERIMENTAL argument. An optional |
|
|
|
|
flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
wait_for_ready: An optional flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
compression: An element of grpc.compression, e.g. |
|
|
|
|
grpc.compression.Gzip. |
|
|
|
|
|
|
|
|
@ -818,8 +813,7 @@ class StreamUnaryMultiCallable(abc.ABC): |
|
|
|
|
service-side of the RPC. |
|
|
|
|
credentials: An optional CallCredentials for the RPC. Only valid for |
|
|
|
|
secure Channel. |
|
|
|
|
wait_for_ready: This is an EXPERIMENTAL argument. An optional |
|
|
|
|
flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
wait_for_ready: An optional flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
compression: An element of grpc.compression, e.g. |
|
|
|
|
grpc.compression.Gzip. |
|
|
|
|
|
|
|
|
@ -852,8 +846,7 @@ class StreamUnaryMultiCallable(abc.ABC): |
|
|
|
|
service-side of the RPC. |
|
|
|
|
credentials: An optional CallCredentials for the RPC. Only valid for |
|
|
|
|
secure Channel. |
|
|
|
|
wait_for_ready: This is an EXPERIMENTAL argument. An optional |
|
|
|
|
flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
wait_for_ready: An optional flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
compression: An element of grpc.compression, e.g. |
|
|
|
|
grpc.compression.Gzip. |
|
|
|
|
|
|
|
|
@ -885,8 +878,7 @@ class StreamUnaryMultiCallable(abc.ABC): |
|
|
|
|
service-side of the RPC. |
|
|
|
|
credentials: An optional CallCredentials for the RPC. Only valid for |
|
|
|
|
secure Channel. |
|
|
|
|
wait_for_ready: This is an EXPERIMENTAL argument. An optional |
|
|
|
|
flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
wait_for_ready: An optional flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
compression: An element of grpc.compression, e.g. |
|
|
|
|
grpc.compression.Gzip. |
|
|
|
|
|
|
|
|
@ -921,8 +913,7 @@ class StreamStreamMultiCallable(abc.ABC): |
|
|
|
|
service-side of the RPC. |
|
|
|
|
credentials: An optional CallCredentials for the RPC. Only valid for |
|
|
|
|
secure Channel. |
|
|
|
|
wait_for_ready: This is an EXPERIMENTAL argument. An optional |
|
|
|
|
flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
wait_for_ready: An optional flag to enable :term:`wait_for_ready` mechanism. |
|
|
|
|
compression: An element of grpc.compression, e.g. |
|
|
|
|
grpc.compression.Gzip. |
|
|
|
|
|
|
|
|
|