(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 1432 | |
| 1433 | @staticmethod |
| 1434 | def GetEncryptionKey(request, |
| 1435 | target, |
| 1436 | options=(), |
| 1437 | channel_credentials=None, |
| 1438 | call_credentials=None, |
| 1439 | insecure=False, |
| 1440 | compression=None, |
| 1441 | wait_for_ready=None, |
| 1442 | timeout=None, |
| 1443 | metadata=None): |
| 1444 | return grpc.experimental.unary_unary( |
| 1445 | request, |
| 1446 | target, |
| 1447 | '/tree.FileKeyManager/GetEncryptionKey', |
| 1448 | cells__tree__pb2.GetEncryptionKeyRequest.SerializeToString, |
| 1449 | cells__tree__pb2.GetEncryptionKeyResponse.FromString, |
| 1450 | options, |
| 1451 | channel_credentials, |
| 1452 | insecure, |
| 1453 | call_credentials, |
| 1454 | compression, |
| 1455 | wait_for_ready, |
| 1456 | timeout, |
| 1457 | metadata, |
| 1458 | _registered_method=True) |
| 1459 | |
| 1460 | |
| 1461 | class SyncChangesStub(object): |
nothing calls this directly
no outgoing calls
no test coverage detected