Classes | |
class | _DynamicStub |
class | _GenericStub |
class | _InvocationProtocolContext |
class | _Rendezvous |
class | _StreamStreamMultiCallable |
class | _StreamUnaryMultiCallable |
class | _UnaryStreamMultiCallable |
class | _UnaryUnaryMultiCallable |
Functions | |
def | _abortion (rpc_error_call) |
def | _abortion_error (rpc_error_call) |
def | _blocking_stream_unary (channel, group, method, timeout, with_call, protocol_options, metadata, metadata_transformer, request_iterator, request_serializer, response_deserializer) |
def | _blocking_unary_unary (channel, group, method, timeout, with_call, protocol_options, metadata, metadata_transformer, request, request_serializer, response_deserializer) |
def | _credentials (grpc_call_options) |
def | _effective_metadata (metadata, metadata_transformer) |
def | _future_stream_unary (channel, group, method, timeout, protocol_options, metadata, metadata_transformer, request_iterator, request_serializer, response_deserializer) |
def | _future_unary_unary (channel, group, method, timeout, protocol_options, metadata, metadata_transformer, request, request_serializer, response_deserializer) |
def | _stream_stream (channel, group, method, timeout, protocol_options, metadata, metadata_transformer, request_iterator, request_serializer, response_deserializer) |
def | _unary_stream (channel, group, method, timeout, protocol_options, metadata, metadata_transformer, request, request_serializer, response_deserializer) |
def | dynamic_stub (channel, service, cardinalities, host, metadata_transformer, request_serializers, response_deserializers) |
def | generic_stub (channel, host, metadata_transformer, request_serializers, response_deserializers) |
Variables | |
dictionary | _STATUS_CODE_TO_ABORTION_KIND_AND_ABORTION_ERROR_CLASS |
|
private |
Definition at line 50 of file _client_adaptations.py.
|
private |
Definition at line 59 of file _client_adaptations.py.
|
private |
Definition at line 229 of file _client_adaptations.py.
|
private |
Definition at line 172 of file _client_adaptations.py.
|
private |
Definition at line 46 of file _client_adaptations.py.
|
private |
Definition at line 38 of file _client_adaptations.py.
|
private |
Definition at line 255 of file _client_adaptations.py.
|
private |
Definition at line 197 of file _client_adaptations.py.
|
private |
Definition at line 271 of file _client_adaptations.py.
|
private |
Definition at line 213 of file _client_adaptations.py.
def grpc.beta._client_adaptations.dynamic_stub | ( | channel, | |
service, | |||
cardinalities, | |||
host, | |||
metadata_transformer, | |||
request_serializers, | |||
response_deserializers | |||
) |
Definition at line 702 of file _client_adaptations.py.
def grpc.beta._client_adaptations.generic_stub | ( | channel, | |
host, | |||
metadata_transformer, | |||
request_serializers, | |||
response_deserializers | |||
) |
Definition at line 696 of file _client_adaptations.py.
|
private |
Definition at line 26 of file _client_adaptations.py.