StartOpen

com.google.spanner.v1.keys.KeyRange.StartKeyType.StartOpen
final case class StartOpen(value: ListValue) extends StartKeyType

Attributes

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

Members list

Type members

Types

Attributes

Source
KeyRange.scala

Value members

Concrete methods

override def isStartOpen: Boolean

Attributes

Definition Classes
Source
KeyRange.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
KeyRange.scala
override def startOpen: Option[ListValue]

Attributes

Definition Classes
Source
KeyRange.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
StartKeyType
Source
KeyRange.scala
def isEmpty: Boolean

Attributes

Inherited from:
StartKeyType
Source
KeyRange.scala
def isStartClosed: Boolean

Attributes

Inherited from:
StartKeyType
Source
KeyRange.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def startClosed: Option[ListValue]

Attributes

Inherited from:
StartKeyType
Source
KeyRange.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala