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.JavaScriptUDF
Optional. 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 of oneof _ transform .
|
enabled
:noindex: |
bool
Optional. If set to true, the transform is enabled. If false, the transform is disabled and will not be applied to messages. Defaults to true .
|