entries = $entries; } /** * @return EnterpriseCrmEventbusProtoParameterMapEntry[] */ public function getEntries() { return $this->entries; } /** * @param string */ public function setKeyType($keyType) { $this->keyType = $keyType; } /** * @return string */ public function getKeyType() { return $this->keyType; } /** * @param string */ public function setValueType($valueType) { $this->valueType = $valueType; } /** * @return string */ public function getValueType() { return $this->valueType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoParameterMap::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoParameterMap');