DeleteFromFamily

com.google.bigtable.v2.data.Mutation$.Mutation$.DeleteFromFamily
final case class DeleteFromFamily(value: DeleteFromFamily) 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 deleteFromFamily: Option[DeleteFromFamily]

Attributes

Definition Classes
Source
Mutation.scala
override def isDeleteFromFamily: 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 isDeleteFromRow: 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