literalValue = $literalValue; } /** * @return EnterpriseCrmFrontendsEventbusProtoParameterValueType */ 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(EnterpriseCrmFrontendsEventbusProtoParameterMapField::class, 'Google_Service_Integrations_EnterpriseCrmFrontendsEventbusProtoParameterMapField');