namespace Google\Protobuf\Internal\UninterpretedOption
Object name | File name | Summary |
---|---|---|
NamePart | vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php | 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],… |