com.google.protobuf.wrappers

UInt64Value

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

Linear Supertypes
Serializable, Serializable, JavaProtoSupport[UInt64Value, protobuf.UInt64Value], GeneratedMessageCompanion[UInt64Value], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UInt64Value
  2. Serializable
  3. Serializable
  4. JavaProtoSupport
  5. GeneratedMessageCompanion
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class UInt64ValueLens[UpperPB] extends ObjectLens[UpperPB, UInt64Value]

  2. type ValueType = UInt64Value

    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: scala.Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: scala.Any): Boolean

    Definition Classes
    Any
  6. final val VALUE_FIELD_NUMBER: Int(1)

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. lazy val defaultInstance: UInt64Value

    Definition Classes
    UInt64ValueGeneratedMessageCompanion
  10. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

    Definition Classes
    GeneratedMessageCompanion
  11. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]

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

    Definition Classes
    AnyRef
  13. def equals(arg0: scala.Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fromAscii(s: String): UInt64Value

    Definition Classes
    GeneratedMessageCompanion
  16. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): UInt64Value

    Definition Classes
    UInt64ValueGeneratedMessageCompanion
  17. def fromJavaProto(javaPbSource: protobuf.UInt64Value): UInt64Value

    Definition Classes
    UInt64ValueJavaProtoSupport
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def javaDescriptor: Descriptor

    Definition Classes
    UInt64ValueGeneratedMessageCompanion
  22. implicit def messageCompanion: GeneratedMessageCompanion[UInt64Value] with JavaProtoSupport[UInt64Value, protobuf.UInt64Value]

  23. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

    Definition Classes
    GeneratedMessageCompanion
  24. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]

    Definition Classes
    UInt64ValueGeneratedMessageCompanion
  25. implicit def messageReads: Reads[UInt64Value]

    Definition Classes
    UInt64ValueGeneratedMessageCompanion
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_]]

    Definition Classes
    UInt64ValueGeneratedMessageCompanion
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def parseDelimitedFrom(input: InputStream): scala.Option[UInt64Value]

    Definition Classes
    GeneratedMessageCompanion
  31. def parseDelimitedFrom(input: CodedInputStream): scala.Option[UInt64Value]

    Definition Classes
    GeneratedMessageCompanion
  32. def parseFrom(s: Array[Byte]): UInt64Value

    Definition Classes
    GeneratedMessageCompanion
  33. def parseFrom(input: InputStream): UInt64Value

    Definition Classes
    GeneratedMessageCompanion
  34. def parseFrom(input: CodedInputStream): UInt64Value

    Definition Classes
    GeneratedMessageCompanion
  35. def scalaDescriptor: Descriptor

    Definition Classes
    UInt64ValueGeneratedMessageCompanion
  36. def streamFromDelimitedInput(input: InputStream): Stream[UInt64Value]

    Definition Classes
    GeneratedMessageCompanion
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toByteArray(a: UInt64Value): Array[Byte]

    Definition Classes
    GeneratedMessageCompanion
  39. def toJavaProto(scalaPbSource: UInt64Value): protobuf.UInt64Value

    Definition Classes
    UInt64ValueJavaProtoSupport
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def validate(s: Array[Byte]): Try[UInt64Value]

    Definition Classes
    GeneratedMessageCompanion
  42. def validateAscii(s: String): Either[TextFormatError, UInt64Value]

    Definition Classes
    GeneratedMessageCompanion
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def descriptor: Descriptor

    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @deprecated
    Deprecated

    (Since version ScalaPB 0.5.47) Use javaDescriptor instead. In a future version this will refer to scalaDescriptor.

Inherited from Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[UInt64Value, protobuf.UInt64Value]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped