final case class CreateAlertRequest(name: Option[String] = _root_.scala.None, description: Option[String] = _root_.scala.None, isActive: Option[Boolean] = _root_.scala.None, severity: AlertSeverity = ..., expiration: Option[Date] = _root_.scala.None, condition: Option[AlertCondition] = _root_.scala.None, notifications: Option[AlertNotifications] = _root_.scala.None, filters: Option[AlertFilters] = _root_.scala.None, notifyEvery: Option[Double] = _root_.scala.None, activeWhen: Option[AlertActiveWhen] = _root_.scala.None, notificationPayloadFilters: Seq[String] = _root_.scala.Seq.empty, 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. CreateAlertRequest
  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 CreateAlertRequest(name: Option[String] = _root_.scala.None, description: Option[String] = _root_.scala.None, isActive: Option[Boolean] = _root_.scala.None, severity: AlertSeverity = ..., expiration: Option[Date] = _root_.scala.None, condition: Option[AlertCondition] = _root_.scala.None, notifications: Option[AlertNotifications] = _root_.scala.None, filters: Option[AlertFilters] = _root_.scala.None, notifyEvery: Option[Double] = _root_.scala.None, activeWhen: Option[AlertActiveWhen] = _root_.scala.None, notificationPayloadFilters: Seq[String] = _root_.scala.Seq.empty, 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. val activeWhen: Option[AlertActiveWhen]
  5. def addAllNotificationPayloadFilters(__vs: Iterable[String]): CreateAlertRequest
  6. def addNotificationPayloadFilters(__vs: String*): CreateAlertRequest
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clearActiveWhen: CreateAlertRequest
  9. def clearCondition: CreateAlertRequest
  10. def clearDescription: CreateAlertRequest
  11. def clearExpiration: CreateAlertRequest
  12. def clearFilters: CreateAlertRequest
  13. def clearIsActive: CreateAlertRequest
  14. def clearName: CreateAlertRequest
  15. def clearNotificationPayloadFilters: CreateAlertRequest
  16. def clearNotifications: CreateAlertRequest
  17. def clearNotifyEvery: CreateAlertRequest
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  19. def companion: CreateAlertRequest.type
    Definition Classes
    CreateAlertRequest → GeneratedMessage
  20. val condition: Option[AlertCondition]
  21. val description: Option[String]
  22. def discardUnknownFields: CreateAlertRequest
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. val expiration: Option[Date]
  25. val filters: Option[AlertFilters]
  26. def getActiveWhen: AlertActiveWhen
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. def getCondition: AlertCondition
  29. def getDescription: String
  30. def getExpiration: Date
  31. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    CreateAlertRequest → GeneratedMessage
  32. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    CreateAlertRequest → GeneratedMessage
  33. def getFilters: AlertFilters
  34. def getIsActive: Boolean
  35. def getName: String
  36. def getNotifications: AlertNotifications
  37. def getNotifyEvery: Double
  38. val isActive: Option[Boolean]
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. val name: Option[String]
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. val notificationPayloadFilters: Seq[String]
  43. val notifications: Option[AlertNotifications]
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  46. val notifyEvery: Option[Double]
  47. def serializedSize: Int
    Definition Classes
    CreateAlertRequest → GeneratedMessage
  48. val severity: AlertSeverity
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  51. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  52. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  53. def toProtoString: String
    Definition Classes
    CreateAlertRequest → GeneratedMessage
  54. val unknownFields: UnknownFieldSet
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def withActiveWhen(__v: AlertActiveWhen): CreateAlertRequest
  59. def withCondition(__v: AlertCondition): CreateAlertRequest
  60. def withDescription(__v: String): CreateAlertRequest
  61. def withExpiration(__v: Date): CreateAlertRequest
  62. def withFilters(__v: AlertFilters): CreateAlertRequest
  63. def withIsActive(__v: Boolean): CreateAlertRequest
  64. def withName(__v: String): CreateAlertRequest
  65. def withNotificationPayloadFilters(__v: Seq[String]): CreateAlertRequest
  66. def withNotifications(__v: AlertNotifications): CreateAlertRequest
  67. def withNotifyEvery(__v: Double): CreateAlertRequest
  68. def withSeverity(__v: AlertSeverity): CreateAlertRequest
  69. def withUnknownFields(__v: UnknownFieldSet): CreateAlertRequest
  70. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  71. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    CreateAlertRequest → GeneratedMessage
  72. 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