billingType = $billingType; } /** * @return string */ public function getBillingType() { return $this->billingType; } /** * @param string */ public function setIpEnablementState($ipEnablementState) { $this->ipEnablementState = $ipEnablementState; } /** * @return string */ public function getIpEnablementState() { return $this->ipEnablementState; } /** * @param string[] */ public function setProvisionedRegions($provisionedRegions) { $this->provisionedRegions = $provisionedRegions; } /** * @return string[] */ public function getProvisionedRegions() { return $this->provisionedRegions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaProjectProperties::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaProjectProperties');