queryPath = $queryPath; } /** * @return string */ public function getQueryPath() { return $this->queryPath; } /** * @param string[] */ public function setWorkerIds($workerIds) { $this->workerIds = $workerIds; } /** * @return string[] */ public function getWorkerIds() { return $this->workerIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GetGuestAttributesRequest::class, 'Google_Service_TPU_GetGuestAttributesRequest');