UninterpretedOption

Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[UninterpretedOption, UninterpretedOption]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

@SerialVersionUID(0L)
final case class NamePart(namePart: String, isExtension: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[NamePart]

The name of the uninterpreted option. Each string represents a segment in a dot-separated name. is_extension is true iff a segment represents an extension (denoted with parentheses in options specs in .proto files). E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents "foo.(bar.baz).qux".

The name of the uninterpreted option. Each string represents a segment in a dot-separated name. is_extension is true iff a segment represents an extension (denoted with parentheses in options specs in .proto files). E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents "foo.(bar.baz).qux".

Companion
object
class UninterpretedOptionLens[UpperPB](_l: Lens[UpperPB, UninterpretedOption]) extends ObjectLens[UpperPB, UninterpretedOption]

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 fromJavaProto(javaPbSource: UninterpretedOption): UninterpretedOption
def javaDescriptor: Descriptor
def of(name: Seq[NamePart], identifierValue: Option[String], positiveIntValue: Option[Long], negativeIntValue: Option[Long], doubleValue: Option[Double], stringValue: Option[ByteString], aggregateValue: Option[String]): UninterpretedOption
def parseFrom(`_input__`: CodedInputStream): UninterpretedOption
def toJavaProto(scalaPbSource: UninterpretedOption): UninterpretedOption

Inherited methods

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

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