Module: Google::Cloud::Ces::V1::WidgetTool::DataMapping::Mode

Defined in:
proto_docs/google/cloud/ces/v1/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_mappings map for data transformation.

1
PYTHON_SCRIPT =

Use the python_script for data transformation.

2