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

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

Type Members

  1. final case class Annotation(path: Seq[Int] = _root_.scala.Seq.empty, sourceFile: scala.Option[String] = _root_.scala.None, begin: scala.Option[Int] = _root_.scala.None, end: scala.Option[Int] = _root_.scala.None) extends scalapb.GeneratedMessage with scalapb.Message[Annotation] with Updatable[Annotation] with Product with Serializable

    path

    Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.

    sourceFile

    Identifies the filesystem path to the original source .proto.

    begin

    Identifies the starting offset in bytes in the generated code that relates to the identified object.

    end

    Identifies the ending offset in bytes in the generated code that relates to the identified offset. The end offset should be one past the last relevant byte (so the length of the text = end - begin).

    Annotations
    @SerialVersionUID()
  2. implicit class GeneratedCodeInfoLens[UpperPB] extends ObjectLens[UpperPB, GeneratedCodeInfo]
  3. type ValueType = GeneratedCodeInfo
    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 ANNOTATION_FIELD_NUMBER: Int(1)
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. lazy val defaultInstance: GeneratedCodeInfo
  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 fromAscii(s: String): GeneratedCodeInfo
    Definition Classes
    GeneratedMessageCompanion
  13. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): GeneratedCodeInfo
  14. def fromJavaProto(javaPbSource: DescriptorProtos.GeneratedCodeInfo): GeneratedCodeInfo
    Definition Classes
    GeneratedCodeInfoJavaProtoSupport
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def javaDescriptor: Descriptor
  19. implicit def messageCompanion: GeneratedMessageCompanion[GeneratedCodeInfo] with JavaProtoSupport[GeneratedCodeInfo, DescriptorProtos.GeneratedCodeInfo]
  20. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  21. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  22. implicit def messageReads: Reads[GeneratedCodeInfo]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def of(annotation: Seq[Annotation]): GeneratedCodeInfo
  28. def parseDelimitedFrom(input: InputStream): scala.Option[GeneratedCodeInfo]
    Definition Classes
    GeneratedMessageCompanion
  29. def parseDelimitedFrom(input: CodedInputStream): scala.Option[GeneratedCodeInfo]
    Definition Classes
    GeneratedMessageCompanion
  30. def parseFrom(s: Array[Byte]): GeneratedCodeInfo
    Definition Classes
    GeneratedMessageCompanion
  31. def parseFrom(input: InputStream): GeneratedCodeInfo
    Definition Classes
    GeneratedMessageCompanion
  32. def parseFrom(input: CodedInputStream): GeneratedCodeInfo
    Definition Classes
    GeneratedMessageCompanion
  33. def scalaDescriptor: Descriptor
  34. def streamFromDelimitedInput(input: InputStream): Stream[GeneratedCodeInfo]
    Definition Classes
    GeneratedMessageCompanion
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toByteArray(a: GeneratedCodeInfo): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  37. def toJavaProto(scalaPbSource: GeneratedCodeInfo): DescriptorProtos.GeneratedCodeInfo
    Definition Classes
    GeneratedCodeInfoJavaProtoSupport
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def validate(s: Array[Byte]): Try[GeneratedCodeInfo]
    Definition Classes
    GeneratedMessageCompanion
  40. def validateAscii(s: String): Either[TextFormatError, GeneratedCodeInfo]
    Definition Classes
    GeneratedMessageCompanion
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. object Annotation extends GeneratedMessageCompanion[Annotation] with JavaProtoSupport[Annotation, DescriptorProtos.GeneratedCodeInfo.Annotation] with Serializable

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[GeneratedCodeInfo, DescriptorProtos.GeneratedCodeInfo]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped