Module: Google::Cloud::Ces::V1beta::WidgetTool::DataMapping::Mode
- Defined in:
- proto_docs/google/cloud/ces/v1beta/widget_tool.rb
Overview
The strategy used to map data from the source tool to the widget.
Constant Summary collapse
- MODE_UNSPECIFIED =
Unspecified mode.
0- FIELD_MAPPING =
Use the
field_mappingsmap for data transformation. 1- PYTHON_SCRIPT =
Use the
python_scriptfor data transformation. 2