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

Method StoreVersion

python/cells_tree_pb2_grpc.py:1245–1269  ·  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

1243
1244 @staticmethod
1245 def StoreVersion(request,
1246 target,
1247 options=(),
1248 channel_credentials=None,
1249 call_credentials=None,
1250 insecure=False,
1251 compression=None,
1252 wait_for_ready=None,
1253 timeout=None,
1254 metadata=None):
1255 return grpc.experimental.unary_unary(
1256 request,
1257 target,
1258 '/tree.NodeVersioner/StoreVersion',
1259 cells__tree__pb2.StoreVersionRequest.SerializeToString,
1260 cells__tree__pb2.StoreVersionResponse.FromString,
1261 options,
1262 channel_credentials,
1263 insecure,
1264 call_credentials,
1265 compression,
1266 wait_for_ready,
1267 timeout,
1268 metadata,
1269 _registered_method=True)
1270
1271 @staticmethod
1272 def ListVersions(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected