Classes | |
class | GRPCCallOptions |
class | GRPCInvocationContext |
class | GRPCServicerContext |
class | Server |
Functions | |
def | grpc_call_options (disable_compression=False, credentials=None) |
def grpc.beta.interfaces.grpc_call_options | ( | disable_compression = False , |
|
credentials = None |
|||
) |
Creates a GRPCCallOptions value to be passed at RPC invocation. All parameters are optional and should always be passed by keyword. Args: disable_compression: A boolean indicating whether or not compression should be disabled for the request object of the RPC. Only valid for request-unary RPCs. credentials: A CallCredentials object to use for the invoked RPC.
Definition at line 42 of file interfaces.py.
grpc.beta.interfaces.ChannelConnectivity = grpc.ChannelConnectivity |
Definition at line 21 of file interfaces.py.
grpc.beta.interfaces.FATAL_FAILURE |
Definition at line 23 of file interfaces.py.
grpc.beta.interfaces.GRPCAuthMetadataContext = grpc.AuthMetadataContext |
Definition at line 56 of file interfaces.py.
grpc.beta.interfaces.GRPCAuthMetadataPlugin = grpc.AuthMetadataPlugin |
Definition at line 58 of file interfaces.py.
grpc.beta.interfaces.GRPCAuthMetadataPluginCallback = grpc.AuthMetadataPluginCallback |
Definition at line 57 of file interfaces.py.
grpc.beta.interfaces.StatusCode = grpc.StatusCode |
Definition at line 25 of file interfaces.py.