
Public Member Functions | |
| def | __init__ (self, disable_compression, subcall_of, credentials) |
Public Attributes | |
| credentials | |
| disable_compression | |
| subcall_of | |
A value encapsulating gRPC-specific options passed on RPC invocation. This class and its instances have no supported interface - it exists to define the type of its instances and its instances exist to be passed to other functions.
Definition at line 28 of file interfaces.py.
| def grpc.beta.interfaces.GRPCCallOptions.__init__ | ( | self, | |
| disable_compression, | |||
| subcall_of, | |||
| credentials | |||
| ) |
Definition at line 36 of file interfaces.py.
| grpc.beta.interfaces.GRPCCallOptions.credentials |
Definition at line 39 of file interfaces.py.
| grpc.beta.interfaces.GRPCCallOptions.disable_compression |
Definition at line 37 of file interfaces.py.
| grpc.beta.interfaces.GRPCCallOptions.subcall_of |
Definition at line 38 of file interfaces.py.