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

Members list

Concise view

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

Attributes

Inherited from:
Rule
Source:
ReadModifyWriteRule.scala

Attributes

Inherited from:
Rule
Source:
ReadModifyWriteRule.scala

Attributes

Inherited from:
Rule
Source:
ReadModifyWriteRule.scala

Attributes

Inherited from:
Rule
Source:
ReadModifyWriteRule.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source:
GeneratedMessageCompanion.scala