Enumeration Visibility

Generated

from enum viam.app.v1.Visibility

Enumeration Members

PRIVATE: 1

Private registry items are visible only within the owning org

Generated

from enum value: VISIBILITY_PRIVATE = 1;

PUBLIC: 2

Public registry items are visible to everyone

Generated

from enum value: VISIBILITY_PUBLIC = 2;

PUBLIC_UNLISTED: 3

Public Unlisted registry items are usable in everyone's robot but are hidden from the registry page as if they are private

Generated

from enum value: VISIBILITY_PUBLIC_UNLISTED = 3;

UNSPECIFIED: 0

Generated

from enum value: VISIBILITY_UNSPECIFIED = 0;

Generated using TypeDoc