(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 1559 | |
| 1560 | @staticmethod |
| 1561 | def Search(request, |
| 1562 | target, |
| 1563 | options=(), |
| 1564 | channel_credentials=None, |
| 1565 | call_credentials=None, |
| 1566 | insecure=False, |
| 1567 | compression=None, |
| 1568 | wait_for_ready=None, |
| 1569 | timeout=None, |
| 1570 | metadata=None): |
| 1571 | return grpc.experimental.unary_stream( |
| 1572 | request, |
| 1573 | target, |
| 1574 | '/tree.SyncChanges/Search', |
| 1575 | cells__tree__pb2.SearchSyncChangeRequest.SerializeToString, |
| 1576 | cells__tree__pb2.SyncChange.FromString, |
| 1577 | options, |
| 1578 | channel_credentials, |
| 1579 | insecure, |
| 1580 | call_credentials, |
| 1581 | compression, |
| 1582 | wait_for_ready, |
| 1583 | timeout, |
| 1584 | metadata, |
| 1585 | _registered_method=True) |
nothing calls this directly
no outgoing calls
no test coverage detected