billingType = $billingType; } /** * @return string */ public function getBillingType() { return $this->billingType; } /** * @param string */ public function setClientState($clientState) { $this->clientState = $clientState; } /** * @return string */ public function getClientState() { return $this->clientState; } /** * @param GoogleCloudIntegrationsV1alphaCloudKmsConfig */ public function setCloudKmsConfig(GoogleCloudIntegrationsV1alphaCloudKmsConfig $cloudKmsConfig) { $this->cloudKmsConfig = $cloudKmsConfig; } /** * @return GoogleCloudIntegrationsV1alphaCloudKmsConfig */ public function getCloudKmsConfig() { return $this->cloudKmsConfig; } /** * @param GoogleCloudIntegrationsV1alphaCloudLoggingConfig */ public function setCloudLoggingConfig(GoogleCloudIntegrationsV1alphaCloudLoggingConfig $cloudLoggingConfig) { $this->cloudLoggingConfig = $cloudLoggingConfig; } /** * @return GoogleCloudIntegrationsV1alphaCloudLoggingConfig */ public function getCloudLoggingConfig() { return $this->cloudLoggingConfig; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setP4ServiceAccount($p4ServiceAccount) { $this->p4ServiceAccount = $p4ServiceAccount; } /** * @return string */ public function getP4ServiceAccount() { return $this->p4ServiceAccount; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } /** * @param string */ public function setRegion($region) { $this->region = $region; } /** * @return string */ public function getRegion() { return $this->region; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaClientConfig::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaClientConfig');