Home
last modified time | relevance | path

Searched refs:ContentAddressableStorageServer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/bazelbuild-remote-apis/build/bazel/remote/execution/v2/
H A Dremote_execution.pb.go7264 type ContentAddressableStorageServer interface { interface
7364 func RegisterContentAddressableStorageServer(s *grpc.Server, srv ContentAddressableStorageServer) { argument
7374 return srv.(ContentAddressableStorageServer).FindMissingBlobs(ctx, in)
7381 return srv.(ContentAddressableStorageServer).FindMissingBlobs(ctx, req.(*FindMissingBlobsRequest))
7392 return srv.(ContentAddressableStorageServer).BatchUpdateBlobs(ctx, in)
7399 return srv.(ContentAddressableStorageServer).BatchUpdateBlobs(ctx, req.(*BatchUpdateBlobsRequest))
7410 return srv.(ContentAddressableStorageServer).BatchReadBlobs(ctx, in)
7417 return srv.(ContentAddressableStorageServer).BatchReadBlobs(ctx, req.(*BatchReadBlobsRequest))
7427 …return srv.(ContentAddressableStorageServer).GetTree(m, &contentAddressableStorageGetTreeServer{st…
7445 HandlerType: (*ContentAddressableStorageServer)(nil),