applyAll = $applyAll; } /** * @return bool */ public function getApplyAll() { return $this->applyAll; } /** * @param string[] */ public function setNodeIds($nodeIds) { $this->nodeIds = $nodeIds; } /** * @return string[] */ public function getNodeIds() { return $this->nodeIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ApplyParametersRequest::class, 'Google_Service_CloudMemorystoreforMemcached_ApplyParametersRequest');