Object/Class

com.google.protobuf.descriptor.GeneratedCodeInfo

Annotation

Related Docs: class Annotation | package GeneratedCodeInfo

Permalink

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

Linear Supertypes
Serializable, Serializable, JavaProtoSupport[Annotation, DescriptorProtos.GeneratedCodeInfo.Annotation], GeneratedMessageCompanion[Annotation], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Annotation
  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. implicit class AnnotationLens[UpperPB] extends ObjectLens[UpperPB, Annotation]

    Permalink

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 BEGIN_FIELD_NUMBER: Int(3)

    Permalink
  5. final val END_FIELD_NUMBER: Int(4)

    Permalink
  6. final val PATH_FIELD_NUMBER: Int(1)

    Permalink
  7. final val SOURCE_FILE_FIELD_NUMBER: Int(2)

    Permalink
  8. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    AnnotationGeneratedMessageCompanion
  11. def descriptor: Descriptor

    Permalink
    Definition Classes
    AnnotationGeneratedMessageCompanion
  12. def enumCompanionForField(__field: FieldDescriptor): GeneratedEnumCompanion[_]

    Permalink
    Definition Classes
    AnnotationGeneratedMessageCompanion
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnnotationGeneratedMessageCompanion
  18. def fromJavaProto(javaPbSource: DescriptorProtos.GeneratedCodeInfo.Annotation): Annotation

    Permalink
    Definition Classes
    AnnotationJavaProtoSupport
  19. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  22. implicit def messageCompanion: GeneratedMessageCompanion[Annotation] with JavaProtoSupport[Annotation, DescriptorProtos.GeneratedCodeInfo.Annotation]

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def parseDelimitedFrom(input: InputStream): scala.Option[Annotation]

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  29. def parseFrom(s: Array[Byte]): Annotation

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  30. def parseFrom(input: InputStream): Annotation

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  31. def parseFrom(input: CodedInputStream): Annotation

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  32. def streamFromDelimitedInput(input: InputStream): Stream[Annotation]

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

    Permalink
    Definition Classes
    AnyRef
  34. def toByteArray(a: Annotation): Array[Byte]

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

    Permalink
    Definition Classes
    AnnotationJavaProtoSupport
  36. def toString(): String

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

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  39. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

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

Inherited from AnyRef

Inherited from scala.Any

Ungrouped