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".
Properties
Link copied to clipboard
Link copied to clipboard
Returns the field-presence view for this com.google.protobuf.kotlin.UninterpretedOption.NamePart instance.
Functions
Link copied to clipboard
fun UninterpretedOption.NamePart.copy(body: ERROR CLASS: Symbol not found for UninterpretedOption.NamePart.Builder.() -> Unit = {}): UninterpretedOption.NamePart
Copies the original message, including unknown fields.