dataSourceNode = $dataSourceNode; } /** * @return bool */ public function getDataSourceNode() { return $this->dataSourceNode; } /** * @param int */ public function setDepth($depth) { $this->depth = $depth; } /** * @return int */ public function getDepth() { return $this->depth; } /** * @param int */ public function setEndIndex($endIndex) { $this->endIndex = $endIndex; } /** * @return int */ public function getEndIndex() { return $this->endIndex; } /** * @param int */ public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } /** * @return int */ public function getStartIndex() { return $this->startIndex; } /** * @param string */ public function setWord($word) { $this->word = $word; } /** * @return string */ public function getWord() { return $this->word; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PrefixNode::class, 'Google_Service_Spanner_PrefixNode');