StartKeyOpen

com.google.bigtable.v2.data.RowRange$.StartKey$.StartKeyOpen
final case class StartKeyOpen(value: ByteString) extends StartKey

Attributes

Source:
RowRange.scala
Graph
Supertypes
trait StartKey
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:
RowRange.scala

Value members

Concrete methods

override def isStartKeyOpen: Boolean

Attributes

Definition Classes
Source:
RowRange.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source:
RowRange.scala
override def startKeyOpen: Option[ByteString]

Attributes

Definition Classes
Source:
RowRange.scala

Inherited methods

Attributes

Inherited from:
StartKey
Source:
RowRange.scala

Attributes

Inherited from:
StartKey
Source:
RowRange.scala

Attributes

Inherited from:
StartKey
Source:
RowRange.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def startKeyClosed: Option[ByteString]

Attributes

Inherited from:
StartKey
Source:
RowRange.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source:
GeneratedMessageCompanion.scala