literalValue = $literalValue; } /** * @return GoogleCloudIntegrationsV1alphaValueType */ public function getLiteralValue() { return $this->literalValue; } /** * @param string */ public function setReferenceKey($referenceKey) { $this->referenceKey = $referenceKey; } /** * @return string */ public function getReferenceKey() { return $this->referenceKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaParameterMapField::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaParameterMapField');