MessageOptions

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

Type members

Classlikes

class MessageOptionsLens[UpperPB](_l: Lens[UpperPB, MessageOptions]) extends ObjectLens[UpperPB, MessageOptions]

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(messageSetWireFormat: Option[Boolean], noStandardDescriptorAccessor: Option[Boolean], deprecated: Option[Boolean], mapEntry: Option[Boolean], uninterpretedOption: Seq[UninterpretedOption]): MessageOptions
def parseFrom(`_input__`: CodedInputStream): MessageOptions

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): MessageOptions
def merge(a: MessageOptions, input: CodedInputStream): MessageOptions

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