variantConfig = $variantConfig; } /** * @return LoggingVariantConfig */ public function getVariantConfig() { return $this->variantConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodePoolLoggingConfig::class, 'Google_Service_Container_NodePoolLoggingConfig');