Reference documentation and code samples for the Google Cloud Ces V1 Client class Mode.
The strategy used to map data from the source tool to the widget.
Protobuf type google.cloud.ces.v1.WidgetTool.DataMapping.Mode
Namespace
Google \ Cloud \ Ces \ V1 \ WidgetTool \ DataMappingMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Unspecified mode.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
FIELD_MAPPING
Value: 1Use the field_mappings map for data transformation.
Generated from protobuf enum FIELD_MAPPING = 1;
PYTHON_SCRIPT
Value: 2Use the python_script for data transformation.
Generated from protobuf enum PYTHON_SCRIPT = 2;