Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class SuggestionStep.
Suggestion step to skip.
Generated from protobuf message google.cloud.bigquery.migration.v2.SuggestionStep
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ suggestion_type |
int
The type of suggestion. |
↳ rewrite_target |
int
The rewrite target. |
getSuggestionType
The type of suggestion.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type SuggestionType. |
setSuggestionType
The type of suggestion.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type SuggestionType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRewriteTarget
The rewrite target.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type RewriteTarget. |
setRewriteTarget
The rewrite target.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type RewriteTarget. |
| Returns | |
|---|---|
| Type | Description |
$this |
|