Enum Class MlTraining.Visibility

java.lang.Object
java.lang.Enum<MlTraining.Visibility>
viam.app.mltraining.v1.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
  • Enum Constant Details

  • Field Details

    • VISIBILITY_UNSPECIFIED_VALUE

      public static final int VISIBILITY_UNSPECIFIED_VALUE
      VISIBILITY_UNSPECIFIED = 0;
      See Also:
    • VISIBILITY_PRIVATE_VALUE

      public static final int VISIBILITY_PRIVATE_VALUE
      VISIBILITY_PRIVATE = 1;
      See Also:
    • VISIBILITY_PUBLIC_VALUE

      public static final int VISIBILITY_PUBLIC_VALUE
      VISIBILITY_PUBLIC = 2;
      See Also:
  • Method Details

    • values

      public static MlTraining.Visibility[] 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

      public static MlTraining.Visibility valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static MlTraining.Visibility valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static MlTraining.Visibility forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<MlTraining.Visibility> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()