Options

object Options extends GeneratedMessageCompanion[Options]
Companion
class
trait Product
trait Mirror
trait GeneratedMessageCompanion[Options]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

@SerialVersionUID(0L)
final case class AllOptions(allOption: AllOption, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[AllOptions]
Companion
object
object AllOptions extends GeneratedMessageCompanion[AllOptions]
Companion
class
sealed trait CountOption extends GeneratedOneof
Companion
object
object CountOption
Companion
class
sealed trait FilterOption extends GeneratedOneof
Companion
object
object FilterOption
Companion
class
@SerialVersionUID(0L)
final case class FilterOptions(filter: Filter, window: Window, checkpointIntervalMultiplier: Int, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[FilterOptions]
Companion
object
object FilterOptions extends GeneratedMessageCompanion[FilterOptions]
Companion
class
class OptionsLens[UpperPB](_l: Lens[UpperPB, Options]) extends ObjectLens[UpperPB, Options]
@SerialVersionUID(0L)
final case class Position(commitPosition: Long, preparePosition: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Position]
Companion
object
object Position extends GeneratedMessageCompanion[Position]
Companion
class
sealed abstract class ReadDirection(val value: Int) extends GeneratedEnum
Companion
object
object ReadDirection extends GeneratedEnumCompanion[ReadDirection]
Companion
class
sealed trait StreamOption extends GeneratedOneof
Companion
object
object StreamOption
Companion
class
@SerialVersionUID(0L)
final case class StreamOptions(streamIdentifier: Option[StreamIdentifier], revisionOption: RevisionOption, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[StreamOptions]
Companion
object
object StreamOptions extends GeneratedMessageCompanion[StreamOptions]
Companion
class
@SerialVersionUID(0L)
final case class SubscriptionOptions(unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[SubscriptionOptions]
Companion
object
object SubscriptionOptions extends GeneratedMessageCompanion[SubscriptionOptions]
Companion
class
@SerialVersionUID(0L)
final case class UUIDOption(content: Content, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[UUIDOption]
Companion
object
object UUIDOption extends GeneratedMessageCompanion[UUIDOption]
Companion
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A
Inherited from
GeneratedMessageCompanion

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def javaDescriptor: Descriptor
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(streamOption: StreamOption, readDirection: ReadDirection, resolveLinks: Boolean, countOption: CountOption, filterOption: FilterOption, uuidOption: Option[UUIDOption]): Options
def parseFrom(`_input__`: CodedInputStream): Options
def scalaDescriptor: Descriptor

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
Inherited from
GeneratedMessageCompanion
def fromAscii(s: String): Options
Inherited from
GeneratedMessageCompanion
def merge(a: Options, input: CodedInputStream): Options

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

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

Inherited from
GeneratedMessageCompanion
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[Options]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[Options]
Inherited from
GeneratedMessageCompanion
def parseFrom(s: Array[Byte]): Options
Inherited from
GeneratedMessageCompanion
def parseFrom(input: InputStream): Options
Inherited from
GeneratedMessageCompanion
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Options]
Inherited from
GeneratedMessageCompanion
def toByteArray(a: Options): Array[Byte]
Inherited from
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[Options]
Inherited from
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, Options]
Inherited from
GeneratedMessageCompanion

Concrete fields

final val ALL_FIELD_NUMBER: 2
final val COUNT_FIELD_NUMBER: 5
final val FILTER_FIELD_NUMBER: 7
final val STREAM_FIELD_NUMBER: 1
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

implicit def messageCompanion: GeneratedMessageCompanion[Options]
implicit def messageReads: Reads[Options]