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-03-31 UTC."],[[["This webpage provides documentation for the `MessageTransform` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development, including its properties and constructors."],["The latest version of `MessageTransform` documented is 3.23.0, and the page contains a list of version history dating back to 2.3.0, with links to specific version documentation for each."],["The `MessageTransform` class supports implementing various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for complex message manipulation."],["Key properties of `MessageTransform` include `Disabled`, which determines if the transform is applied, an `Obsolete` `Enabled` property, `JavascriptUdf` which allows the use of Javascript User Defined Functions, and `TransformCase` to check the property value."],["The `MessageTransform` class is used to define different types of message transforms, with the available types being part of the `TransformOneofCase` type, and includes constructors for creating new instances, with one allowing for copying from other instances of the same class."]]],[]]