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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Attributes
- Product
- Equals
- Updatable
- Message
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllDenotations(__vs: TraversableOnce[SymbolDenotation]): Attributes
- def addAllMessages(__vs: TraversableOnce[Message]): Attributes
- def addAllNames(__vs: TraversableOnce[ResolvedName]): Attributes
- def addAllSugars(__vs: TraversableOnce[Sugar]): Attributes
- def addDenotations(__vs: SymbolDenotation*): Attributes
- def addMessages(__vs: Message*): Attributes
- def addNames(__vs: ResolvedName*): Attributes
- def addSugars(__vs: Sugar*): Attributes
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearDenotations: Attributes
- def clearMessages: Attributes
- def clearNames: Attributes
- def clearSugars: Attributes
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
companion: Attributes.type
- Definition Classes
- Attributes → GeneratedMessage
- val contents: String
- val denotations: collection.Seq[SymbolDenotation]
- val dialect: String
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filename: String
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- Attributes → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Attributes → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeFrom(_input__: CodedInputStream): Attributes
- Definition Classes
- Attributes → Message
- val messages: collection.Seq[Message]
- val names: collection.Seq[ResolvedName]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
serializedSize: Int
- Definition Classes
- Attributes → GeneratedMessage
- val sugars: collection.Seq[Sugar]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toString(): String
- Definition Classes
- Attributes → AnyRef → Any
-
def
update(ms: (Lens[Attributes, Attributes]) ⇒ Mutation[Attributes]*): Attributes
- Definition Classes
- Updatable
-
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( ... )
- def withContents(__v: String): Attributes
- def withDenotations(__v: collection.Seq[SymbolDenotation]): Attributes
- def withDialect(__v: String): Attributes
- def withFilename(__v: String): Attributes
- def withMessages(__v: collection.Seq[Message]): Attributes
- def withNames(__v: collection.Seq[ResolvedName]): Attributes
- def withSugars(__v: collection.Seq[Sugar]): Attributes
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Attributes → GeneratedMessage
-
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
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
-
def
getAllFields: Map[FieldDescriptor, Any]
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use toPMessage
-
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