Packages

final case class PurRule(tag: Option[String] = _root_.scala.None, path: Option[String] = _root_.scala.None, query: Option[String] = _root_.scala.None, shouldReport: Option[Boolean] = _root_.scala.None) extends GeneratedMessage with Updatable[PurRule] with Product with Serializable

tag

Rule identifier used for server-side post processing @required

path

Exact path for reader @required

query

SQLite query statement, see the docs for details If not specified, 'iap' will not be included in the ad request data @optional

shouldReport

Setting up the reader to send the collected data 'true' if not specified @optional

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

Instance Constructors

  1. new PurRule(tag: Option[String] = _root_.scala.None, path: Option[String] = _root_.scala.None, query: Option[String] = _root_.scala.None, shouldReport: Option[Boolean] = _root_.scala.None)

    tag

    Rule identifier used for server-side post processing @required

    path

    Exact path for reader @required

    query

    SQLite query statement, see the docs for details If not specified, 'iap' will not be included in the ad request data @optional

    shouldReport

    Setting up the reader to send the collected data 'true' if not specified @optional

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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearPath: PurRule
  6. def clearQuery: PurRule
  7. def clearShouldReport: PurRule
  8. def clearTag: PurRule
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def companion: PurRule.type
    Definition Classes
    PurRule → GeneratedMessage
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    PurRule → GeneratedMessage
  14. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    PurRule → GeneratedMessage
  15. def getPath: String
  16. def getQuery: String
  17. def getShouldReport: Boolean
  18. def getTag: String
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. val path: Option[String]
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. val query: Option[String]
  26. def serializedSize: Int
    Definition Classes
    PurRule → GeneratedMessage
  27. val shouldReport: Option[Boolean]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val tag: Option[String]
  30. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  31. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  32. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String
    Definition Classes
    PurRule → GeneratedMessage
  34. def update(ms: (Lens[PurRule, PurRule]) => Mutation[PurRule]*): PurRule
    Definition Classes
    Updatable
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. def withPath(__v: String): PurRule
  39. def withQuery(__v: String): PurRule
  40. def withShouldReport(__v: Boolean): PurRule
  41. def withTag(__v: String): PurRule
  42. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  43. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    PurRule → GeneratedMessage
  44. 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

    (Since version 9)

Inherited from Updatable[PurRule]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped