Packages

object ViewCommonData extends GeneratedMessageCompanion[ViewCommonData] with StableProtoVersion

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ViewCommonData
  2. StableProtoVersion
  3. Unstable
  4. Stable
  5. Status
  6. GeneratedMessageCompanion
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ValueType = ViewCommonData
    Definition Classes
    GeneratedMessageCompanion
  2. implicit class ViewCommonDataLens[UpperPB] extends ObjectLens[UpperPB, ViewCommonData]

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. final val INFORMEES_FIELD_NUMBER: Int(2)
  5. final val SALT_FIELD_NUMBER: Int(1)
  6. final val THRESHOLD_FIELD_NUMBER: Int(3)
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. lazy val defaultInstance: ViewCommonData
    Definition Classes
    ViewCommonData → GeneratedMessageCompanion
  10. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  11. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    ViewCommonData → GeneratedMessageCompanion
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def fromAscii(s: String): ViewCommonData
    Definition Classes
    GeneratedMessageCompanion
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def javaDescriptor: Descriptor
    Definition Classes
    ViewCommonData → GeneratedMessageCompanion
  19. def merge(a: ViewCommonData, input: CodedInputStream): ViewCommonData
    Definition Classes
    GeneratedMessageCompanion
  20. implicit def messageCompanion: GeneratedMessageCompanion[ViewCommonData] with StableProtoVersion
  21. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  22. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    ViewCommonData → GeneratedMessageCompanion
  23. implicit def messageReads: Reads[ViewCommonData]
    Definition Classes
    ViewCommonData → GeneratedMessageCompanion
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    ViewCommonData → GeneratedMessageCompanion
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def of(salt: Option[Salt], informees: Seq[Informee], threshold: Int): ViewCommonData
  29. def parseDelimitedFrom(input: InputStream): Option[ViewCommonData]
    Definition Classes
    GeneratedMessageCompanion
  30. def parseDelimitedFrom(input: CodedInputStream): Option[ViewCommonData]
    Definition Classes
    GeneratedMessageCompanion
  31. def parseFrom(_input__: CodedInputStream): ViewCommonData
    Definition Classes
    ViewCommonData → GeneratedMessageCompanion
  32. def parseFrom(s: Array[Byte]): ViewCommonData
    Definition Classes
    GeneratedMessageCompanion
  33. def parseFrom(input: InputStream): ViewCommonData
    Definition Classes
    GeneratedMessageCompanion
  34. def scalaDescriptor: Descriptor
    Definition Classes
    ViewCommonData → GeneratedMessageCompanion
  35. def streamFromDelimitedInput(input: InputStream): Stream[ViewCommonData]
    Definition Classes
    GeneratedMessageCompanion
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toByteArray(a: ViewCommonData): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def validate(s: Array[Byte]): Try[ViewCommonData]
    Definition Classes
    GeneratedMessageCompanion
  40. def validateAscii(s: String): Either[TextFormatError, ViewCommonData]
    Definition Classes
    GeneratedMessageCompanion
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from StableProtoVersion

Inherited from Unstable

Inherited from Stable

Inherited from Status

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped