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 \ SuggestionStepMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REWRITE_TARGET_UNSPECIFIED
Value: 0Rewrite target unspecified.
Generated from protobuf enum REWRITE_TARGET_UNSPECIFIED = 0;
SOURCE_SQL
Value: 1Source SQL.
Generated from protobuf enum SOURCE_SQL = 1;
TARGET_SQL
Value: 2Target SQL.
Generated from protobuf enum TARGET_SQL = 2;