ResetRow

com.google.bigtable.v2.bigtable.ReadRowsResponse$.CellChunk$.RowStatus$.ResetRow
final case class ResetRow(value: Boolean) extends RowStatus

Attributes

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

Members list

Type members

Types

type ValueType = Boolean

Attributes

Source
ReadRowsResponse.scala

Value members

Concrete methods

override def isResetRow: Boolean

Attributes

Definition Classes
Source
ReadRowsResponse.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ReadRowsResponse.scala
override def resetRow: Option[Boolean]

Attributes

Definition Classes
Source
ReadRowsResponse.scala

Inherited methods

def commitRow: Option[Boolean]

Attributes

Inherited from:
RowStatus
Source
ReadRowsResponse.scala
def isCommitRow: Boolean

Attributes

Inherited from:
RowStatus
Source
ReadRowsResponse.scala
def isDefined: Boolean

Attributes

Inherited from:
RowStatus
Source
ReadRowsResponse.scala
def isEmpty: Boolean

Attributes

Inherited from:
RowStatus
Source
ReadRowsResponse.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