Class

io.envoyproxy.pgv.validate.validate.FieldRules.Type

Bool

Related Doc: package Type

Permalink

final case class Bool(value: BoolRules) extends Type with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Type, GeneratedOneof, Serializable, Serializable, Product, Equals, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bool
  2. Type
  3. GeneratedOneof
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Bool(value: BoolRules)

    Permalink

Type Members

  1. type ValueType = BoolRules

    Permalink
    Definition Classes
    Bool → GeneratedOneof

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def any: Option[AnyRules]

    Permalink
    Definition Classes
    Type
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bool: Option[BoolRules]

    Permalink
    Definition Classes
    BoolType
  7. def bytes: Option[BytesRules]

    Permalink
    Definition Classes
    Type
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def double: Option[DoubleRules]

    Permalink
    Definition Classes
    Type
  10. def duration: Option[DurationRules]

    Permalink
    Definition Classes
    Type
  11. def enum: Option[EnumRules]

    Permalink
    Definition Classes
    Type
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fixed32: Option[Fixed32Rules]

    Permalink
    Definition Classes
    Type
  15. def fixed64: Option[Fixed64Rules]

    Permalink
    Definition Classes
    Type
  16. def float: Option[FloatRules]

    Permalink
    Definition Classes
    Type
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def int32: Option[Int32Rules]

    Permalink
    Definition Classes
    Type
  19. def int64: Option[Int64Rules]

    Permalink
    Definition Classes
    Type
  20. def isAny: Boolean

    Permalink
    Definition Classes
    Type
  21. def isBool: Boolean

    Permalink
    Definition Classes
    BoolType
  22. def isBytes: Boolean

    Permalink
    Definition Classes
    Type
  23. def isDefined: Boolean

    Permalink
    Definition Classes
    Type → GeneratedOneof
  24. def isDouble: Boolean

    Permalink
    Definition Classes
    Type
  25. def isDuration: Boolean

    Permalink
    Definition Classes
    Type
  26. def isEmpty: Boolean

    Permalink
    Definition Classes
    Type → GeneratedOneof
  27. def isEnum: Boolean

    Permalink
    Definition Classes
    Type
  28. def isFixed32: Boolean

    Permalink
    Definition Classes
    Type
  29. def isFixed64: Boolean

    Permalink
    Definition Classes
    Type
  30. def isFloat: Boolean

    Permalink
    Definition Classes
    Type
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isInt32: Boolean

    Permalink
    Definition Classes
    Type
  33. def isInt64: Boolean

    Permalink
    Definition Classes
    Type
  34. def isMap: Boolean

    Permalink
    Definition Classes
    Type
  35. def isRepeated: Boolean

    Permalink
    Definition Classes
    Type
  36. def isSfixed32: Boolean

    Permalink
    Definition Classes
    Type
  37. def isSfixed64: Boolean

    Permalink
    Definition Classes
    Type
  38. def isSint32: Boolean

    Permalink
    Definition Classes
    Type
  39. def isSint64: Boolean

    Permalink
    Definition Classes
    Type
  40. def isString: Boolean

    Permalink
    Definition Classes
    Type
  41. def isTimestamp: Boolean

    Permalink
    Definition Classes
    Type
  42. def isUint32: Boolean

    Permalink
    Definition Classes
    Type
  43. def isUint64: Boolean

    Permalink
    Definition Classes
    Type
  44. def map: Option[MapRules]

    Permalink
    Definition Classes
    Type
  45. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  48. def number: Int

    Permalink
    Definition Classes
    Bool → GeneratedOneof
  49. def repeated: Option[RepeatedRules]

    Permalink
    Definition Classes
    Type
  50. def sfixed32: Option[SFixed32Rules]

    Permalink
    Definition Classes
    Type
  51. def sfixed64: Option[SFixed64Rules]

    Permalink
    Definition Classes
    Type
  52. def sint32: Option[SInt32Rules]

    Permalink
    Definition Classes
    Type
  53. def sint64: Option[SInt64Rules]

    Permalink
    Definition Classes
    Type
  54. def string: Option[StringRules]

    Permalink
    Definition Classes
    Type
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  56. def timestamp: Option[TimestampRules]

    Permalink
    Definition Classes
    Type
  57. def uint32: Option[UInt32Rules]

    Permalink
    Definition Classes
    Type
  58. def uint64: Option[UInt64Rules]

    Permalink
    Definition Classes
    Type
  59. val value: BoolRules

    Permalink
    Definition Classes
    Bool → GeneratedOneof
  60. def valueOption: Option[ValueType]

    Permalink
    Definition Classes
    GeneratedOneof
  61. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Type

Inherited from GeneratedOneof

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from scala.Any

Ungrouped