Packages

object ExtensionRange extends GeneratedMessageCompanion[ExtensionRange] with JavaProtoSupport[ExtensionRange, DescriptorProtos.DescriptorProto.ExtensionRange] with Serializable

Linear Supertypes
Serializable, JavaProtoSupport[ExtensionRange, DescriptorProtos.DescriptorProto.ExtensionRange], GeneratedMessageCompanion[ExtensionRange], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtensionRange
  2. Serializable
  3. JavaProtoSupport
  4. GeneratedMessageCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ExtensionRangeLens[UpperPB] extends ObjectLens[UpperPB, ExtensionRange]
  2. type ValueType = ExtensionRange
    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 END_FIELD_NUMBER: Int(2)
  5. final val OPTIONS_FIELD_NUMBER: Int(3)
  6. final val START_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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. lazy val defaultInstance: ExtensionRange
  10. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  11. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def fromAscii(s: String): ExtensionRange
    Definition Classes
    GeneratedMessageCompanion
  15. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): ExtensionRange
  16. def fromJavaProto(javaPbSource: DescriptorProtos.DescriptorProto.ExtensionRange): ExtensionRange
    Definition Classes
    ExtensionRangeJavaProtoSupport
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def javaDescriptor: Descriptor
  21. implicit def messageCompanion: GeneratedMessageCompanion[ExtensionRange] with JavaProtoSupport[ExtensionRange, DescriptorProtos.DescriptorProto.ExtensionRange]
  22. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  23. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  24. implicit def messageReads: Reads[ExtensionRange]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def of(start: scala.Option[Int], end: scala.Option[Int], options: scala.Option[ExtensionRangeOptions]): ExtensionRange
  30. def parseDelimitedFrom(input: InputStream): scala.Option[ExtensionRange]
    Definition Classes
    GeneratedMessageCompanion
  31. def parseDelimitedFrom(input: CodedInputStream): scala.Option[ExtensionRange]
    Definition Classes
    GeneratedMessageCompanion
  32. def parseFrom(s: Array[Byte]): ExtensionRange
    Definition Classes
    GeneratedMessageCompanion
  33. def parseFrom(input: InputStream): ExtensionRange
    Definition Classes
    GeneratedMessageCompanion
  34. def parseFrom(input: CodedInputStream): ExtensionRange
    Definition Classes
    GeneratedMessageCompanion
  35. def scalaDescriptor: Descriptor
  36. def streamFromDelimitedInput(input: InputStream): Stream[ExtensionRange]
    Definition Classes
    GeneratedMessageCompanion
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toByteArray(a: ExtensionRange): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  39. def toJavaProto(scalaPbSource: ExtensionRange): DescriptorProtos.DescriptorProto.ExtensionRange
    Definition Classes
    ExtensionRangeJavaProtoSupport
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def validate(s: Array[Byte]): Try[ExtensionRange]
    Definition Classes
    GeneratedMessageCompanion
  42. def validateAscii(s: String): Either[TextFormatError, ExtensionRange]
    Definition Classes
    GeneratedMessageCompanion
  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()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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.

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from JavaProtoSupport[ExtensionRange, DescriptorProtos.DescriptorProto.ExtensionRange]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped