AllOptions

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

Type members

Classlikes

object AllOption
Companion:
class
sealed trait AllOption extends GeneratedOneof
Companion:
object
implicit class AllOptionsLens[UpperPB](_l: Lens[UpperPB, AllOptions]) extends ObjectLens[UpperPB, AllOptions]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

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(allOption: AllOption): AllOptions
def parseFrom(`_input__`: CodedInputStream): AllOptions
def scalaDescriptor: Descriptor

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
Inherited from:
GeneratedMessageCompanion
Inherited from:
GeneratedMessageCompanion
def merge(a: AllOptions, input: CodedInputStream): AllOptions

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[AllOptions]
Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[AllOptions]
Inherited from:
GeneratedMessageCompanion
Inherited from:
GeneratedMessageCompanion
def parseFrom(input: InputStream): AllOptions
Inherited from:
GeneratedMessageCompanion
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[AllOptions]
Inherited from:
GeneratedMessageCompanion
Inherited from:
GeneratedMessageCompanion
Inherited from:
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, AllOptions]
Inherited from:
GeneratedMessageCompanion

Concrete fields

final val END_FIELD_NUMBER: 3
final val START_FIELD_NUMBER: 2
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

final implicit def AllOptionsLens[UpperPB](_l: Lens[UpperPB, AllOptions]): AllOptionsLens[UpperPB]
implicit def messageCompanion: GeneratedMessageCompanion[AllOptions]
implicit def messageReads: Reads[AllOptions]