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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from Updatable[Options]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped