Packages

final case class Audit(status: AuditStatusCode = com.explorestack.protobuf.adcom.AuditStatusCode.AUDIT_STATUS_CODE_INVALID, feedback: Seq[String] = _root_.scala.Seq.empty, init: String = "", lastmod: String = "", corr: Option[Ad] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Audit] with Product with Serializable

status

The audit status of the ad.

feedback

One or more human-readable explanations as to reasons for rejection or any changes to fields for ad quality reasons (e.g., "adomain", "cat", "attr", etc.).

init

Date/time of the original instantiation of this object in the format of ISO-8601; W3C profile.

lastmod

Date/time of most recent modification to this object in the format of ISO-8601; W3C profile.

corr

Correction object wherein the auditor can specify changes to attributes of the "Ad" object or its children they believe to be proper.

ext

Optional vendor-specific extensions.

extProto

Legacy proto extensions.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Audit], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Audit
  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 Audit(status: AuditStatusCode = com.explorestack.protobuf.adcom.AuditStatusCode.AUDIT_STATUS_CODE_INVALID, feedback: Seq[String] = _root_.scala.Seq.empty, init: String = "", lastmod: String = "", corr: Option[Ad] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)

    status

    The audit status of the ad.

    feedback

    One or more human-readable explanations as to reasons for rejection or any changes to fields for ad quality reasons (e.g., "adomain", "cat", "attr", etc.).

    init

    Date/time of the original instantiation of this object in the format of ISO-8601; W3C profile.

    lastmod

    Date/time of most recent modification to this object in the format of ISO-8601; W3C profile.

    corr

    Correction object wherein the auditor can specify changes to attributes of the "Ad" object or its children they believe to be proper.

    ext

    Optional vendor-specific extensions.

    extProto

    Legacy proto extensions.

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 addAllExtProto(__vs: Iterable[Any]): Audit
  5. def addAllFeedback(__vs: Iterable[String]): Audit
  6. def addExtProto(__vs: Any*): Audit
  7. def addFeedback(__vs: String*): Audit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearCorr: Audit
  10. def clearExt: Audit
  11. def clearExtProto: Audit
  12. def clearFeedback: Audit
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  14. def companion: Audit.type
    Definition Classes
    Audit → GeneratedMessage
  15. val corr: Option[Ad]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val ext: Option[Struct]
  18. val extProto: Seq[Any]
  19. val feedback: Seq[String]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def getCorr: Ad
  22. def getExt: Struct
  23. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Audit → GeneratedMessage
  24. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Audit → GeneratedMessage
  25. val init: String
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val lastmod: String
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def serializedSize: Int
    Definition Classes
    Audit → GeneratedMessage
  33. val status: AuditStatusCode
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  36. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  37. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  38. def toProtoString: String
    Definition Classes
    Audit → GeneratedMessage
  39. def update(ms: (Lens[Audit, Audit]) => Mutation[Audit]*): Audit
    Definition Classes
    Updatable
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def withCorr(__v: Ad): Audit
  44. def withExt(__v: Struct): Audit
  45. def withExtProto(__v: Seq[Any]): Audit
  46. def withFeedback(__v: Seq[String]): Audit
  47. def withInit(__v: String): Audit
  48. def withLastmod(__v: String): Audit
  49. def withStatus(__v: AuditStatusCode): Audit
  50. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  51. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Audit → GeneratedMessage
  52. 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[Audit]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped