c
io.hydrosphere.serving.discovery.serving
ApplicationDiscoveryEvent
Companion object ApplicationDiscoveryEvent
final case class ApplicationDiscoveryEvent(removedIds: Seq[String] = _root_.scala.collection.Seq.empty, added: Seq[ServingApp] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[ApplicationDiscoveryEvent] with Updatable[ApplicationDiscoveryEvent] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplicationDiscoveryEvent
- Product
- Equals
- Updatable
- Message
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ApplicationDiscoveryEvent(removedIds: Seq[String] = _root_.scala.collection.Seq.empty, added: Seq[ServingApp] = _root_.scala.collection.Seq.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 addAdded(__vs: ServingApp*): ApplicationDiscoveryEvent
- def addAllAdded(__vs: TraversableOnce[ServingApp]): ApplicationDiscoveryEvent
- def addAllRemovedIds(__vs: TraversableOnce[String]): ApplicationDiscoveryEvent
- def addRemovedIds(__vs: String*): ApplicationDiscoveryEvent
- val added: Seq[ServingApp]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAdded: ApplicationDiscoveryEvent
- def clearRemovedIds: ApplicationDiscoveryEvent
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
companion: ApplicationDiscoveryEvent.type
- Definition Classes
- ApplicationDiscoveryEvent → GeneratedMessage
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- ApplicationDiscoveryEvent → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ApplicationDiscoveryEvent → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeFrom(_input__: CodedInputStream): ApplicationDiscoveryEvent
- Definition Classes
- ApplicationDiscoveryEvent → Message
-
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()
- val removedIds: Seq[String]
-
final
def
serializedSize: Int
- Definition Classes
- ApplicationDiscoveryEvent → GeneratedMessage
-
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
toProtoString: String
- Definition Classes
- ApplicationDiscoveryEvent → GeneratedMessage
-
def
update(ms: (Lens[ApplicationDiscoveryEvent, ApplicationDiscoveryEvent]) ⇒ Mutation[ApplicationDiscoveryEvent]*): ApplicationDiscoveryEvent
- 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
- @native() @throws( ... )
- def withAdded(__v: Seq[ServingApp]): ApplicationDiscoveryEvent
- def withRemovedIds(__v: Seq[String]): ApplicationDiscoveryEvent
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ApplicationDiscoveryEvent → GeneratedMessage
-
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
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