Packages

final case class Options(streamOption: StreamOption = com.eventstore.client.streams.ReadReq.Options.StreamOption.Empty, readDirection: ReadDirection = com.eventstore.client.streams.ReadReq.Options.ReadDirection.Forwards, resolveLinks: Boolean = false, countOption: CountOption = com.eventstore.client.streams.ReadReq.Options.CountOption.Empty, filterOption: FilterOption = com.eventstore.client.streams.ReadReq.Options.FilterOption.Empty, uuidOption: Option[UUIDOption] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Options] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Options], GeneratedMessage, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Options
  2. Product
  3. Equals
  4. Updatable
  5. GeneratedMessage
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Options(streamOption: StreamOption = com.eventstore.client.streams.ReadReq.Options.StreamOption.Empty, readDirection: ReadDirection = com.eventstore.client.streams.ReadReq.Options.ReadDirection.Forwards, resolveLinks: Boolean = false, countOption: CountOption = com.eventstore.client.streams.ReadReq.Options.CountOption.Empty, filterOption: FilterOption = com.eventstore.client.streams.ReadReq.Options.FilterOption.Empty, uuidOption: Option[UUIDOption] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearCountOption: Options
  6. def clearFilterOption: Options
  7. def clearStreamOption: Options
  8. def clearUuidOption: Options
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def companion: Options
    Definition Classes
    Options → GeneratedMessage
  11. val countOption: CountOption
  12. def discardUnknownFields: Options
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val filterOption: FilterOption
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def getAll: AllOptions
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getCount: Long
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Options → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Options → GeneratedMessage
  21. def getFilter: FilterOptions
  22. def getNoFilter: Empty
  23. def getStream: StreamOptions
  24. def getSubscription: SubscriptionOptions
  25. def getUuidOption: UUIDOption
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. val readDirection: ReadDirection
  32. val resolveLinks: Boolean
  33. def serializedSize: Int
    Definition Classes
    Options → GeneratedMessage
  34. val streamOption: StreamOption
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  37. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  38. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  39. def toProtoString: String
    Definition Classes
    Options → GeneratedMessage
  40. val unknownFields: UnknownFieldSet
  41. def update(ms: (Lens[Options, Options]) => Mutation[Options]*): Options
    Definition Classes
    Updatable
  42. val uuidOption: Option[UUIDOption]
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. def withAll(__v: AllOptions): Options
  47. def withCount(__v: Long): Options
  48. def withCountOption(__v: CountOption): Options
  49. def withFilter(__v: FilterOptions): Options
  50. def withFilterOption(__v: FilterOption): Options
  51. def withNoFilter(__v: Empty): Options
  52. def withReadDirection(__v: ReadDirection): Options
  53. def withResolveLinks(__v: Boolean): Options
  54. def withStream(__v: StreamOptions): Options
  55. def withStreamOption(__v: StreamOption): Options
  56. def withSubscription(__v: SubscriptionOptions): Options
  57. def withUnknownFields(__v: UnknownFieldSet): Options
  58. def withUuidOption(__v: UUIDOption): Options
  59. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  60. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Options → GeneratedMessage
  61. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Options]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped