AuxMessageOptions

Companion
class
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class AuxMessageOptionsLens[UpperPB](_l: Lens[UpperPB, AuxMessageOptions]) extends ObjectLens[UpperPB, AuxMessageOptions]

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

Value members

Concrete methods

def javaDescriptor: Descriptor
def of(target: Option[String], options: Option[MessageOptions]): AuxMessageOptions
def parseFrom(`_input__`: CodedInputStream): AuxMessageOptions

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def merge(a: AuxMessageOptions, input: CodedInputStream): AuxMessageOptions

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 parseDelimitedFrom(input: InputStream): Option[AuxMessageOptions]
def parseDelimitedFrom(input: CodedInputStream): Option[AuxMessageOptions]
def parseFrom(s: Array[Byte]): AuxMessageOptions
def parseFrom(input: InputStream): AuxMessageOptions
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[AuxMessageOptions]
def toByteArray(a: AuxMessageOptions): Array[Byte]
def validate(s: Array[Byte]): Try[AuxMessageOptions]