InsertOrUpdate

com.google.spanner.v1.mutation.Mutation.Operation.InsertOrUpdate
final case class InsertOrUpdate(value: Write) extends Operation

Attributes

Source
Mutation.scala
Graph
Supertypes
trait Operation
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = Write

Attributes

Source
Mutation.scala

Value members

Concrete methods

override def insertOrUpdate: Option[Write]

Attributes

Definition Classes
Source
Mutation.scala
override def isInsertOrUpdate: Boolean

Attributes

Definition Classes
Source
Mutation.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
Mutation.scala

Inherited methods

def delete: Option[Delete]

Attributes

Inherited from:
Operation
Source
Mutation.scala
def insert: Option[Write]

Attributes

Inherited from:
Operation
Source
Mutation.scala
def isDefined: Boolean

Attributes

Inherited from:
Operation
Source
Mutation.scala
def isDelete: Boolean

Attributes

Inherited from:
Operation
Source
Mutation.scala
def isEmpty: Boolean

Attributes

Inherited from:
Operation
Source
Mutation.scala
def isInsert: Boolean

Attributes

Inherited from:
Operation
Source
Mutation.scala
def isReplace: Boolean

Attributes

Inherited from:
Operation
Source
Mutation.scala
def isUpdate: Boolean

Attributes

Inherited from:
Operation
Source
Mutation.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def replace: Option[Write]

Attributes

Inherited from:
Operation
Source
Mutation.scala
def update: Option[Write]

Attributes

Inherited from:
Operation
Source
Mutation.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala