Packages

object Annotation extends GeneratedMessageCompanion[Annotation] with JavaProtoSupport[Annotation, DescriptorProtos.GeneratedCodeInfo.Annotation]

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

Type Members

  1. implicit class AnnotationLens[UpperPB] extends ObjectLens[UpperPB, Annotation]
  2. type ValueType = Annotation
    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 BEGIN_FIELD_NUMBER: Int(3)
  5. final val END_FIELD_NUMBER: Int(4)
  6. final val PATH_FIELD_NUMBER: Int(1)
  7. final val SOURCE_FILE_FIELD_NUMBER: Int(2)
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. lazy val defaultInstance: Annotation
  11. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  12. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def fromAscii(s: String): Annotation
    Definition Classes
    GeneratedMessageCompanion
  17. def fromJavaProto(javaPbSource: DescriptorProtos.GeneratedCodeInfo.Annotation): Annotation
    Definition Classes
    AnnotationJavaProtoSupport
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. 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
    AnnotationGeneratedMessageCompanion
  22. def merge(a: Annotation, input: CodedInputStream): Annotation

    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
  23. implicit def messageCompanion: GeneratedMessageCompanion[Annotation] with JavaProtoSupport[Annotation, DescriptorProtos.GeneratedCodeInfo.Annotation]
  24. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  25. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  26. implicit def messageReads: Reads[Annotation]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def of(path: Seq[Int], sourceFile: scala.Option[String], begin: scala.Option[Int], end: scala.Option[Int]): Annotation
  32. def parseDelimitedFrom(input: InputStream): scala.Option[Annotation]
    Definition Classes
    GeneratedMessageCompanion
  33. def parseDelimitedFrom(input: CodedInputStream): scala.Option[Annotation]
    Definition Classes
    GeneratedMessageCompanion
  34. def parseFrom(_input__: CodedInputStream): Annotation

    Parses a message from a CodedInputStream.

    Parses a message from a CodedInputStream.

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

Inherited from JavaProtoSupport[Annotation, DescriptorProtos.GeneratedCodeInfo.Annotation]

Inherited from Serializable

Inherited from AnyRef

Inherited from scala.Any

Ungrouped