key = $key; } /** * @return GoogleCloudIntegrationsV1alphaParameterMapField */ public function getKey() { return $this->key; } /** * @param GoogleCloudIntegrationsV1alphaParameterMapField */ public function setValue(GoogleCloudIntegrationsV1alphaParameterMapField $value) { $this->value = $value; } /** * @return GoogleCloudIntegrationsV1alphaParameterMapField */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaParameterMapEntry::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaParameterMapEntry');