SetCell

com.google.bigtable.v2.data.Mutation$.SetCell
See theSetCell companion object
final case class SetCell(familyName: String, columnQualifier: ByteString, timestampMicros: Long, value: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SetCell]

A Mutation which sets the value of the specified cell.

Value parameters

columnQualifier

The qualifier of the column into which new data should be written. Can be any byte string, including the empty string.

familyName

The name of the family into which new data should be written. Must match [-_.a-zA-Z0-9]+

timestampMicros

The timestamp of the cell into which new data should be written. Use -1 for current Bigtable server time. Otherwise, the client should set this value itself, noting that the default value is a timestamp of zero if the field is left unspecified. Values must match the granularity of the table (e.g. micros, millis).

value

The value to be written into the specified cell.

Attributes

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

Members list

Value members

Concrete methods

def companion: SetCell.type

Attributes

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

Attributes

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

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): SetCell

Attributes

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

Attributes

Source
Mutation.scala
def withTimestampMicros(`__v`: Long): SetCell

Attributes

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

Attributes

Source
Mutation.scala
def withValue(`__v`: ByteString): SetCell

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
def update(ms: Lens[SetCell, SetCell] => () => SetCell*): A

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