Entry

com.google.bigtable.v2.bigtable.MutateRowsRequest.Entry
See theEntry companion object
final case class Entry(rowKey: ByteString, mutations: Seq[Mutation], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Entry]

A mutation for a given row.

Value parameters

mutations

Required. Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.

rowKey

The key of the row to which the mutations should be applied.

Attributes

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

Members list

Value members

Concrete methods

def addAllMutations(`__vs`: Iterable[Mutation]): Entry

Attributes

Source
MutateRowsRequest.scala
def addMutations(`__vs`: Mutation*): Entry

Attributes

Source
MutateRowsRequest.scala
def companion: Entry.type

Attributes

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

Attributes

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

Attributes

Source
MutateRowsRequest.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
MutateRowsRequest.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
MutateRowsRequest.scala
def withMutations(`__v`: Seq[Mutation]): Entry

Attributes

Source
MutateRowsRequest.scala
def withRowKey(`__v`: ByteString): Entry

Attributes

Source
MutateRowsRequest.scala
def withUnknownFields(`__v`: UnknownFieldSet): Entry

Attributes

Source
MutateRowsRequest.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
MutateRowsRequest.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[Entry, Entry] => () => Entry*): 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