- Companion
- class
trait Product
trait Mirror
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]
Value members
Concrete methods
def of(name: Seq[NamePart], identifierValue: Option[String], positiveIntValue: Option[Long], negativeIntValue: Option[Long], doubleValue: Option[Double], stringValue: Option[ByteString], aggregateValue: Option[String]): UninterpretedOption
Inherited methods
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