ContinuationTokens

com.google.bigtable.v2.bigtable.ReadChangeStreamRequest.StartFrom.ContinuationTokens
final case class ContinuationTokens(value: StreamContinuationTokens) extends StartFrom

Attributes

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

Members list

Type members

Value members

Concrete methods

Attributes

Definition Classes
Source
ReadChangeStreamRequest.scala
override def isContinuationTokens: Boolean

Attributes

Definition Classes
Source
ReadChangeStreamRequest.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
ReadChangeStreamRequest.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
StartFrom
Source
ReadChangeStreamRequest.scala
def isEmpty: Boolean

Attributes

Inherited from:
StartFrom
Source
ReadChangeStreamRequest.scala
def isStartTime: Boolean

Attributes

Inherited from:
StartFrom
Source
ReadChangeStreamRequest.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def startTime: Option[Timestamp]

Attributes

Inherited from:
StartFrom
Source
ReadChangeStreamRequest.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala