Searched refs:grpc_call_options (Results 1 – 3 of 3) sorted by relevance
189 call_options = interfaces.grpc_call_options(206 call_options = interfaces.grpc_call_options(223 call_options = interfaces.grpc_call_options(246 call_options = interfaces.grpc_call_options(320 call_options = interfaces.grpc_call_options(
43 def grpc_call_options(disable_compression=False, credentials=None): function
46 def _credentials(grpc_call_options): argument47 return None if grpc_call_options is None else grpc_call_options.credentials