Packages

final case class Declaration(number: scala.Option[Int] = _root_.scala.None, fullName: scala.Option[String] = _root_.scala.None, type: scala.Option[String] = _root_.scala.None, reserved: scala.Option[Boolean] = _root_.scala.None, repeated: scala.Option[Boolean] = _root_.scala.None, unknownFields: scalapb.UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends scalapb.GeneratedMessage with Updatable[Declaration] with Product with Serializable

number

The extension number declared within the extension range.

fullName

The fully-qualified name of the extension field. There must be a leading dot in front of the full name.

type

The fully-qualified type name of the extension field. Unlike Metadata.type, Declaration.type must have a leading dot for messages and enums.

reserved

If true, indicates that the number is reserved in the extension range, and any extension field with the number will fail to compile. Set this when a declared extension field is deleted.

repeated

If true, indicates that the extension must be defined as repeated. Otherwise the extension must be defined as optional.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Declaration], scalapb.GeneratedMessage, Serializable, Product, Equals, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Declaration
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Declaration(number: scala.Option[Int] = _root_.scala.None, fullName: scala.Option[String] = _root_.scala.None, type: scala.Option[String] = _root_.scala.None, reserved: scala.Option[Boolean] = _root_.scala.None, repeated: scala.Option[Boolean] = _root_.scala.None, unknownFields: scalapb.UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    number

    The extension number declared within the extension range.

    fullName

    The fully-qualified name of the extension field. There must be a leading dot in front of the full name.

    type

    The fully-qualified type name of the extension field. Unlike Metadata.type, Declaration.type must have a leading dot for messages and enums.

    reserved

    If true, indicates that the number is reserved in the extension range, and any extension field with the number will fail to compile. Set this when a declared extension field is deleted.

    repeated

    If true, indicates that the extension must be defined as repeated. Otherwise the extension must be defined as optional.

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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearFullName: Declaration
  6. def clearNumber: Declaration
  7. def clearRepeated: Declaration
  8. def clearReserved: Declaration
  9. def clearType: Declaration
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def companion: Declaration.type
    Definition Classes
    DeclarationGeneratedMessage
  12. def discardUnknownFields: Declaration
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. val fullName: scala.Option[String]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    DeclarationGeneratedMessage
  18. def getFieldByNumber(__fieldNumber: Int): scala.Any
    Definition Classes
    DeclarationGeneratedMessage
  19. def getFullName: String
  20. def getNumber: Int
  21. def getRepeated: Boolean
  22. def getReserved: Boolean
  23. def getType: String
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val number: scala.Option[Int]
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. val repeated: scala.Option[Boolean]
  31. val reserved: scala.Option[Boolean]
  32. def serializedSize: Int
    Definition Classes
    DeclarationGeneratedMessage
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. final def toByteArray: Array[Byte]

    Serializes the message and returns a byte array containing its raw bytes

    Serializes the message and returns a byte array containing its raw bytes

    Definition Classes
    GeneratedMessage
  35. final def toByteString: ByteString

    Serializes the message and returns a ByteString containing its raw bytes

    Serializes the message and returns a ByteString containing its raw bytes

    Definition Classes
    GeneratedMessage
  36. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  37. def toProtoString: String

    Returns a human-readable ASCII format representation of this message.

    Returns a human-readable ASCII format representation of this message.

    The original message can be decoded from this format by using fromAscii on the companion object.

    returns

    human-readable representation of this message.

    Definition Classes
    DeclarationGeneratedMessage
  38. val type: scala.Option[String]
  39. val unknownFields: scalapb.UnknownFieldSet
  40. def update(ms: (Lens[Declaration, Declaration]) => Mutation[Declaration]*): Declaration
    Definition Classes
    Updatable
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. def withFullName(__v: String): Declaration
  45. def withNumber(__v: Int): Declaration
  46. def withRepeated(__v: Boolean): Declaration
  47. def withReserved(__v: Boolean): Declaration
  48. def withType(__v: String): Declaration
  49. def withUnknownFields(__v: scalapb.UnknownFieldSet): Declaration
  50. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  51. def writeTo(_output__: CodedOutputStream): Unit

    Serializes the message into the given coded output stream

    Serializes the message into the given coded output stream

    Definition Classes
    DeclarationGeneratedMessage
  52. final def writeTo(output: OutputStream): Unit

    Serializes the message into the given output stream

    Serializes the message into the given output stream

    Definition Classes
    GeneratedMessage

Inherited from Updatable[Declaration]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from scala.Any

Ungrouped