CheckAndMutateRowRequest

com.google.bigtable.v2.bigtable.CheckAndMutateRowRequest
See theCheckAndMutateRowRequest companion object
final case class CheckAndMutateRowRequest(tableName: String, appProfileId: String, rowKey: ByteString, predicateFilter: Option[RowFilter], trueMutations: Seq[Mutation], falseMutations: Seq[Mutation], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CheckAndMutateRowRequest]

Request message for Bigtable.CheckAndMutateRow.

Value parameters

appProfileId

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

falseMutations

Changes to be atomically applied to the specified row if predicate_filter does not yield any cells when applied to row_key. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if true_mutations is empty, and at most 100000.

predicateFilter

The filter to be applied to the contents of the specified row. Depending on whether or not any results are yielded, either true_mutations or false_mutations will be executed. If unset, checks that the row contains any values at all.

rowKey

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

tableName

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

trueMutations

Changes to be atomically applied to the specified row if predicate_filter yields at least one cell when applied to row_key. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry if false_mutations is empty, and at most 100000.

Attributes

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

Members list

Value members

Concrete methods

def getField(`__field`: FieldDescriptor): PValue

Attributes

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

Attributes

Source
CheckAndMutateRowRequest.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
CheckAndMutateRowRequest.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
CheckAndMutateRowRequest.scala
def withRowKey(`__v`: ByteString): CheckAndMutateRowRequest

Attributes

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

Attributes

Source
CheckAndMutateRowRequest.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
CheckAndMutateRowRequest.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