parameter = $parameter; } /** * @return GoogleCloudIntegrationsV1alphaIntegrationParameter */ public function getParameter() { return $this->parameter; } /** * @param GoogleCloudIntegrationsV1alphaValueType */ public function setValue(GoogleCloudIntegrationsV1alphaValueType $value) { $this->value = $value; } /** * @return GoogleCloudIntegrationsV1alphaValueType */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaIntegrationConfigParameter::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaIntegrationConfigParameter');