currentRevision = $currentRevision; } /** * @return string */ public function getCurrentRevision() { return $this->currentRevision; } /** * @param bool */ public function setEffective($effective) { $this->effective = $effective; } /** * @return bool */ public function getEffective() { return $this->effective; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstanceGroupManagerStatusAllInstancesConfig::class, 'Google_Service_Compute_InstanceGroupManagerStatusAllInstancesConfig');