Packages

final case class Metric(label: Seq[LabelPair] = _root_.scala.collection.Seq.empty, gauge: Option[Gauge] = None, counter: Option[Counter] = None, summary: Option[Summary] = None, untyped: Option[Untyped] = None, histogram: Option[Histogram] = None, timestampMs: Option[Long] = None) extends GeneratedMessage with Message[Metric] with Updatable[Metric] with Product with Serializable

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Metric
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Metric(label: Seq[LabelPair] = _root_.scala.collection.Seq.empty, gauge: Option[Gauge] = None, counter: Option[Counter] = None, summary: Option[Summary] = None, untyped: Option[Untyped] = None, histogram: Option[Histogram] = None, timestampMs: Option[Long] = None)

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 addAllLabel(__vs: TraversableOnce[LabelPair]): Metric
  5. def addLabel(__vs: LabelPair*): Metric
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearCounter: Metric
  8. def clearGauge: Metric
  9. def clearHistogram: Metric
  10. def clearLabel: Metric
  11. def clearSummary: Metric
  12. def clearTimestampMs: Metric
  13. def clearUntyped: Metric
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. def companion: Metric.type
    Definition Classes
    Metric → GeneratedMessage
  16. val counter: Option[Counter]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val gauge: Option[Gauge]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getCounter: Counter
  22. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Metric → GeneratedMessage
  23. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Metric → GeneratedMessage
  24. def getGauge: Gauge
  25. def getHistogram: Histogram
  26. def getSummary: Summary
  27. def getTimestampMs: Long
  28. def getUntyped: Untyped
  29. val histogram: Option[Histogram]
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val label: Seq[LabelPair]
  32. def mergeFrom(_input__: CodedInputStream): Metric
    Definition Classes
    Metric → Message
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def serializedSize: Int
    Definition Classes
    Metric → GeneratedMessage
  37. val summary: Option[Summary]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. val timestampMs: Option[Long]
  40. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  41. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  42. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  43. def toString(): String
    Definition Classes
    Metric → AnyRef → Any
  44. val untyped: Option[Untyped]
  45. def update(ms: (Lens[Metric, Metric]) ⇒ Mutation[Metric]*): Metric
    Definition Classes
    Updatable
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  49. def withCounter(__v: Counter): Metric
  50. def withGauge(__v: Gauge): Metric
  51. def withHistogram(__v: Histogram): Metric
  52. def withLabel(__v: Seq[LabelPair]): Metric
  53. def withSummary(__v: Summary): Metric
  54. def withTimestampMs(__v: Long): Metric
  55. def withUntyped(__v: Untyped): Metric
  56. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  57. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Metric → GeneratedMessage
  58. def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. 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

Inherited from Product

Inherited from Equals

Inherited from Updatable[Metric]

Inherited from Message[Metric]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped