enableEncryption = $enableEncryption; } /** * @return bool */ public function getEnableEncryption() { return $this->enableEncryption; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DataplaneV2FeatureSpec::class, 'Google_Service_GKEHub_DataplaneV2FeatureSpec');