cloudLocations = $cloudLocations; } /** * @return CloudLocation[] */ public function getCloudLocations() { return $this->cloudLocations; } /** * Output only. The continuation token, used to page through large result * sets. Provide this value in a subsequent request as page_token in * subsequent requests to retrieve the next page. If this field is not * present, there are no subsequent results. * * @param string $nextPageToken */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListCloudLocationsResponse::class, 'Google_Service_CloudLocationFinder_ListCloudLocationsResponse');