gRPC Python
1.31.0
Navigation
Contents:
gRPC
gRPC AsyncIO API
gRPC Channelz
gRPC Health Checking
gRPC Reflection
gRPC Status
gRPC Testing
Glossary
Related Topics
Documentation overview
Quick search
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
W
_
__aenter__() (grpc.experimental.aio.Channel method)
__aexit__() (grpc.experimental.aio.Channel method)
__aiter__() (grpc.experimental.aio.StreamStreamCall method)
(grpc.experimental.aio.UnaryStreamCall method)
__await__() (grpc.experimental.aio.StreamUnaryCall method)
(grpc.experimental.aio.UnaryUnaryCall method)
__call__() (grpc.AuthMetadataPlugin method)
(grpc.AuthMetadataPluginCallback method)
(grpc.experimental.aio.StreamStreamMultiCallable method)
(grpc.experimental.aio.StreamUnaryMultiCallable method)
(grpc.experimental.aio.UnaryStreamMultiCallable method)
(grpc.experimental.aio.UnaryUnaryMultiCallable method)
(grpc.StreamStreamMultiCallable method)
(grpc.StreamUnaryMultiCallable method)
(grpc.UnaryStreamMultiCallable method)
(grpc.UnaryUnaryMultiCallable method)
__enter__() (grpc.Channel method)
__exit__() (grpc.Channel method)
A
abort() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
abort_with_status() (grpc.ServicerContext method)
ABORTED (grpc.StatusCode attribute)
AbortError
access_token_call_credentials() (in module grpc)
add_callback() (grpc.RpcContext method)
add_channelz_servicer() (in module grpc_channelz.v1.channelz)
add_done_callback() (grpc.experimental.aio.RpcContext method)
(grpc.Future method)
add_generic_rpc_handlers() (grpc.experimental.aio.Server method)
(grpc.Server method)
add_insecure_port() (grpc.experimental.aio.Server method)
(grpc.Server method)
add_secure_port() (grpc.experimental.aio.Server method)
(grpc.Server method)
AioRpcError
ALREADY_EXISTS (grpc.StatusCode attribute)
auth_context() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
AuthMetadataContext (class in grpc)
AuthMetadataPlugin (class in grpc)
AuthMetadataPluginCallback (class in grpc)
B
BaseError
C
Call (class in grpc)
(class in grpc.experimental.aio)
call_at() (grpc_testing.Time method)
call_in() (grpc_testing.Time method)
CallCredentials (class in grpc)
cancel() (grpc.experimental.aio.RpcContext method)
(grpc.Future method)
(grpc.RpcContext method)
(grpc_testing.StreamStreamServerRpc method)
(grpc_testing.StreamUnaryServerRpc method)
(grpc_testing.UnaryStreamServerRpc method)
(grpc_testing.UnaryUnaryServerRpc method)
CANCELLED (grpc.StatusCode attribute)
cancelled() (grpc.experimental.aio.RpcContext method)
(grpc.Future method)
(grpc_testing.StreamStreamChannelRpc method)
(grpc_testing.StreamUnaryChannelRpc method)
(grpc_testing.UnaryStreamChannelRpc method)
(grpc_testing.UnaryUnaryChannelRpc method)
Channel (class in grpc)
(class in grpc.experimental.aio)
(class in grpc_testing)
channel() (in module grpc_testing)
channel_arguments
channel_ready() (grpc.experimental.aio.Channel method)
channel_ready_future() (in module grpc)
ChannelConnectivity (class in grpc)
ChannelCredentials (class in grpc)
ChannelzServicer (class in grpc_channelz.v1.channelz)
Check() (grpc_health.v1.health.HealthServicer method)
ClientCallDetails (class in grpc)
(class in grpc.experimental.aio)
close() (grpc.Channel method)
(grpc.experimental.aio.Channel method)
code() (grpc.Call method)
(grpc.experimental.aio.AioRpcError method)
(grpc.experimental.aio.Call method)
composite_call_credentials() (in module grpc)
composite_channel_credentials() (in module grpc)
Compression (class in grpc)
compression (grpc.ClientCallDetails attribute)
CONNECTING (grpc.ChannelConnectivity attribute)
credentials (grpc.ClientCallDetails attribute)
D
DATA_LOSS (grpc.StatusCode attribute)
DEADLINE_EXCEEDED (grpc.StatusCode attribute)
debug_error_string() (grpc.experimental.aio.AioRpcError method)
Deflate (grpc.Compression attribute)
deserializer
details() (grpc.Call method)
(grpc.experimental.aio.AioRpcError method)
(grpc.experimental.aio.Call method)
disable_next_message_compression() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
done() (grpc.experimental.aio.RpcContext method)
(grpc.Future method)
done_writing() (grpc.experimental.aio.StreamStreamCall method)
(grpc.experimental.aio.StreamUnaryCall method)
dynamic_ssl_server_credentials() (in module grpc)
E
enable_server_reflection() (in module grpc_reflection.v1alpha.reflection)
enter_graceful_shutdown() (grpc_health.v1.health.HealthServicer method)
exception() (grpc.Future method)
F
FAILED_PRECONDITION (grpc.StatusCode attribute)
from_call() (in module grpc_status.rpc_status)
Future (class in grpc)
future() (grpc.StreamUnaryMultiCallable method)
(grpc.UnaryUnaryMultiCallable method)
FutureCancelledError
FutureTimeoutError
G
GenericRpcHandler (class in grpc)
get_state() (grpc.experimental.aio.Channel method)
GetChannel() (grpc_channelz.v1.channelz.ChannelzServicer static method)
GetServer() (grpc_channelz.v1.channelz.ChannelzServicer static method)
GetServers() (grpc_channelz.v1.channelz.ChannelzServicer static method)
GetServerSockets() (grpc_channelz.v1.channelz.ChannelzServicer static method)
GetSocket() (grpc_channelz.v1.channelz.ChannelzServicer static method)
GetSubchannel() (grpc_channelz.v1.channelz.ChannelzServicer static method)
GetTopChannels() (grpc_channelz.v1.channelz.ChannelzServicer static method)
grpc
module
grpc.experimental.aio
module
grpc_channelz.v1.channelz
module
grpc_reflection.v1alpha.reflection
module
grpc_status.rpc_status
module
grpc_testing
module
Gzip (grpc.Compression attribute)
H
HandlerCallDetails (class in grpc)
HealthServicer (class in grpc_health.v1.health)
I
IDLE (grpc.ChannelConnectivity attribute)
initial_metadata() (grpc.Call method)
(grpc.experimental.aio.AioRpcError method)
(grpc.experimental.aio.Call method)
(grpc_testing.StreamStreamServerRpc method)
(grpc_testing.StreamUnaryServerRpc method)
(grpc_testing.UnaryStreamServerRpc method)
(grpc_testing.UnaryUnaryServerRpc method)
insecure_channel() (in module grpc)
(in module grpc.experimental.aio)
intercept_channel() (in module grpc)
intercept_service() (grpc.ServerInterceptor method)
intercept_stream_stream() (grpc.StreamStreamClientInterceptor method)
intercept_stream_unary() (grpc.StreamUnaryClientInterceptor method)
intercept_unary_stream() (grpc.UnaryStreamClientInterceptor method)
intercept_unary_unary() (grpc.experimental.aio.UnaryUnaryClientInterceptor method)
(grpc.UnaryUnaryClientInterceptor method)
InterceptedUnaryUnaryCall (class in grpc.experimental.aio)
INTERNAL (grpc.StatusCode attribute)
InternalError
INVALID_ARGUMENT (grpc.StatusCode attribute)
invocation_metadata (grpc.HandlerCallDetails attribute)
invocation_metadata() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
invoke_stream_stream() (grpc_testing.Server method)
invoke_stream_unary() (grpc_testing.Server method)
invoke_unary_stream() (grpc_testing.Server method)
invoke_unary_unary() (grpc_testing.Server method)
is_active() (grpc.RpcContext method)
L
local_channel_credentials() (in module grpc)
local_server_credentials() (in module grpc)
LOCAL_TCP (grpc.LocalConnectionType attribute)
LocalConnectionType (class in grpc)
M
metadata
(grpc.ClientCallDetails attribute)
metadata_call_credentials() (in module grpc)
metadatum
method (grpc.ClientCallDetails attribute)
(grpc.HandlerCallDetails attribute)
method_handlers_generic_handler() (in module grpc)
method_name (grpc.AuthMetadataContext attribute)
module
grpc
grpc.experimental.aio
grpc_channelz.v1.channelz
grpc_reflection.v1alpha.reflection
grpc_status.rpc_status
grpc_testing
N
NoCompression (grpc.Compression attribute)
NOT_FOUND (grpc.StatusCode attribute)
O
OK (grpc.StatusCode attribute)
P
peer() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
peer_identities() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
peer_identity_key() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
PERMISSION_DENIED (grpc.StatusCode attribute)
R
read() (grpc.experimental.aio.ServicerContext method)
(grpc.experimental.aio.StreamStreamCall method)
(grpc.experimental.aio.UnaryStreamCall method)
READY (grpc.ChannelConnectivity attribute)
ReflectionServicer (class in grpc_reflection.v1alpha.reflection)
request_deserializer (grpc.RpcMethodHandler attribute)
request_streaming (grpc.RpcMethodHandler attribute)
requests_closed() (grpc_testing.StreamStreamChannelRpc method)
(grpc_testing.StreamStreamServerRpc method)
(grpc_testing.StreamUnaryChannelRpc method)
(grpc_testing.StreamUnaryServerRpc method)
RESOURCE_EXHAUSTED (grpc.StatusCode attribute)
response_serializer (grpc.RpcMethodHandler attribute)
response_streaming (grpc.RpcMethodHandler attribute)
result() (grpc.Future method)
RpcContext (class in grpc)
(class in grpc.experimental.aio)
RpcError
RpcMethodHandler (class in grpc)
running() (grpc.Future method)
S
secure_channel() (in module grpc)
(in module grpc.experimental.aio)
send_initial_metadata() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
(grpc_testing.StreamStreamChannelRpc method)
(grpc_testing.StreamUnaryChannelRpc method)
(grpc_testing.UnaryStreamChannelRpc method)
(grpc_testing.UnaryUnaryChannelRpc method)
send_request() (grpc_testing.StreamStreamServerRpc method)
(grpc_testing.StreamUnaryServerRpc method)
send_response() (grpc_testing.StreamStreamChannelRpc method)
(grpc_testing.UnaryStreamChannelRpc method)
serializer
Server (class in grpc)
(class in grpc.experimental.aio)
(class in grpc_testing)
server() (in module grpc)
(in module grpc.experimental.aio)
server_from_dictionary() (in module grpc_testing)
ServerCertificateConfiguration (class in grpc)
ServerCredentials (class in grpc)
ServerInterceptor (class in grpc)
ServerReflectionInfo() (grpc_reflection.v1alpha.reflection.ReflectionServicer method)
service() (grpc.GenericRpcHandler method)
service_name() (grpc.ServiceRpcHandler method)
service_url (grpc.AuthMetadataContext attribute)
ServicerContext (class in grpc)
(class in grpc.experimental.aio)
ServiceRpcHandler (class in grpc)
set() (grpc_health.v1.health.HealthServicer method)
set_code() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
set_compression() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
set_details() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
set_trailing_metadata() (grpc.experimental.aio.ServicerContext method)
(grpc.ServicerContext method)
SHUTDOWN (grpc.ChannelConnectivity attribute)
sleep_for() (grpc_testing.Time method)
sleep_until() (grpc_testing.Time method)
ssl_channel_credentials() (in module grpc)
ssl_server_certificate_configuration() (in module grpc)
ssl_server_credentials() (in module grpc)
start() (grpc.experimental.aio.Server method)
(grpc.Server method)
StatusCode (class in grpc)
stop() (grpc.experimental.aio.Server method)
(grpc.Server method)
stream_stream (grpc.RpcMethodHandler attribute)
stream_stream() (grpc.Channel method)
(grpc.experimental.aio.Channel method)
stream_stream_rpc_method_handler() (in module grpc)
stream_unary (grpc.RpcMethodHandler attribute)
stream_unary() (grpc.Channel method)
(grpc.experimental.aio.Channel method)
stream_unary_rpc_method_handler() (in module grpc)
StreamStreamCall (class in grpc.experimental.aio)
StreamStreamChannelRpc (class in grpc_testing)
StreamStreamClientInterceptor (class in grpc)
StreamStreamMultiCallable (class in grpc)
(class in grpc.experimental.aio)
StreamStreamServerRpc (class in grpc_testing)
StreamUnaryCall (class in grpc.experimental.aio)
StreamUnaryChannelRpc (class in grpc_testing)
StreamUnaryClientInterceptor (class in grpc)
StreamUnaryMultiCallable (class in grpc)
(class in grpc.experimental.aio)
StreamUnaryServerRpc (class in grpc_testing)
strict_fake_time() (in module grpc_testing)
strict_real_time() (in module grpc_testing)
subscribe() (grpc.Channel method)
T
take_request() (grpc_testing.StreamStreamChannelRpc method)
(grpc_testing.StreamUnaryChannelRpc method)
take_response() (grpc_testing.StreamStreamServerRpc method)
(grpc_testing.UnaryStreamServerRpc method)
take_stream_stream() (grpc_testing.Channel method)
take_stream_unary() (grpc_testing.Channel method)
take_unary_stream() (grpc_testing.Channel method)
take_unary_unary() (grpc_testing.Channel method)
terminate() (grpc_testing.StreamStreamChannelRpc method)
(grpc_testing.StreamUnaryChannelRpc method)
(grpc_testing.UnaryStreamChannelRpc method)
(grpc_testing.UnaryUnaryChannelRpc method)
termination() (grpc_testing.StreamStreamServerRpc method)
(grpc_testing.StreamUnaryServerRpc method)
(grpc_testing.UnaryStreamServerRpc method)
(grpc_testing.UnaryUnaryServerRpc method)
Time (class in grpc_testing)
time() (grpc_testing.Time method)
time_remaining() (grpc.experimental.aio.InterceptedUnaryUnaryCall method)
(grpc.experimental.aio.RpcContext method)
(grpc.RpcContext method)
timeout (grpc.ClientCallDetails attribute)
to_status() (in module grpc_status.rpc_status)
traceback() (grpc.Future method)
trailing_metadata() (grpc.Call method)
(grpc.experimental.aio.AioRpcError method)
(grpc.experimental.aio.Call method)
TRANSIENT_FAILURE (grpc.ChannelConnectivity attribute)
U
UDS (grpc.LocalConnectionType attribute)
unary_stream (grpc.RpcMethodHandler attribute)
unary_stream() (grpc.Channel method)
(grpc.experimental.aio.Channel method)
unary_stream_rpc_method_handler() (in module grpc)
unary_unary (grpc.RpcMethodHandler attribute)
unary_unary() (grpc.Channel method)
(grpc.experimental.aio.Channel method)
unary_unary_rpc_method_handler() (in module grpc)
UnaryStreamCall (class in grpc.experimental.aio)
UnaryStreamChannelRpc (class in grpc_testing)
UnaryStreamClientInterceptor (class in grpc)
UnaryStreamMultiCallable (class in grpc)
(class in grpc.experimental.aio)
UnaryStreamServerRpc (class in grpc_testing)
UnaryUnaryCall (class in grpc.experimental.aio)
UnaryUnaryChannelRpc (class in grpc_testing)
UnaryUnaryClientInterceptor (class in grpc)
(class in grpc.experimental.aio)
UnaryUnaryMultiCallable (class in grpc)
(class in grpc.experimental.aio)
UnaryUnaryServerRpc (class in grpc_testing)
UNAUTHENTICATED (grpc.StatusCode attribute)
UNAVAILABLE (grpc.StatusCode attribute)
UNIMPLEMENTED (grpc.StatusCode attribute)
UNKNOWN (grpc.StatusCode attribute)
unsubscribe() (grpc.Channel method)
UsageError
W
wait_for_connection() (grpc.experimental.aio.Call method)
wait_for_ready
(grpc.ClientCallDetails attribute)
wait_for_state_change() (grpc.experimental.aio.Channel method)
wait_for_termination() (grpc.experimental.aio.Server method)
(grpc.Server method)
Watch() (grpc_health.v1.health.HealthServicer method)
with_call() (grpc.StreamUnaryMultiCallable method)
(grpc.UnaryUnaryMultiCallable method)
write() (grpc.experimental.aio.ServicerContext method)
(grpc.experimental.aio.StreamStreamCall method)
(grpc.experimental.aio.StreamUnaryCall method)