final case class AlertFilters(severities: Seq[LogSeverity] = _root_.scala.Seq.empty, metadata: Option[MetadataFilters] = _root_.scala.None, alias: Option[String] = _root_.scala.None, text: Option[String] = _root_.scala.None, ratioAlerts: Seq[RatioAlert] = _root_.scala.Seq.empty, filterType: FilterType = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AlertFilters
  2. GeneratedMessage
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AlertFilters(severities: Seq[LogSeverity] = _root_.scala.Seq.empty, metadata: Option[MetadataFilters] = _root_.scala.None, alias: Option[String] = _root_.scala.None, text: Option[String] = _root_.scala.None, ratioAlerts: Seq[RatioAlert] = _root_.scala.Seq.empty, filterType: FilterType = ..., unknownFields: UnknownFieldSet = ...)

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 addAllRatioAlerts(__vs: Iterable[RatioAlert]): AlertFilters
  5. def addAllSeverities(__vs: Iterable[LogSeverity]): AlertFilters
  6. def addRatioAlerts(__vs: RatioAlert*): AlertFilters
  7. def addSeverities(__vs: LogSeverity*): AlertFilters
  8. val alias: Option[String]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clearAlias: AlertFilters
  11. def clearMetadata: AlertFilters
  12. def clearRatioAlerts: AlertFilters
  13. def clearSeverities: AlertFilters
  14. def clearText: AlertFilters
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  16. def companion: AlertFilters.type
    Definition Classes
    AlertFilters → GeneratedMessage
  17. def discardUnknownFields: AlertFilters
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val filterType: FilterType
  20. def getAlias: String
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    AlertFilters → GeneratedMessage
  23. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    AlertFilters → GeneratedMessage
  24. def getMetadata: MetadataFilters
  25. def getText: String
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val metadata: Option[MetadataFilters]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. val ratioAlerts: Seq[RatioAlert]
  32. def serializedSize: Int
    Definition Classes
    AlertFilters → GeneratedMessage
  33. val severities: Seq[LogSeverity]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. val text: Option[String]
  36. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  37. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  38. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  39. def toProtoString: String
    Definition Classes
    AlertFilters → GeneratedMessage
  40. val unknownFields: UnknownFieldSet
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def withAlias(__v: String): AlertFilters
  45. def withFilterType(__v: FilterType): AlertFilters
  46. def withMetadata(__v: MetadataFilters): AlertFilters
  47. def withRatioAlerts(__v: Seq[RatioAlert]): AlertFilters
  48. def withSeverities(__v: Seq[LogSeverity]): AlertFilters
  49. def withText(__v: String): AlertFilters
  50. def withUnknownFields(__v: UnknownFieldSet): AlertFilters
  51. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  52. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    AlertFilters → GeneratedMessage
  53. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

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

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped