queryPath = $queryPath; } /** * @return string */ public function getQueryPath() { return $this->queryPath; } /** * The 0-based worker ID. If it is empty, all workers' GuestAttributes will be * returned. * * @param string[] $workerIds */ 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');