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