GoogleApi.PubSub.V1.Model.MessageTransform (google_api_pub_sub v0.42.0)
View SourceAll supported message transforms types.
Attributes
-
disabled
(type:boolean()
, default:nil
) - Optional. If true, the transform is disabled and will not be applied to messages. Defaults tofalse
. -
enabled
(type:boolean()
, default:nil
) - Optional. This field is deprecated, use thedisabled
field to disable transforms. -
javascriptUdf
(type:GoogleApi.PubSub.V1.Model.JavaScriptUDF.t
, default:nil
) - Optional. JavaScript User Defined Function. If multiple JavaScriptUDF's are specified on a resource, each must have a uniquefunction_name
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PubSub.V1.Model.MessageTransform{ disabled: boolean() | nil, enabled: boolean() | nil, javascriptUdf: GoogleApi.PubSub.V1.Model.JavaScriptUDF.t() | nil }