Options

com.eventstore.dbclient.proto.streams.ReadReq.Options
See theOptions companion class
object Options extends GeneratedMessageCompanion[Options]

Attributes

Companion
class
Source
ReadReq.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Options]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Options.type

Members list

Type members

Classlikes

final case class AllOptions(allOption: AllOption, unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadReq.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AllOptions extends GeneratedMessageCompanion[AllOptions]

Attributes

Companion
class
Source
ReadReq.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[AllOptions]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
AllOptions.type
final case class ControlOption(compatibility: Int, unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadReq.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ControlOption extends GeneratedMessageCompanion[ControlOption]

Attributes

Companion
class
Source
ReadReq.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ControlOption]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object CountOption

Attributes

Companion
trait
Source
ReadReq.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait CountOption extends GeneratedOneof

Attributes

Companion
object
Source
ReadReq.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Count
object Empty.type
class Subscription
object FilterOption

Attributes

Companion
trait
Source
ReadReq.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait FilterOption extends GeneratedOneof

Attributes

Companion
object
Source
ReadReq.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty.type
class Filter
class NoFilter
final case class FilterOptions(filter: Filter, window: Window, checkpointIntervalMultiplier: Int, unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadReq.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FilterOptions extends GeneratedMessageCompanion[FilterOptions]

Attributes

Companion
class
Source
ReadReq.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FilterOptions]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class Position(commitPosition: Long, preparePosition: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadReq.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Position extends GeneratedMessageCompanion[Position]

Attributes

Companion
class
Source
ReadReq.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Position]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Position.type
sealed abstract class ReadDirection(val value: Int) extends GeneratedEnum

Attributes

Companion
object
Source
ReadReq.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Backwards.type
object Forwards.type
trait Recognized
class Unrecognized
object ReadDirection extends GeneratedEnumCompanion[ReadDirection]

Attributes

Companion
class
Source
ReadReq.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[ReadDirection]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object StreamOption

Attributes

Companion
trait
Source
ReadReq.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait StreamOption extends GeneratedOneof

Attributes

Companion
object
Source
ReadReq.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class All
object Empty.type
class Stream
final case class StreamOptions(streamIdentifier: Option[StreamIdentifier], revisionOption: RevisionOption, unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadReq.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object StreamOptions extends GeneratedMessageCompanion[StreamOptions]

Attributes

Companion
class
Source
ReadReq.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StreamOptions]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class SubscriptionOptions(unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadReq.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SubscriptionOptions extends GeneratedMessageCompanion[SubscriptionOptions]

Attributes

Companion
class
Source
ReadReq.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SubscriptionOptions]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class UUIDOption(content: Content, unknownFields: UnknownFieldSet) extends GeneratedMessage

Attributes

Companion
object
Source
ReadReq.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UUIDOption extends GeneratedMessageCompanion[UUIDOption]

Attributes

Companion
class
Source
ReadReq.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[UUIDOption]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
UUIDOption.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
ReadReq.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
ReadReq.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
ReadReq.scala
def of(streamOption: StreamOption, readDirection: ReadDirection, resolveLinks: Boolean, countOption: CountOption, filterOption: FilterOption, uuidOption: Option[UUIDOption], controlOption: Option[ControlOption]): Options

Attributes

Source
ReadReq.scala
def parseFrom(`_input__`: CodedInputStream): Options

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
ReadReq.scala
def scalaDescriptor: Descriptor

Attributes

Source
ReadReq.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: Options, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

final val ALL_FIELD_NUMBER: 2

Attributes

Source
ReadReq.scala

Attributes

Source
ReadReq.scala
final val COUNT_FIELD_NUMBER: 5

Attributes

Source
ReadReq.scala
final val FILTER_FIELD_NUMBER: 7

Attributes

Source
ReadReq.scala
final val NO_FILTER_FIELD_NUMBER: 8

Attributes

Source
ReadReq.scala

Attributes

Source
ReadReq.scala
final val STREAM_FIELD_NUMBER: 1

Attributes

Source
ReadReq.scala

Attributes

Source
ReadReq.scala

Attributes

Source
ReadReq.scala

Attributes

Source
ReadReq.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
ReadReq.scala

Implicits

Implicits

implicit def messageCompanion: GeneratedMessageCompanion[Options]

Attributes

Source
ReadReq.scala
implicit def messageReads: Reads[Options]

Attributes

Source
ReadReq.scala