object Mutation extends GeneratedMessageCompanion[Mutation] with Serializable

Linear Supertypes
Serializable, Serializable, GeneratedMessageCompanion[Mutation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mutation
  2. Serializable
  3. Serializable
  4. GeneratedMessageCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Delete(table: String = "", keySet: Option[KeySet] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Delete] with Product with Serializable

    Arguments to [delete][google.spanner.v1.Mutation.delete] operations.

    Arguments to [delete][google.spanner.v1.Mutation.delete] operations.

    table

    Required. The table whose rows will be deleted.

    keySet

    Required. The primary keys of the rows within [table][google.spanner.v1.Mutation.Delete.table] to delete. The primary keys must be specified in the order in which they appear in the PRIMARY KEY() clause of the table's equivalent DDL statement (the DDL statement used to create the table). Delete is idempotent. The transaction will succeed even if some or all rows do not exist.

    Annotations
    @SerialVersionUID()
  2. implicit class MutationLens[UpperPB] extends ObjectLens[UpperPB, Mutation]
  3. sealed trait Operation extends GeneratedOneof
  4. type ValueType = Mutation
    Definition Classes
    GeneratedMessageCompanion
  5. final case class Write(table: String = "", columns: Seq[String] = _root_.scala.Seq.empty, values: Seq[ListValue] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Write] with Product with Serializable

    Arguments to [insert][google.spanner.v1.Mutation.insert], [update][google.spanner.v1.Mutation.update], [insert_or_update][google.spanner.v1.Mutation.insert_or_update], and [replace][google.spanner.v1.Mutation.replace] operations.

    Arguments to [insert][google.spanner.v1.Mutation.insert], [update][google.spanner.v1.Mutation.update], [insert_or_update][google.spanner.v1.Mutation.insert_or_update], and [replace][google.spanner.v1.Mutation.replace] operations.

    table

    Required. The table whose rows will be written.

    columns

    The names of the columns in [table][google.spanner.v1.Mutation.Write.table] to be written. The list of columns must contain enough columns to allow Cloud Spanner to derive values for all primary key columns in the row(s) to be modified.

    values

    The values to be written. values can contain more than one list of values. If it does, then multiple rows are written, one for each entry in values. Each list in values must have exactly as many entries as there are entries in [columns][google.spanner.v1.Mutation.Write.columns] above. Sending multiple lists is equivalent to sending multiple Mutations, each containing one values entry and repeating [table][google.spanner.v1.Mutation.Write.table] and [columns][google.spanner.v1.Mutation.Write.columns]. Individual values in each list are encoded as described [here][google.spanner.v1.TypeCode].

    Annotations
    @SerialVersionUID()

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 val DELETE_FIELD_NUMBER: Int(5)
  5. final val INSERT_FIELD_NUMBER: Int(1)
  6. final val INSERT_OR_UPDATE_FIELD_NUMBER: Int(3)
  7. final val REPLACE_FIELD_NUMBER: Int(4)
  8. final val UPDATE_FIELD_NUMBER: Int(2)
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. lazy val defaultInstance: Mutation
    Definition Classes
    Mutation → GeneratedMessageCompanion
  12. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  13. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    Mutation → GeneratedMessageCompanion
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fromAscii(s: String): Mutation
    Definition Classes
    GeneratedMessageCompanion
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def javaDescriptor: Descriptor
    Definition Classes
    Mutation → GeneratedMessageCompanion
  22. def merge(_message__: Mutation, _input__: CodedInputStream): Mutation
    Definition Classes
    Mutation → GeneratedMessageCompanion
  23. implicit def messageCompanion: GeneratedMessageCompanion[Mutation]
  24. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  25. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    Mutation → GeneratedMessageCompanion
  26. implicit def messageReads: Reads[Mutation]
    Definition Classes
    Mutation → GeneratedMessageCompanion
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    Mutation → GeneratedMessageCompanion
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def of(operation: Operation): Mutation
  32. def parseDelimitedFrom(input: InputStream): Option[Mutation]
    Definition Classes
    GeneratedMessageCompanion
  33. def parseDelimitedFrom(input: CodedInputStream): Option[Mutation]
    Definition Classes
    GeneratedMessageCompanion
  34. def parseFrom(s: Array[Byte]): Mutation
    Definition Classes
    GeneratedMessageCompanion
  35. def parseFrom(input: InputStream): Mutation
    Definition Classes
    GeneratedMessageCompanion
  36. def parseFrom(input: CodedInputStream): Mutation
    Definition Classes
    GeneratedMessageCompanion
  37. def scalaDescriptor: Descriptor
    Definition Classes
    Mutation → GeneratedMessageCompanion
  38. def streamFromDelimitedInput(input: InputStream): Stream[Mutation]
    Definition Classes
    GeneratedMessageCompanion
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toByteArray(a: Mutation): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def validate(s: Array[Byte]): Try[Mutation]
    Definition Classes
    GeneratedMessageCompanion
  43. def validateAscii(s: String): Either[TextFormatError, Mutation]
    Definition Classes
    GeneratedMessageCompanion
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. object Delete extends GeneratedMessageCompanion[Delete] with Serializable
  48. object Operation extends Serializable
  49. object Write extends GeneratedMessageCompanion[Write] with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from GeneratedMessageCompanion[Mutation]

Inherited from AnyRef

Inherited from Any

Ungrouped