Google Cloud BigQuery Migration V2 Client - Class RewriteTarget (1.3.0)

Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class RewriteTarget.

The target to apply the suggestion to.

Protobuf type google.cloud.bigquery.migration.v2.SuggestionStep.RewriteTarget

Namespace

Google \ Cloud \ BigQuery \ Migration \ V2 \ SuggestionStep

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REWRITE_TARGET_UNSPECIFIED

Value: 0

Rewrite target unspecified.

Generated from protobuf enum REWRITE_TARGET_UNSPECIFIED = 0;

SOURCE_SQL

Value: 1

Source SQL.

Generated from protobuf enum SOURCE_SQL = 1;

TARGET_SQL

Value: 2

Target SQL.

Generated from protobuf enum TARGET_SQL = 2;