Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class SuggestionConfig.
The configuration for the suggestion if requested as a target type.
Generated from protobuf message google.cloud.bigquery.migration.v2.SuggestionConfig
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ skip_suggestion_steps |
array<SuggestionStep>
The list of suggestion steps to skip. |
getSkipSuggestionSteps
The list of suggestion steps to skip.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<SuggestionStep> |
|
setSkipSuggestionSteps
The list of suggestion steps to skip.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SuggestionStep>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|