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

Method CreateVersion

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

1216
1217 @staticmethod
1218 def CreateVersion(request,
1219 target,
1220 options=(),
1221 channel_credentials=None,
1222 call_credentials=None,
1223 insecure=False,
1224 compression=None,
1225 wait_for_ready=None,
1226 timeout=None,
1227 metadata=None):
1228 return grpc.experimental.unary_unary(
1229 request,
1230 target,
1231 '/tree.NodeVersioner/CreateVersion',
1232 cells__tree__pb2.CreateVersionRequest.SerializeToString,
1233 cells__tree__pb2.CreateVersionResponse.FromString,
1234 options,
1235 channel_credentials,
1236 insecure,
1237 call_credentials,
1238 compression,
1239 wait_for_ready,
1240 timeout,
1241 metadata,
1242 _registered_method=True)
1243
1244 @staticmethod
1245 def StoreVersion(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected