final case class Component(type: String = "", name: String = "", typeId: String = "", messageSources: Seq[MessageSource] = _root_.scala.Seq.empty, messageDestinations: Seq[MessageDestination] = _root_.scala.Seq.empty, endpointDefinitions: Seq[EndpointDefinition] = _root_.scala.Seq.empty, acl: Option[Acl] = _root_.scala.None, viewDefinition: Option[ViewDefinition] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Component] with Product with Serializable
- viewDefinition
only available for a view component
- Annotations
- @SerialVersionUID()
- Source
- Component.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Component
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Component(type: String = "", name: String = "", typeId: String = "", messageSources: Seq[MessageSource] = _root_.scala.Seq.empty, messageDestinations: Seq[MessageDestination] = _root_.scala.Seq.empty, endpointDefinitions: Seq[EndpointDefinition] = _root_.scala.Seq.empty, acl: Option[Acl] = _root_.scala.None, viewDefinition: Option[ViewDefinition] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- viewDefinition
only available for a view component
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Component, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val acl: Option[Acl]
- def addAllEndpointDefinitions(__vs: Iterable[EndpointDefinition]): Component
- def addAllMessageDestinations(__vs: Iterable[MessageDestination]): Component
- def addAllMessageSources(__vs: Iterable[MessageSource]): Component
- def addEndpointDefinitions(__vs: EndpointDefinition*): Component
- def addMessageDestinations(__vs: MessageDestination*): Component
- def addMessageSources(__vs: MessageSource*): Component
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAcl: Component
- def clearEndpointDefinitions: Component
- def clearMessageDestinations: Component
- def clearMessageSources: Component
- def clearViewDefinition: Component
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: Component.type
- Definition Classes
- Component → GeneratedMessage
- def discardUnknownFields: Component
- val endpointDefinitions: Seq[EndpointDefinition]
- def ensuring(cond: (Component) => Boolean, msg: => Any): Component
- def ensuring(cond: (Component) => Boolean): Component
- def ensuring(cond: Boolean, msg: => Any): Component
- def ensuring(cond: Boolean): Component
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getAcl: Acl
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Component → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Component → GeneratedMessage
- def getViewDefinition: ViewDefinition
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val messageDestinations: Seq[MessageDestination]
- val messageSources: Seq[MessageSource]
- val name: 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
- Component → 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
- Component → GeneratedMessage
- val type: String
- val typeId: String
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[Component, Component]) => Mutation[Component]*): Component
- Definition Classes
- Updatable
- val viewDefinition: Option[ViewDefinition]
- 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 withAcl(__v: Acl): Component
- def withEndpointDefinitions(__v: Seq[EndpointDefinition]): Component
- def withMessageDestinations(__v: Seq[MessageDestination]): Component
- def withMessageSources(__v: Seq[MessageSource]): Component
- def withName(__v: String): Component
- def withType(__v: String): Component
- def withTypeId(__v: String): Component
- def withUnknownFields(__v: UnknownFieldSet): Component
- def withViewDefinition(__v: ViewDefinition): Component
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Component → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Component toStringFormat[Component] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (Component, B)
- Implicit
- This member is added by an implicit conversion from Component toArrowAssoc[Component] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.