Searched refs:protocol_options (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | _client_adaptations.py | 173 protocol_options, metadata, metadata_transformer, argument 186 credentials=_credentials(protocol_options)) 193 credentials=_credentials(protocol_options)) 198 def _future_unary_unary(channel, group, method, timeout, protocol_options, argument 210 credentials=_credentials(protocol_options)) 214 def _unary_stream(channel, group, method, timeout, protocol_options, metadata, argument 226 credentials=_credentials(protocol_options)) 231 protocol_options, metadata, metadata_transformer, argument 245 credentials=_credentials(protocol_options)) 252 credentials=_credentials(protocol_options)) [all …]
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/ |
D | face.py | 364 protocol_options=None): argument 387 def future(self, request, timeout, metadata=None, protocol_options=None): argument 413 protocol_options=None): argument 437 def __call__(self, request, timeout, metadata=None, protocol_options=None): argument 462 protocol_options=None): argument 491 protocol_options=None): argument 518 protocol_options=None): argument 543 protocol_options=None): argument 571 protocol_options=None): argument 595 protocol_options=None): argument [all …]
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/ |
D | _beta_features_test.py | 194 protocol_options=call_options) 211 protocol_options=call_options) 229 protocol_options=call_options) 252 protocol_options=call_options) 325 protocol_options=call_options)
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/ |
D | base.py | 285 protocol_options=None): argument
|