queryPath = $queryPath; } /** * @return string */ public function getQueryPath() { return $this->queryPath; } /** * @param GuestAttributesValue */ public function setQueryValue(GuestAttributesValue $queryValue) { $this->queryValue = $queryValue; } /** * @return GuestAttributesValue */ public function getQueryValue() { return $this->queryValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GuestAttributes::class, 'Google_Service_TPU_GuestAttributes');