bucket = $bucket; } /** * @return string */ public function getBucket() { return $this->bucket; } /** * @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(GoogleCloudIntegrationsV1alphaCloudLoggingConfig::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaCloudLoggingConfig');