DeleteFromRow

com.google.bigtable.v2.data.Mutation$.Mutation$.DeleteFromRow
final case class DeleteFromRow(value: DeleteFromRow) extends Mutation

Attributes

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

Members list

Type members

Types

Attributes

Source
Mutation.scala

Value members

Concrete methods

override def deleteFromRow: Option[DeleteFromRow]

Attributes

Definition Classes
Source
Mutation.scala
override def isDeleteFromRow: Boolean

Attributes

Definition Classes
Source
Mutation.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
Mutation.scala

Inherited methods

Attributes

Inherited from:
Mutation
Source
Mutation.scala

Attributes

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

Attributes

Inherited from:
Mutation
Source
Mutation.scala
def isDeleteFromColumn: Boolean

Attributes

Inherited from:
Mutation
Source
Mutation.scala
def isDeleteFromFamily: Boolean

Attributes

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

Attributes

Inherited from:
Mutation
Source
Mutation.scala
def isSetCell: Boolean

Attributes

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

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def setCell: Option[SetCell]

Attributes

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

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala