ExtensionRangeOptions

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

Type members

Classlikes

class ExtensionRangeOptionsLens[UpperPB](_l: Lens[UpperPB, ExtensionRangeOptions]) extends ObjectLens[UpperPB, ExtensionRangeOptions]

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(uninterpretedOption: Seq[UninterpretedOption]): ExtensionRangeOptions
def parseFrom(`_input__`: CodedInputStream): ExtensionRangeOptions

Inherited methods

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

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