Class/Object

io.envoyproxy.pgv.validate.validate

UInt64Rules

Related Docs: object UInt64Rules | package validate

Permalink

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

UInt64Rules describes the constraints applied to uint64 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[UInt64Rules], Message[UInt64Rules], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UInt64Rules
  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 UInt64Rules(const: Option[Long] = _root_.scala.None, lt: Option[Long] = _root_.scala.None, lte: Option[Long] = _root_.scala.None, gt: Option[Long] = _root_.scala.None, gte: Option[Long] = _root_.scala.None, in: Seq[Long] = _root_.scala.Seq.empty, notIn: Seq[Long] = _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[Long]): UInt64Rules

    Permalink
  5. def addAllNotIn(__vs: Iterable[Long]): UInt64Rules

    Permalink
  6. def addIn(__vs: Long*): UInt64Rules

    Permalink
  7. def addNotIn(__vs: Long*): UInt64Rules

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clearConst: UInt64Rules

    Permalink
  10. def clearGt: UInt64Rules

    Permalink
  11. def clearGte: UInt64Rules

    Permalink
  12. def clearIn: UInt64Rules

    Permalink
  13. def clearLt: UInt64Rules

    Permalink
  14. def clearLte: UInt64Rules

    Permalink
  15. def clearNotIn: UInt64Rules

    Permalink
  16. def clone(): AnyRef

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

    Permalink
    Definition Classes
    UInt64Rules → GeneratedMessage
  18. val const: Option[Long]

    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: Long

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

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

    Permalink
    Definition Classes
    UInt64Rules → GeneratedMessage
  25. def getGt: Long

    Permalink
  26. def getGte: Long

    Permalink
  27. def getLt: Long

    Permalink
  28. def getLte: Long

    Permalink
  29. val gt: Option[Long]

    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[Long]

    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[Long]

    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[Long]

    Permalink

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

  34. val lte: Option[Long]

    Permalink

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

  35. def mergeFrom(_input__: CodedInputStream): UInt64Rules

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

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

    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
    UInt64Rules → 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
    UInt64Rules → GeneratedMessage
  46. def update(ms: (Lens[UInt64Rules, UInt64Rules]) ⇒ Mutation[UInt64Rules]*): UInt64Rules

    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: Long): UInt64Rules

    Permalink
  51. def withGt(__v: Long): UInt64Rules

    Permalink
  52. def withGte(__v: Long): UInt64Rules

    Permalink
  53. def withIn(__v: Seq[Long]): UInt64Rules

    Permalink
  54. def withLt(__v: Long): UInt64Rules

    Permalink
  55. def withLte(__v: Long): UInt64Rules

    Permalink
  56. def withNotIn(__v: Seq[Long]): UInt64Rules

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

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

    Permalink
    Definition Classes
    UInt64Rules → 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[UInt64Rules]

Inherited from Message[UInt64Rules]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped