MutateRowRequest

com.google.bigtable.v2.bigtable.MutateRowRequest
See theMutateRowRequest companion object
final case class MutateRowRequest(tableName: String, appProfileId: String, rowKey: ByteString, mutations: Seq[Mutation], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[MutateRowRequest]

Request message for Bigtable.MutateRow.

Attributes

appProfileId

This value specifies routing for replication. If not specified, the "default" application profile will be used.

mutations

Required. Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.

rowKey

Required. The key of the row to which the mutation should be applied.

tableName

Required. The unique name of the table to which the mutation should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>.

Companion:
object
Source:
MutateRowRequest.scala
Graph
Supertypes
trait Updatable[MutateRowRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def getField(`__field`: FieldDescriptor): PValue

Attributes

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

Attributes

Source:
MutateRowRequest.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source:
MutateRowRequest.scala

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:
MutateRowRequest.scala
def withRowKey(`__v`: ByteString): MutateRowRequest

Attributes

Source:
MutateRowRequest.scala
def withUnknownFields(`__v`: UnknownFieldSet): MutateRowRequest

Attributes

Source:
MutateRowRequest.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:
MutateRowRequest.scala

Inherited methods

Attributes

Inherited from:
Product

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