Object/Class

com.google.protobuf.descriptor

GeneratedCodeInfo

Related Docs: class GeneratedCodeInfo | package descriptor

Permalink

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

Linear Supertypes
Serializable, Serializable, JavaProtoSupport[GeneratedCodeInfo, DescriptorProtos.GeneratedCodeInfo], GeneratedMessageCompanion[GeneratedCodeInfo], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeneratedCodeInfo
  2. Serializable
  3. Serializable
  4. JavaProtoSupport
  5. GeneratedMessageCompanion
  6. AnyRef
  7. 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

    Permalink

    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]

    Permalink
  3. type ValueType = GeneratedCodeInfo

    Permalink
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val ANNOTATION_FIELD_NUMBER: Int(1)

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

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. lazy val defaultInstance: GeneratedCodeInfo

    Permalink
  9. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

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

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def fromAscii(s: String): GeneratedCodeInfo

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  14. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): GeneratedCodeInfo

    Permalink
  15. def fromJavaProto(javaPbSource: DescriptorProtos.GeneratedCodeInfo): GeneratedCodeInfo

    Permalink
    Definition Classes
    GeneratedCodeInfoJavaProtoSupport
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def javaDescriptor: Descriptor

    Permalink
  20. implicit def messageCompanion: GeneratedMessageCompanion[GeneratedCodeInfo] with JavaProtoSupport[GeneratedCodeInfo, DescriptorProtos.GeneratedCodeInfo]

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

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

    Permalink
  23. implicit def messageReads: Reads[GeneratedCodeInfo]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]

    Permalink
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def of(annotation: Seq[Annotation]): GeneratedCodeInfo

    Permalink
  29. def parseDelimitedFrom(input: InputStream): scala.Option[GeneratedCodeInfo]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  30. def parseDelimitedFrom(input: CodedInputStream): scala.Option[GeneratedCodeInfo]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  31. def parseFrom(s: Array[Byte]): GeneratedCodeInfo

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  32. def parseFrom(input: InputStream): GeneratedCodeInfo

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  33. def parseFrom(input: CodedInputStream): GeneratedCodeInfo

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  34. def scalaDescriptor: Descriptor

    Permalink
  35. def streamFromDelimitedInput(input: InputStream): Stream[GeneratedCodeInfo]

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

    Permalink
    Definition Classes
    AnyRef
  37. def toByteArray(a: GeneratedCodeInfo): Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  38. def toJavaProto(scalaPbSource: GeneratedCodeInfo): DescriptorProtos.GeneratedCodeInfo

    Permalink
    Definition Classes
    GeneratedCodeInfoJavaProtoSupport
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. def validate(s: Array[Byte]): Try[GeneratedCodeInfo]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  41. def validateAscii(s: String): Either[TextFormatError, GeneratedCodeInfo]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  42. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def descriptor: Descriptor

    Permalink
    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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[GeneratedCodeInfo, DescriptorProtos.GeneratedCodeInfo]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped