functionType = $functionType; } /** * @return EnterpriseCrmEventbusProtoFunctionType */ public function getFunctionType() { return $this->functionType; } /** * @param EnterpriseCrmEventbusProtoTransformExpression[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return EnterpriseCrmEventbusProtoTransformExpression[] */ public function getParameters() { return $this->parameters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoFunction::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoFunction');