object Annotation extends GeneratedMessageCompanion[Annotation] with JavaProtoSupport[Annotation, DescriptorProtos.GeneratedCodeInfo.Annotation]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Annotation
- JavaProtoSupport
- GeneratedMessageCompanion
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit class AnnotationLens[UpperPB] extends ObjectLens[UpperPB, Annotation]
-
sealed abstract
class
Semantic extends GeneratedEnum
Represents the identified object's effect on the element in the original .proto file.
-
type
ValueType = Annotation
- Definition Classes
- GeneratedMessageCompanion
Value Members
-
final
def
!=(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- final val BEGIN_FIELD_NUMBER: Int(3)
- final val END_FIELD_NUMBER: Int(4)
- final val PATH_FIELD_NUMBER: Int(1)
- final val SEMANTIC_FIELD_NUMBER: Int(5)
- final val SOURCE_FILE_FIELD_NUMBER: Int(2)
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
lazy val
defaultInstance: Annotation
- Definition Classes
- Annotation → GeneratedMessageCompanion
-
def
enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
-
def
enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- Annotation → GeneratedMessageCompanion
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromAscii(s: String): Annotation
- Definition Classes
- GeneratedMessageCompanion
-
def
fromJavaProto(javaPbSource: DescriptorProtos.GeneratedCodeInfo.Annotation): Annotation
- Definition Classes
- Annotation → JavaProtoSupport
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 available in Scala.js or scala-native.
- Definition Classes
- Annotation → GeneratedMessageCompanion
-
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
- implicit def messageCompanion: GeneratedMessageCompanion[Annotation] with JavaProtoSupport[Annotation, DescriptorProtos.GeneratedCodeInfo.Annotation]
-
def
messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
-
def
messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- Annotation → GeneratedMessageCompanion
-
implicit
def
messageReads: Reads[Annotation]
- Definition Classes
- Annotation → GeneratedMessageCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
lazy val
nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
- Definition Classes
- Annotation → GeneratedMessageCompanion
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def of(path: Seq[Int], sourceFile: scala.Option[String], begin: scala.Option[Int], end: scala.Option[Int], semantic: scala.Option[Semantic]): Annotation
-
def
parseDelimitedFrom(input: InputStream): scala.Option[Annotation]
- Definition Classes
- GeneratedMessageCompanion
-
def
parseDelimitedFrom(input: CodedInputStream): scala.Option[Annotation]
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(_input__: CodedInputStream): Annotation
Parses a message from a CodedInputStream.
Parses a message from a CodedInputStream.
- Definition Classes
- Annotation → GeneratedMessageCompanion
-
def
parseFrom(s: Array[Byte]): Annotation
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(input: InputStream): Annotation
- Definition Classes
- GeneratedMessageCompanion
-
def
scalaDescriptor: Descriptor
- Definition Classes
- Annotation → GeneratedMessageCompanion
-
def
streamFromDelimitedInput(input: InputStream): Stream[Annotation]
- Definition Classes
- GeneratedMessageCompanion
- Annotations
- @nowarn()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray(a: Annotation): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
-
def
toJavaProto(scalaPbSource: Annotation): DescriptorProtos.GeneratedCodeInfo.Annotation
- Definition Classes
- Annotation → JavaProtoSupport
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validate(s: Array[Byte]): Try[Annotation]
- Definition Classes
- GeneratedMessageCompanion
-
def
validateAscii(s: String): Either[TextFormatError, Annotation]
- Definition Classes
- GeneratedMessageCompanion
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Semantic extends GeneratedEnumCompanion[Semantic]