Google Cloud Ces V1 Client - Class Mode (0.2.0)

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 \ DataMapping

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

Unspecified mode.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

FIELD_MAPPING

Value: 1

Use the field_mappings map for data transformation.

Generated from protobuf enum FIELD_MAPPING = 1;

PYTHON_SCRIPT

Value: 2

Use the python_script for data transformation.

Generated from protobuf enum PYTHON_SCRIPT = 2;