Packages

final case class TypedValue(kind: Kind = io.bidmachine.protobuf.inference.v1.TypedValue.Kind.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[TypedValue] with Product with Serializable

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

Instance Constructors

  1. new TypedValue(kind: Kind = io.bidmachine.protobuf.inference.v1.TypedValue.Kind.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearKind: TypedValue
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def companion: TypedValue.type
    Definition Classes
    TypedValue → GeneratedMessage
  8. def discardUnknownFields: TypedValue
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def getBoolValue: Boolean
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def getDoubleArray: DoubleArray
  13. def getDoubleValue: Double
  14. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    TypedValue → GeneratedMessage
  15. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    TypedValue → GeneratedMessage
  16. def getFloatArray: FloatArray
  17. def getInt64Array: Int64Array
  18. def getInt64Array2D: Int64Array2D
  19. def getIntValue: Long
  20. def getMapValue: TypedValueMap
  21. def getStringArray: StringArray
  22. def getStringValue: String
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val kind: Kind
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. def serializedSize: Int
    Definition Classes
    TypedValue → GeneratedMessage
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    TypedValue → GeneratedMessage
  35. val unknownFields: UnknownFieldSet
  36. def update(ms: (Lens[TypedValue, TypedValue]) => Mutation[TypedValue]*): TypedValue
    Definition Classes
    Updatable
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. def withBoolValue(__v: Boolean): TypedValue
  41. def withDoubleArray(__v: DoubleArray): TypedValue
  42. def withDoubleValue(__v: Double): TypedValue
  43. def withFloatArray(__v: FloatArray): TypedValue
  44. def withInt64Array(__v: Int64Array): TypedValue
  45. def withInt64Array2D(__v: Int64Array2D): TypedValue
  46. def withIntValue(__v: Long): TypedValue
  47. def withKind(__v: Kind): TypedValue
  48. def withMapValue(__v: TypedValueMap): TypedValue
  49. def withStringArray(__v: StringArray): TypedValue
  50. def withStringValue(__v: String): TypedValue
  51. def withUnknownFields(__v: UnknownFieldSet): TypedValue
  52. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  53. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    TypedValue → GeneratedMessage
  54. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[TypedValue]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped