Class DescriptorProtos.UninterpretedOption.NamePart.Builder

All Implemented Interfaces:
DescriptorProtos.UninterpretedOption.NamePartOrBuilder, MessageLite.Builder, MessageLiteOrBuilder, Cloneable
Enclosing class:
DescriptorProtos.UninterpretedOption.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], ["moo", false] } represents
 "foo.(bar.baz).moo".
 
Protobuf type google.protobuf.UninterpretedOption.NamePart