MessageTransform(mapping=None, *, ignore_unknown_fields=False, **kwargs)All supported message transforms types.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
| Attributes | |
|---|---|
| Name | Description | 
| javascript_udf
   :noindex: | google.pubsub_v1.types.JavaScriptUDFOptional. JavaScript User Defined Function. If multiple JavaScriptUDF's are specified on a resource, each must have a unique function_name.
   
   This field is a member ofoneof_transform. | 
| enabled
   :noindex: | boolOptional. This field is deprecated, use the disabledfield to disable transforms. | 
| disabled
   :noindex: | boolOptional. If true, the transform is disabled and will not be applied to messages. Defaults to false. |