Class/Object

io.envoyproxy.pgv.validate.validate

UInt32Rules

Related Docs: object UInt32Rules | package validate

Permalink

final case class UInt32Rules(const: Option[Int] = _root_.scala.None, lt: Option[Int] = _root_.scala.None, lte: Option[Int] = _root_.scala.None, gt: Option[Int] = _root_.scala.None, gte: Option[Int] = _root_.scala.None, in: Seq[Int] = _root_.scala.Seq.empty, notIn: Seq[Int] = _root_.scala.Seq.empty) extends GeneratedMessage with Message[UInt32Rules] with Updatable[UInt32Rules] with Product with Serializable

UInt32Rules describes the constraints applied to uint32 values

const

Const specifies that this field must be exactly the specified value

lt

Lt specifies that this field must be less than the specified value, exclusive

lte

Lte specifies that this field must be less than or equal to the specified value, inclusive

gt

Gt specifies that this field must be greater than the specified value, exclusive. If the value of Gt is larger than a specified Lt or Lte, the range is reversed.

gte

Gte specifies that this field must be greater than or equal to the specified value, inclusive. If the value of Gte is larger than a specified Lt or Lte, the range is reversed.

in

In specifies that this field must be equal to one of the specified values

notIn

NotIn specifies that this field cannot be equal to one of the specified values

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[UInt32Rules], Message[UInt32Rules], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UInt32Rules
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UInt32Rules(const: Option[Int] = _root_.scala.None, lt: Option[Int] = _root_.scala.None, lte: Option[Int] = _root_.scala.None, gt: Option[Int] = _root_.scala.None, gte: Option[Int] = _root_.scala.None, in: Seq[Int] = _root_.scala.Seq.empty, notIn: Seq[Int] = _root_.scala.Seq.empty)

    Permalink

    const

    Const specifies that this field must be exactly the specified value

    lt

    Lt specifies that this field must be less than the specified value, exclusive

    lte

    Lte specifies that this field must be less than or equal to the specified value, inclusive

    gt

    Gt specifies that this field must be greater than the specified value, exclusive. If the value of Gt is larger than a specified Lt or Lte, the range is reversed.

    gte

    Gte specifies that this field must be greater than or equal to the specified value, inclusive. If the value of Gte is larger than a specified Lt or Lte, the range is reversed.

    in

    In specifies that this field must be equal to one of the specified values

    notIn

    NotIn specifies that this field cannot be equal to one of the specified values

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAllIn(__vs: Iterable[Int]): UInt32Rules

    Permalink
  5. def addAllNotIn(__vs: Iterable[Int]): UInt32Rules

    Permalink
  6. def addIn(__vs: Int*): UInt32Rules

    Permalink
  7. def addNotIn(__vs: Int*): UInt32Rules

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clearConst: UInt32Rules

    Permalink
  10. def clearGt: UInt32Rules

    Permalink
  11. def clearGte: UInt32Rules

    Permalink
  12. def clearIn: UInt32Rules

    Permalink
  13. def clearLt: UInt32Rules

    Permalink
  14. def clearLte: UInt32Rules

    Permalink
  15. def clearNotIn: UInt32Rules

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def companion: UInt32Rules.type

    Permalink
    Definition Classes
    UInt32Rules → GeneratedMessage
  18. val const: Option[Int]

    Permalink

    Const specifies that this field must be exactly the specified value

  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getConst: Int

    Permalink
  23. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    UInt32Rules → GeneratedMessage
  24. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    UInt32Rules → GeneratedMessage
  25. def getGt: Int

    Permalink
  26. def getGte: Int

    Permalink
  27. def getLt: Int

    Permalink
  28. def getLte: Int

    Permalink
  29. val gt: Option[Int]

    Permalink

    Gt specifies that this field must be greater than the specified value, exclusive.

    Gt specifies that this field must be greater than the specified value, exclusive. If the value of Gt is larger than a specified Lt or Lte, the range is reversed.

  30. val gte: Option[Int]

    Permalink

    Gte specifies that this field must be greater than or equal to the specified value, inclusive.

    Gte specifies that this field must be greater than or equal to the specified value, inclusive. If the value of Gte is larger than a specified Lt or Lte, the range is reversed.

  31. val in: Seq[Int]

    Permalink

    In specifies that this field must be equal to one of the specified values

  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. val lt: Option[Int]

    Permalink

    Lt specifies that this field must be less than the specified value, exclusive

  34. val lte: Option[Int]

    Permalink

    Lte specifies that this field must be less than or equal to the specified value, inclusive

  35. def mergeFrom(_input__: CodedInputStream): UInt32Rules

    Permalink
    Definition Classes
    UInt32Rules → Message
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. val notIn: Seq[Int]

    Permalink

    NotIn specifies that this field cannot be equal to one of the specified values

  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def serializedSize: Int

    Permalink
    Definition Classes
    UInt32Rules → GeneratedMessage
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  43. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  44. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  45. def toProtoString: String

    Permalink
    Definition Classes
    UInt32Rules → GeneratedMessage
  46. def update(ms: (Lens[UInt32Rules, UInt32Rules]) ⇒ Mutation[UInt32Rules]*): UInt32Rules

    Permalink
    Definition Classes
    Updatable
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def withConst(__v: Int): UInt32Rules

    Permalink
  51. def withGt(__v: Int): UInt32Rules

    Permalink
  52. def withGte(__v: Int): UInt32Rules

    Permalink
  53. def withIn(__v: Seq[Int]): UInt32Rules

    Permalink
  54. def withLt(__v: Int): UInt32Rules

    Permalink
  55. def withLte(__v: Int): UInt32Rules

    Permalink
  56. def withNotIn(__v: Seq[Int]): UInt32Rules

    Permalink
  57. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  58. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    UInt32Rules → GeneratedMessage
  59. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[UInt32Rules]

Inherited from Message[UInt32Rules]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped