Packages

final case class Attributes(filename: String = "", contents: String = "", dialect: String = "", names: collection.Seq[ResolvedName] = _root_.scala.collection.Seq.empty, messages: collection.Seq[Message] = _root_.scala.collection.Seq.empty, denotations: collection.Seq[SymbolDenotation] = _root_.scala.collection.Seq.empty, sugars: collection.Seq[Sugar] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with com.trueaccord.scalapb.Message[Attributes] with Updatable[Attributes] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Attributes], com.trueaccord.scalapb.Message[Attributes], GeneratedMessage, Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Attributes
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Attributes(filename: String = "", contents: String = "", dialect: String = "", names: collection.Seq[ResolvedName] = _root_.scala.collection.Seq.empty, messages: collection.Seq[Message] = _root_.scala.collection.Seq.empty, denotations: collection.Seq[SymbolDenotation] = _root_.scala.collection.Seq.empty, sugars: collection.Seq[Sugar] = _root_.scala.collection.Seq.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Attributes to any2stringadd[Attributes] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Attributes, B)
    Implicit
    This member is added by an implicit conversion from Attributes to ArrowAssoc[Attributes] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addAllDenotations(__vs: TraversableOnce[SymbolDenotation]): Attributes
  7. def addAllMessages(__vs: TraversableOnce[Message]): Attributes
  8. def addAllNames(__vs: TraversableOnce[ResolvedName]): Attributes
  9. def addAllSugars(__vs: TraversableOnce[Sugar]): Attributes
  10. def addDenotations(__vs: SymbolDenotation*): Attributes
  11. def addMessages(__vs: Message*): Attributes
  12. def addNames(__vs: ResolvedName*): Attributes
  13. def addSugars(__vs: Sugar*): Attributes
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clearDenotations: Attributes
  16. def clearMessages: Attributes
  17. def clearNames: Attributes
  18. def clearSugars: Attributes
  19. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def companion: Attributes.type
    Definition Classes
    Attributes → GeneratedMessage
  21. val contents: String
  22. val denotations: collection.Seq[SymbolDenotation]
  23. val dialect: String
  24. def ensuring(cond: (Attributes) ⇒ Boolean, msg: ⇒ Any): Attributes
    Implicit
    This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: (Attributes) ⇒ Boolean): Attributes
    Implicit
    This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean, msg: ⇒ Any): Attributes
    Implicit
    This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean): Attributes
    Implicit
    This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. val filename: String
  30. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Attributes to StringFormat[Attributes] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  33. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Attributes → GeneratedMessage
  34. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Attributes → GeneratedMessage
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def mergeFrom(_input__: CodedInputStream): Attributes
    Definition Classes
    Attributes → Message
  37. val messages: collection.Seq[Message]
  38. val names: collection.Seq[ResolvedName]
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  42. final def serializedSize: Int
    Definition Classes
    Attributes → GeneratedMessage
  43. val sugars: collection.Seq[Sugar]
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  46. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  47. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  48. def toString(): String
    Definition Classes
    Attributes → AnyRef → Any
  49. def update(ms: (Lens[Attributes, Attributes]) ⇒ Mutation[Attributes]*): Attributes
    Definition Classes
    Updatable
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def withContents(__v: String): Attributes
  54. def withDenotations(__v: collection.Seq[SymbolDenotation]): Attributes
  55. def withDialect(__v: String): Attributes
  56. def withFilename(__v: String): Attributes
  57. def withMessages(__v: collection.Seq[Message]): Attributes
  58. def withNames(__v: collection.Seq[ResolvedName]): Attributes
  59. def withSugars(__v: collection.Seq[Sugar]): Attributes
  60. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  61. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Attributes → GeneratedMessage
  62. def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  63. def [B](y: B): (Attributes, B)
    Implicit
    This member is added by an implicit conversion from Attributes to ArrowAssoc[Attributes] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[Attributes]

Inherited from com.trueaccord.scalapb.Message[Attributes]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Attributes to any2stringadd[Attributes]

Inherited by implicit conversion StringFormat from Attributes to StringFormat[Attributes]

Inherited by implicit conversion Ensuring from Attributes to Ensuring[Attributes]

Inherited by implicit conversion ArrowAssoc from Attributes to ArrowAssoc[Attributes]

Ungrouped