cloudLoggingSeverity = $cloudLoggingSeverity; } /** * @return string */ public function getCloudLoggingSeverity() { return $this->cloudLoggingSeverity; } /** * @param bool */ public function setEnableCloudLogging($enableCloudLogging) { $this->enableCloudLogging = $enableCloudLogging; } /** * @return bool */ public function getEnableCloudLogging() { return $this->enableCloudLogging; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaCloudLoggingDetails::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaCloudLoggingDetails');