DeleteFromColumn

com.google.bigtable.v2.data.Mutation$.DeleteFromColumn
See theDeleteFromColumn companion object
final case class DeleteFromColumn(familyName: String, columnQualifier: ByteString, timeRange: Option[TimestampRange], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[DeleteFromColumn]

A Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.

Value parameters

columnQualifier

The qualifier of the column from which cells should be deleted. Can be any byte string, including the empty string.

familyName

The name of the family from which cells should be deleted. Must match [-_.a-zA-Z0-9]+

timeRange

The range of timestamps within which cells should be deleted.

Attributes

Companion
object
Source
Mutation.scala
Graph
Supertypes
trait Updatable[DeleteFromColumn]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Mutation.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
Mutation.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
Mutation.scala

Attributes

Source
Mutation.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
Mutation.scala
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
Mutation.scala
def withColumnQualifier(`__v`: ByteString): DeleteFromColumn

Attributes

Source
Mutation.scala
def withFamilyName(`__v`: String): DeleteFromColumn

Attributes

Source
Mutation.scala
def withUnknownFields(`__v`: UnknownFieldSet): DeleteFromColumn

Attributes

Source
Mutation.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
Mutation.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala