Options

@SerialVersionUID(0L)
final case class Options(streamOption: StreamOption, readDirection: ReadDirection, resolveLinks: Boolean, countOption: CountOption, filterOption: FilterOption, uuidOption: Option[UUIDOption], controlOption: Option[ControlOption], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Options]
Companion:
object
Source:
ReadReq.scala
trait Updatable[Options]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getField(`__field`: FieldDescriptor): PValue
def getFieldByNumber(`__fieldNumber`: Int): Any
override def serializedSize: Int
Definition Classes
GeneratedMessage
Source:
ReadReq.scala
def withCount(`__v`: Long): Options
def withUnknownFields(`__v`: UnknownFieldSet): Options
def writeTo(`_output__`: CodedOutputStream): Unit

Inherited methods

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toPMessage: PMessage
Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
def update(ms: Lens[Options, Options] => () => Options*): Options
Inherited from:
Updatable
Source:
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit
Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala