Private registry items are visible only within the owning org
from enum value: VISIBILITY_PRIVATE = 1;
Public registry items are visible to everyone
from enum value: VISIBILITY_PUBLIC = 2;
Public Unlisted registry items are usable in everyone's robot but are hidden from the registry page as if they are private
from enum value: VISIBILITY_PUBLIC_UNLISTED = 3;
from enum value: VISIBILITY_UNSPECIFIED = 0;
Generated using TypeDoc
Generated
from enum viam.app.v1.Visibility