Package viam.app.v1

Enum Class Billing.SourceType

java.lang.Object
java.lang.Enum<Billing.SourceType>
viam.app.v1.Billing.SourceType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<Billing.SourceType>, Constable
Enclosing class:
Billing

public static enum Billing.SourceType extends Enum<Billing.SourceType> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.app.v1.SourceType
  • Enum Constant Details

    • SOURCE_TYPE_UNSPECIFIED

      public static final Billing.SourceType SOURCE_TYPE_UNSPECIFIED
      SOURCE_TYPE_UNSPECIFIED = 0;
    • SOURCE_TYPE_ORG

      public static final Billing.SourceType SOURCE_TYPE_ORG
      SOURCE_TYPE_ORG = 1;
    • SOURCE_TYPE_FRAGMENT

      public static final Billing.SourceType SOURCE_TYPE_FRAGMENT
      SOURCE_TYPE_FRAGMENT = 2;
    • UNRECOGNIZED

      public static final Billing.SourceType UNRECOGNIZED
  • Field Details

    • SOURCE_TYPE_UNSPECIFIED_VALUE

      public static final int SOURCE_TYPE_UNSPECIFIED_VALUE
      SOURCE_TYPE_UNSPECIFIED = 0;
      See Also:
    • SOURCE_TYPE_ORG_VALUE

      public static final int SOURCE_TYPE_ORG_VALUE
      SOURCE_TYPE_ORG = 1;
      See Also:
    • SOURCE_TYPE_FRAGMENT_VALUE

      public static final int SOURCE_TYPE_FRAGMENT_VALUE
      SOURCE_TYPE_FRAGMENT = 2;
      See Also:
  • Method Details

    • values

      public static Billing.SourceType[] 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 Billing.SourceType 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 Billing.SourceType 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 Billing.SourceType forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Billing.SourceType> internalGetValueMap()
    • internalGetVerifier

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