Packages

final case class CustomAttribute(name: Option[String] = _root_.scala.None, value: Option[String] = _root_.scala.None, groupValues: Seq[CustomAttribute] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[CustomAttribute] with Product with Serializable

A message that represents custom attributes. Exactly one of value or group_values must not be empty.

name

The name of the attribute.

value

The value of the attribute. If value is not empty, group_values must be empty.

groupValues

Subattributes within this attribute group. If group_values is not empty, value must be empty.

Annotations
@SerialVersionUID()
Source
CustomAttribute.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomAttribute
  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 CustomAttribute(name: Option[String] = _root_.scala.None, value: Option[String] = _root_.scala.None, groupValues: Seq[CustomAttribute] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    name

    The name of the attribute.

    value

    The value of the attribute. If value is not empty, group_values must be empty.

    groupValues

    Subattributes within this attribute group. If group_values is not empty, value must be empty.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllGroupValues(__vs: Iterable[CustomAttribute]): CustomAttribute
  5. def addGroupValues(__vs: CustomAttribute*): CustomAttribute
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearGroupValues: CustomAttribute
  8. def clearName: CustomAttribute
  9. def clearValue: CustomAttribute
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def companion: CustomAttribute.type
    Definition Classes
    CustomAttribute → GeneratedMessage
  12. def discardUnknownFields: CustomAttribute
  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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    CustomAttribute → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    CustomAttribute → GeneratedMessage
  18. def getName: String
  19. def getValue: String
  20. val groupValues: Seq[CustomAttribute]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val name: Option[String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def serializedSize: Int
    Definition Classes
    CustomAttribute → GeneratedMessage
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  30. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  31. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  32. def toProtoString: String
    Definition Classes
    CustomAttribute → GeneratedMessage
  33. val unknownFields: UnknownFieldSet
  34. def update(ms: (Lens[CustomAttribute, CustomAttribute]) => Mutation[CustomAttribute]*): CustomAttribute
    Definition Classes
    Updatable
  35. val value: Option[String]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def withGroupValues(__v: Seq[CustomAttribute]): CustomAttribute
  40. def withName(__v: String): CustomAttribute
  41. def withUnknownFields(__v: UnknownFieldSet): CustomAttribute
  42. def withValue(__v: String): CustomAttribute
  43. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  44. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    CustomAttribute → GeneratedMessage
  45. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[CustomAttribute]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped