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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Options
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearCountOption: Options
- def clearFilterOption: Options
- def clearStreamOption: Options
- def clearUuidOption: Options
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: Options
- Definition Classes
- Options → GeneratedMessage
- val countOption: CountOption
- def discardUnknownFields: Options
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filterOption: FilterOption
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAll: AllOptions
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCount: Long
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Options → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Options → GeneratedMessage
- def getFilter: FilterOptions
- def getNoFilter: Empty
- def getStream: StreamOptions
- def getSubscription: SubscriptionOptions
- def getUuidOption: UUIDOption
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val readDirection: ReadDirection
- val resolveLinks: Boolean
- def serializedSize: Int
- Definition Classes
- Options → GeneratedMessage
- val streamOption: StreamOption
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Options → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[Options, Options]) => Mutation[Options]*): Options
- Definition Classes
- Updatable
- val uuidOption: Option[UUIDOption]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAll(__v: AllOptions): Options
- def withCount(__v: Long): Options
- def withCountOption(__v: CountOption): Options
- def withFilter(__v: FilterOptions): Options
- def withFilterOption(__v: FilterOption): Options
- def withNoFilter(__v: Empty): Options
- def withReadDirection(__v: ReadDirection): Options
- def withResolveLinks(__v: Boolean): Options
- def withStream(__v: StreamOptions): Options
- def withStreamOption(__v: StreamOption): Options
- def withSubscription(__v: SubscriptionOptions): Options
- def withUnknownFields(__v: UnknownFieldSet): Options
- def withUuidOption(__v: UUIDOption): Options
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Options → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage