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
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypedValue
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TypedValue(kind: Kind = io.bidmachine.protobuf.inference.v1.TypedValue.Kind.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearKind: TypedValue
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: TypedValue.type
- Definition Classes
- TypedValue → GeneratedMessage
- def discardUnknownFields: TypedValue
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getBoolValue: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDoubleArray: DoubleArray
- def getDoubleValue: Double
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- TypedValue → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- TypedValue → GeneratedMessage
- def getFloatArray: FloatArray
- def getInt64Array: Int64Array
- def getInt64Array2D: Int64Array2D
- def getIntValue: Long
- def getMapValue: TypedValueMap
- def getStringArray: StringArray
- def getStringValue: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kind: Kind
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- TypedValue → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- TypedValue → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[TypedValue, TypedValue]) => Mutation[TypedValue]*): TypedValue
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withBoolValue(__v: Boolean): TypedValue
- def withDoubleArray(__v: DoubleArray): TypedValue
- def withDoubleValue(__v: Double): TypedValue
- def withFloatArray(__v: FloatArray): TypedValue
- def withInt64Array(__v: Int64Array): TypedValue
- def withInt64Array2D(__v: Int64Array2D): TypedValue
- def withIntValue(__v: Long): TypedValue
- def withKind(__v: Kind): TypedValue
- def withMapValue(__v: TypedValueMap): TypedValue
- def withStringArray(__v: StringArray): TypedValue
- def withStringValue(__v: String): TypedValue
- def withUnknownFields(__v: UnknownFieldSet): TypedValue
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- TypedValue → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)