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".
Generated from protobuf message google.protobuf.UninterpretedOption.NamePart
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearIsExtension() |
| public clearNamePart() |
| public getIsExtension() Generated from protobuf field required bool is_extension = 2;
|
| public getNamePart() Generated from protobuf field required string name_part = 1;
|
| public hasIsExtension() |
| public hasNamePart() |
| public setIsExtension(bool $var) Generated from protobuf field required bool is_extension = 2;
|
| public setNamePart(string $var) Generated from protobuf field required string name_part = 1;
|
| Properties |
| protected $is_extension = NULL Generated from protobuf field required bool is_extension = 2; |
| protected $name_part = NULL Generated from protobuf field required string name_part = 1; |
| Methods |