public function isSynthetic() { return !is_null($this->fields) && count($this->fields) === 1 && $this->fields[0] ->getProto3Optional(); }