Mutation

com.google.bigtable.v2.data.Mutation
See theMutation companion class
object Mutation extends GeneratedMessageCompanion[Mutation]

Attributes

Companion
class
Source
Mutation.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Mutation]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Mutation.type

Members list

Type members

Classlikes

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.

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
Supertypes
trait Updatable[DeleteFromColumn]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DeleteFromColumn extends GeneratedMessageCompanion[DeleteFromColumn]

Attributes

Companion
class
Source
Mutation.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DeleteFromColumn]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class DeleteFromFamily(familyName: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[DeleteFromFamily]

A Mutation which deletes all cells from the specified column family.

A Mutation which deletes all cells from the specified column family.

Value parameters

familyName

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

Attributes

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

Attributes

Companion
class
Source
Mutation.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DeleteFromFamily]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class DeleteFromRow(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[DeleteFromRow]

A Mutation which deletes all cells from the containing row.

A Mutation which deletes all cells from the containing row.

Attributes

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

Attributes

Companion
class
Source
Mutation.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DeleteFromRow]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object Mutation

Attributes

Companion
trait
Source
Mutation.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Mutation.type
sealed trait Mutation extends GeneratedOneof

Attributes

Companion
object
Source
Mutation.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty.type
class SetCell
implicit class MutationLens[UpperPB](_l: Lens[UpperPB, Mutation]) extends ObjectLens[UpperPB, Mutation]

Attributes

Source
Mutation.scala
Supertypes
class ObjectLens[UpperPB, Mutation]
trait Lens[UpperPB, Mutation]
trait Serializable
class Object
trait Matchable
class Any
Show all
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.

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
Supertypes
trait Updatable[SetCell]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SetCell extends GeneratedMessageCompanion[SetCell]

Attributes

Companion
class
Source
Mutation.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SetCell]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
SetCell.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
Mutation.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
Mutation.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
Mutation.scala
def of(mutation: Mutation): Mutation

Attributes

Source
Mutation.scala
def parseFrom(`_input__`: CodedInputStream): Mutation

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
Mutation.scala
def scalaDescriptor: Descriptor

Attributes

Source
Mutation.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: Mutation, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def toByteArray(a: Mutation): Array[Byte]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

Attributes

Source
Mutation.scala

Attributes

Source
Mutation.scala

Attributes

Source
Mutation.scala
final val SET_CELL_FIELD_NUMBER: 1

Attributes

Source
Mutation.scala

Attributes

Source
Mutation.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
Mutation.scala

Implicits

Implicits

final implicit def MutationLens[UpperPB](_l: Lens[UpperPB, Mutation]): MutationLens[UpperPB]

Attributes

Source
Mutation.scala
implicit def messageCompanion: GeneratedMessageCompanion[Mutation]

Attributes

Source
Mutation.scala
implicit def messageReads: Reads[Mutation]

Attributes

Source
Mutation.scala