AppendValue

com.google.bigtable.v2.data.ReadModifyWriteRule$.Rule$.AppendValue
final case class AppendValue(value: ByteString) extends Rule

Attributes

Source
ReadModifyWriteRule.scala
Graph
Supertypes
trait Rule
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = ByteString

Attributes

Source
ReadModifyWriteRule.scala

Value members

Concrete methods

override def appendValue: Option[ByteString]

Attributes

Definition Classes
Source
ReadModifyWriteRule.scala
override def isAppendValue: Boolean

Attributes

Definition Classes
Source
ReadModifyWriteRule.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ReadModifyWriteRule.scala

Inherited methods

def incrementAmount: Option[Long]

Attributes

Inherited from:
Rule
Source
ReadModifyWriteRule.scala
def isDefined: Boolean

Attributes

Inherited from:
Rule
Source
ReadModifyWriteRule.scala
def isEmpty: Boolean

Attributes

Inherited from:
Rule
Source
ReadModifyWriteRule.scala
def isIncrementAmount: Boolean

Attributes

Inherited from:
Rule
Source
ReadModifyWriteRule.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala