Package viam.app.mltraining.v1
Enum Class MlTraining.Visibility
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<MlTraining.Visibility>,Constable
- Enclosing class:
MlTraining
public static enum MlTraining.Visibility
extends Enum<MlTraining.Visibility>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.app.mltraining.v1.Visibility-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionVISIBILITY_PRIVATE = 1;VISIBILITY_PUBLIC = 2;VISIBILITY_UNSPECIFIED = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intVISIBILITY_PRIVATE = 1;static final intVISIBILITY_PUBLIC = 2;static final intVISIBILITY_UNSPECIFIED = 0; -
Method Summary
Modifier and TypeMethodDescriptionstatic MlTraining.VisibilityforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<MlTraining.Visibility> static com.google.protobuf.Internal.EnumVerifierstatic MlTraining.VisibilityvalueOf(int value) Deprecated.static MlTraining.VisibilityReturns the enum constant of this class with the specified name.static MlTraining.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
VISIBILITY_PRIVATE = 1; -
VISIBILITY_PUBLIC
VISIBILITY_PUBLIC = 2; -
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_VALUEVISIBILITY_PRIVATE = 1;- See Also:
-
VISIBILITY_PUBLIC_VALUE
public static final int VISIBILITY_PUBLIC_VALUEVISIBILITY_PUBLIC = 2;- 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:
getNumberin 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()
-