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
Ordering
- Alphabetic
- By Inheritance
Inherited
- MutationResult
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val acknowledged: Boolean
- def addAllErrIndex(__vs: Iterable[Int]): MutationResult
- def addAllSuccIndex(__vs: Iterable[Int]): MutationResult
- def addErrIndex(__vs: Int*): MutationResult
- def addSuccIndex(__vs: Int*): MutationResult
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearErrIndex: MutationResult
- def clearIDs: MutationResult
- def clearStatus: MutationResult
- def clearSuccIndex: MutationResult
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: MutationResult.type
- Definition Classes
- MutationResult → GeneratedMessage
- val deleteCnt: Long
- def discardUnknownFields: MutationResult
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errIndex: Seq[Int]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- MutationResult → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- MutationResult → GeneratedMessage
- def getIDs: IDs
- def getStatus: Status
- val iDs: Option[IDs]
- val insertCnt: Long
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
serializedSize: Int
- Definition Classes
- MutationResult → GeneratedMessage
- val status: Option[Status]
- val succIndex: Seq[Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timestamp: Long
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- MutationResult → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[MutationResult, MutationResult]) ⇒ Mutation[MutationResult]*): MutationResult
- Definition Classes
- Updatable
- val upsertCnt: Long
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAcknowledged(__v: Boolean): MutationResult
- def withDeleteCnt(__v: Long): MutationResult
- def withErrIndex(__v: Seq[Int]): MutationResult
- def withIDs(__v: IDs): MutationResult
- def withInsertCnt(__v: Long): MutationResult
- def withStatus(__v: Status): MutationResult
- def withSuccIndex(__v: Seq[Int]): MutationResult
- def withTimestamp(__v: Long): MutationResult
- def withUnknownFields(__v: UnknownFieldSet): MutationResult
- def withUpsertCnt(__v: Long): MutationResult
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- MutationResult → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated