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
valueis not empty,group_valuesmust be empty.- groupValues
Subattributes within this attribute group. If
group_valuesis not empty,valuemust be empty.
- Annotations
- @SerialVersionUID()
- Source
- CustomAttribute.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomAttribute
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
valueis not empty,group_valuesmust be empty.- groupValues
Subattributes within this attribute group. If
group_valuesis not empty,valuemust be empty.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllGroupValues(__vs: Iterable[CustomAttribute]): CustomAttribute
- def addGroupValues(__vs: CustomAttribute*): CustomAttribute
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearGroupValues: CustomAttribute
- def clearName: CustomAttribute
- def clearValue: CustomAttribute
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: CustomAttribute.type
- Definition Classes
- CustomAttribute → GeneratedMessage
- def discardUnknownFields: CustomAttribute
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- CustomAttribute → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- CustomAttribute → GeneratedMessage
- def getName: String
- def getValue: String
- val groupValues: Seq[CustomAttribute]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- CustomAttribute → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- CustomAttribute → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[CustomAttribute, CustomAttribute]) => Mutation[CustomAttribute]*): CustomAttribute
- Definition Classes
- Updatable
- val value: Option[String]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withGroupValues(__v: Seq[CustomAttribute]): CustomAttribute
- def withName(__v: String): CustomAttribute
- def withUnknownFields(__v: UnknownFieldSet): CustomAttribute
- def withValue(__v: String): CustomAttribute
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- CustomAttribute → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage