summaryrefslogtreecommitdiff
path: root/src/buildstream/_protos/build/buildgrid/local_cas_pb2_grpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_protos/build/buildgrid/local_cas_pb2_grpc.py')
-rw-r--r--src/buildstream/_protos/build/buildgrid/local_cas_pb2_grpc.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buildstream/_protos/build/buildgrid/local_cas_pb2_grpc.py b/src/buildstream/_protos/build/buildgrid/local_cas_pb2_grpc.py
index 8dfaec7f3..68af4826c 100644
--- a/src/buildstream/_protos/build/buildgrid/local_cas_pb2_grpc.py
+++ b/src/buildstream/_protos/build/buildgrid/local_cas_pb2_grpc.py
@@ -113,10 +113,10 @@ class LocalContentAddressableStorageServicer(object):
in the local cache. Optionally, this will also fetch all blobs referenced
by the `Directory` objects, equivalent to `FetchMissingBlobs`.
- If part of the tree is missing from the CAS, the server will return the
- portion present and omit the rest.
+ If no remote CAS is available, this will check presence of the entire
+ directory tree (and optionally also file blobs) in the local cache.
- * `NOT_FOUND`: The requested tree root is not present in the CAS.
+ * `NOT_FOUND`: The requested tree is not present in the CAS or incomplete.
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')