public sealed class MessageTransform : IMessage<MessageTransform>, IEquatable<MessageTransform>, IDeepCloneable<MessageTransform>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class MessageTransform.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `MessageTransform` class in the Google.Cloud.PubSub.V1 API provides functionality for defining message transformations within the Cloud Pub/Sub service, with the latest version being 3.23.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and offers properties to enable/disable transformations and configure JavaScript User Defined Functions (UDFs)."],["The `MessageTransform` class supports various versions, from 2.3.0 up to 3.23.0, offering compatibility across different releases."],["The `Disabled` property allows you to enable or disable a transform, and `Enabled` is now considered obsolete, with all transforms set to be enabled by default unless stated otherwise by the `Disabled` property."],["The class allows for implementing JavaScript User Defined Functions (UDF) via the property `JavascriptUdf`, which is optional and requires unique function names if multiple ones are specified."]]],[]]