Packages

final case class MutationResult(status: Option[Status] = _root_.scala.None, iDs: Option[IDs] = _root_.scala.None, succIndex: Seq[Int] = _root_.scala.Seq.empty, errIndex: Seq[Int] = _root_.scala.Seq.empty, acknowledged: Boolean = false, insertCnt: Long = 0L, deleteCnt: Long = 0L, upsertCnt: Long = 0L, timestamp: Long = 0L, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[MutationResult] with Product with Serializable

iDs

required for insert, delete

succIndex

error indexes indicate

errIndex

error indexes indicate

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

Instance Constructors

  1. new MutationResult(status: Option[Status] = _root_.scala.None, iDs: Option[IDs] = _root_.scala.None, succIndex: Seq[Int] = _root_.scala.Seq.empty, errIndex: Seq[Int] = _root_.scala.Seq.empty, acknowledged: Boolean = false, insertCnt: Long = 0L, deleteCnt: Long = 0L, upsertCnt: Long = 0L, timestamp: Long = 0L, unknownFields: UnknownFieldSet = ...)

    iDs

    required for insert, delete

    succIndex

    error indexes indicate

    errIndex

    error indexes indicate

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 acknowledged: Boolean
  5. def addAllErrIndex(__vs: Iterable[Int]): MutationResult
  6. def addAllSuccIndex(__vs: Iterable[Int]): MutationResult
  7. def addErrIndex(__vs: Int*): MutationResult
  8. def addSuccIndex(__vs: Int*): MutationResult
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clearErrIndex: MutationResult
  11. def clearIDs: MutationResult
  12. def clearStatus: MutationResult
  13. def clearSuccIndex: MutationResult
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  15. def companion: MutationResult.type
    Definition Classes
    MutationResult → GeneratedMessage
  16. val deleteCnt: Long
  17. def discardUnknownFields: MutationResult
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val errIndex: Seq[Int]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    MutationResult → GeneratedMessage
  22. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    MutationResult → GeneratedMessage
  23. def getIDs: IDs
  24. def getStatus: Status
  25. val iDs: Option[IDs]
  26. val insertCnt: Long
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def serializedSize: Int
    Definition Classes
    MutationResult → GeneratedMessage
  32. val status: Option[Status]
  33. val succIndex: Seq[Int]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. val timestamp: Long
  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
    MutationResult → GeneratedMessage
  40. val unknownFields: UnknownFieldSet
  41. def update(ms: (Lens[MutationResult, MutationResult]) ⇒ Mutation[MutationResult]*): MutationResult
    Definition Classes
    Updatable
  42. val upsertCnt: Long
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def withAcknowledged(__v: Boolean): MutationResult
  47. def withDeleteCnt(__v: Long): MutationResult
  48. def withErrIndex(__v: Seq[Int]): MutationResult
  49. def withIDs(__v: IDs): MutationResult
  50. def withInsertCnt(__v: Long): MutationResult
  51. def withStatus(__v: Status): MutationResult
  52. def withSuccIndex(__v: Seq[Int]): MutationResult
  53. def withTimestamp(__v: Long): MutationResult
  54. def withUnknownFields(__v: UnknownFieldSet): MutationResult
  55. def withUpsertCnt(__v: Long): MutationResult
  56. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  57. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    MutationResult → GeneratedMessage
  58. 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 Updatable[MutationResult]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped