Packages

object UInt32Value extends GeneratedMessageCompanion[UInt32Value] with JavaProtoSupport[UInt32Value, protobuf.UInt32Value] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UInt32Value
  2. Serializable
  3. JavaProtoSupport
  4. GeneratedMessageCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class UInt32ValueLens[UpperPB] extends ObjectLens[UpperPB, UInt32Value]
  2. type ValueType = UInt32Value
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val VALUE_FIELD_NUMBER: Int(1)
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. lazy val defaultInstance: UInt32Value
  8. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  9. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def fromAscii(s: String): UInt32Value
    Definition Classes
    GeneratedMessageCompanion
  14. def fromJavaProto(javaPbSource: protobuf.UInt32Value): UInt32Value
    Definition Classes
    UInt32ValueJavaProtoSupport
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def javaDescriptor: Descriptor

    Returns the Java descriptors for this message.

    Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not avaialable in Scala.js or scala-native.

    Definition Classes
    UInt32ValueGeneratedMessageCompanion
  19. def merge(a: UInt32Value, input: CodedInputStream): UInt32Value

    Merges the given message with the additional fields in the steam.

    Merges the given message with the additional fields in the steam.

    Definition Classes
    GeneratedMessageCompanion
  20. implicit def messageCompanion: GeneratedMessageCompanion[UInt32Value] with JavaProtoSupport[UInt32Value, protobuf.UInt32Value]
  21. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  22. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  23. implicit def messageReads: Reads[UInt32Value]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def of(value: Int): UInt32Value
  29. def parseDelimitedFrom(input: InputStream): scala.Option[UInt32Value]
    Definition Classes
    GeneratedMessageCompanion
  30. def parseDelimitedFrom(input: CodedInputStream): scala.Option[UInt32Value]
    Definition Classes
    GeneratedMessageCompanion
  31. def parseFrom(_input__: CodedInputStream): UInt32Value

    Parses a message from a CodedInputStream.

    Parses a message from a CodedInputStream.

    Definition Classes
    UInt32ValueGeneratedMessageCompanion
  32. def parseFrom(s: Array[Byte]): UInt32Value
    Definition Classes
    GeneratedMessageCompanion
  33. def parseFrom(input: InputStream): UInt32Value
    Definition Classes
    GeneratedMessageCompanion
  34. def scalaDescriptor: Descriptor
  35. def streamFromDelimitedInput(input: InputStream): Stream[UInt32Value]
    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @nowarn()
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toByteArray(a: UInt32Value): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  38. def toJavaProto(scalaPbSource: UInt32Value): protobuf.UInt32Value
    Definition Classes
    UInt32ValueJavaProtoSupport
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def validate(s: Array[Byte]): Try[UInt32Value]
    Definition Classes
    GeneratedMessageCompanion
  41. def validateAscii(s: String): Either[TextFormatError, UInt32Value]
    Definition Classes
    GeneratedMessageCompanion
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from JavaProtoSupport[UInt32Value, protobuf.UInt32Value]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped