IncrementAmount

com.google.bigtable.v2.data.ReadModifyWriteRule$.Rule$.IncrementAmount
final case class IncrementAmount(value: Long) 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 = Long

Attributes

Source
ReadModifyWriteRule.scala

Value members

Concrete methods

override def incrementAmount: Option[Long]

Attributes

Definition Classes
Source
ReadModifyWriteRule.scala
override def isIncrementAmount: Boolean

Attributes

Definition Classes
Source
ReadModifyWriteRule.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ReadModifyWriteRule.scala

Inherited methods

def appendValue: Option[ByteString]

Attributes

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

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 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