NuRec gRPC API Guide uses outdated NGC resource name for protobuf package

Hi NVIDIA team,

I think the NuRec gRPC API documentation may be out of date in the section “Downloading the gRPC protobuf package”.

Documentation page:

The guide currently says to run:

ngc registry resource download-version "nvidia/nre/nre_grpc_protos:25.11"

However, with a valid NGC API key and org configured, this command fails with:

Client Error: 402 Response: Validation failed -
[User does not have subscription to product for </v2/org/nvidia/team/nre/resources/nre_grpc_protos>]

I checked the NGC resource metadata and found that the available public GA resource appears to be:This command works:

ngc registry resource download-version \
  "nvidia/nre/nre_grpc_protos-ga:26.04.00"

It downloads:

nre/
nre/README.md
nre/grpc/protos/common.proto
nre/grpc/protos/sensorsim.proto
nre/grpc/update_generated.py
nre/requirements.txt

So it looks like the protobuf package command should probably be updated from:

nvidia/nre/nre_grpc_protos:25.11

to:

nvidia/nre/nre_grpc_protos-ga:26.04.00

Could you confirm whether nre_grpc_protos-ga is the intended resource name for the current GA release and update the documentation accordingly?

Thanks.

Thanks for reporting the issue.
It is a documentation regression. it should point out “nre_grpc_protos-ga:latest”