Package viam.app.v1
Enum Class App.Visibility
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<App.Visibility>
,Constable
- Enclosing class:
- App
public static enum App.Visibility
extends Enum<App.Visibility>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.app.v1.Visibility
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionPrivate registry items are visible only within the owning orgPublic registry items are visible to everyonePublic Unlisted registry items are usable in everyone's robot but are hidden from the registry page as if they are privateVISIBILITY_UNSPECIFIED = 0;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Private registry items are visible only within the owning orgstatic final int
Public Unlisted registry items are usable in everyone's robot but are hidden from the registry page as if they are privatestatic final int
Public registry items are visible to everyonestatic final int
VISIBILITY_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic App.Visibility
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<App.Visibility>
static com.google.protobuf.Internal.EnumVerifier
static App.Visibility
valueOf
(int value) Deprecated.static App.Visibility
Returns the enum constant of this class with the specified name.static App.Visibility[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VISIBILITY_UNSPECIFIED
VISIBILITY_UNSPECIFIED = 0;
-
VISIBILITY_PRIVATE
Private registry items are visible only within the owning org
VISIBILITY_PRIVATE = 1;
-
VISIBILITY_PUBLIC
Public registry items are visible to everyone
VISIBILITY_PUBLIC = 2;
-
VISIBILITY_PUBLIC_UNLISTED
Public Unlisted registry items are usable in everyone's robot but are hidden from the registry page as if they are private
VISIBILITY_PUBLIC_UNLISTED = 3;
-
UNRECOGNIZED
-
-
Field Details
-
VISIBILITY_UNSPECIFIED_VALUE
public static final int VISIBILITY_UNSPECIFIED_VALUEVISIBILITY_UNSPECIFIED = 0;
- See Also:
-
VISIBILITY_PRIVATE_VALUE
public static final int VISIBILITY_PRIVATE_VALUEPrivate registry items are visible only within the owning org
VISIBILITY_PRIVATE = 1;
- See Also:
-
VISIBILITY_PUBLIC_VALUE
public static final int VISIBILITY_PUBLIC_VALUEPublic registry items are visible to everyone
VISIBILITY_PUBLIC = 2;
- See Also:
-
VISIBILITY_PUBLIC_UNLISTED_VALUE
public static final int VISIBILITY_PUBLIC_UNLISTED_VALUEPublic Unlisted registry items are usable in everyone's robot but are hidden from the registry page as if they are private
VISIBILITY_PUBLIC_UNLISTED = 3;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
-
internalGetValueMap
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-