MCPcopy Create free account
hub / github.com/pydio/cells / Search

Method Search

python/cells_tree_pb2_grpc.py:1561–1585  ·  view source on GitHub ↗
(request,
            target,
            options=(),
            channel_credentials=None,
            call_credentials=None,
            insecure=False,
            compression=None,
            wait_for_ready=None,
            timeout=None,
            metadata=None)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected