Go to the source code of this file.
|
def | grpc.beta.implementations.dynamic_stub (channel, service, cardinalities, options=None) |
|
def | grpc.beta.implementations.generic_stub (channel, options=None) |
|
def | grpc.beta.implementations.google_call_credentials (credentials) |
|
def | grpc.beta.implementations.insecure_channel (host, port) |
|
def | grpc.beta.implementations.metadata_call_credentials (metadata_plugin, name=None) |
|
def | grpc.beta.implementations.secure_channel (host, port, channel_credentials) |
|
def | grpc.beta.implementations.server (service_implementations, options=None) |
|
def | grpc.beta.implementations.server_options (multi_method_implementation=None, request_deserializers=None, response_serializers=None, thread_pool=None, thread_pool_size=None, default_timeout=None, maximum_timeout=None) |
|
def | grpc.beta.implementations.stub_options (host=None, request_serializers=None, response_deserializers=None, metadata_transformer=None, thread_pool=None, thread_pool_size=None) |
|
|
| grpc.beta.implementations._EMPTY_SERVER_OPTIONS = ServerOptions(None, None, None, None, None, None, None) |
|
| grpc.beta.implementations._EMPTY_STUB_OPTIONS = StubOptions(None, None, None, None, None, None) |
|
| grpc.beta.implementations.access_token_call_credentials = grpc.access_token_call_credentials |
|
| grpc.beta.implementations.CallCredentials = grpc.CallCredentials |
|
| grpc.beta.implementations.ChannelCredentials = grpc.ChannelCredentials |
|
| grpc.beta.implementations.composite_call_credentials = grpc.composite_call_credentials |
|
| grpc.beta.implementations.composite_channel_credentials = grpc.composite_channel_credentials |
|
| grpc.beta.implementations.ServerCredentials = grpc.ServerCredentials |
|
| grpc.beta.implementations.ssl_channel_credentials = grpc.ssl_channel_credentials |
|
| grpc.beta.implementations.ssl_server_credentials = grpc.ssl_server_credentials |
|