function Annotation::getPath
Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.
Generated from protobuf field <code>repeated int32 path = 1 [packed = true];</code>
Return value
\Google\Protobuf\Internal\RepeatedField
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ GeneratedCodeInfo/ Annotation.php, line 84
Class
- Annotation
- Generated from protobuf message <code>google.protobuf.GeneratedCodeInfo.Annotation</code>
Namespace
Google\Protobuf\Internal\GeneratedCodeInfoCode
public function getPath() {
return $this->path;
}