nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * The resulting list of Services. * * @param GoogleCloudRunV2Service[] $services */ public function setServices($services) { $this->services = $services; } /** * @return GoogleCloudRunV2Service[] */ public function getServices() { return $this->services; } /** * Output only. For global requests, returns the list of regions that could * not be reached within the deadline. * * @param string[] $unreachable */ public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } /** * @return string[] */ public function getUnreachable() { return $this->unreachable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRunV2ListServicesResponse::class, 'Google_Service_CloudRun_GoogleCloudRunV2ListServicesResponse');