cloudKmsConfig = $cloudKmsConfig; } /** * @return GoogleCloudIntegrationsV1alphaCloudKmsConfig */ public function getCloudKmsConfig() { return $this->cloudKmsConfig; } /** * @param bool */ public function setCreateSampleWorkflows($createSampleWorkflows) { $this->createSampleWorkflows = $createSampleWorkflows; } /** * @return bool */ public function getCreateSampleWorkflows() { return $this->createSampleWorkflows; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaProvisionClientRequest::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaProvisionClientRequest');