Viam SDK
    Preparing search index...

    Enumeration Visibility

    from enum viam.app.v1.Visibility

    Index

    Enumeration Members

    PRIVATE: 1

    Private registry items are visible only within the owning org

    from enum value: VISIBILITY_PRIVATE = 1;

    PUBLIC: 2

    Public registry items are visible to everyone

    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

    from enum value: VISIBILITY_PUBLIC_UNLISTED = 3;

    UNSPECIFIED: 0

    from enum value: VISIBILITY_UNSPECIFIED = 0;