Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class AssessmentTaskDetails.
Assessment task config.
Generated from protobuf message google.cloud.bigquery.migration.v2.AssessmentTaskDetails
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ input_path |
string
Required. The Cloud Storage path for assessment input files. |
↳ output_dataset |
string
Required. The BigQuery dataset for output. |
↳ querylogs_path |
string
Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task) |
↳ data_source |
string
Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted. |
↳ feature_handle |
AssessmentFeatureHandle
Optional. A collection of additional feature flags for this assessment. |
getInputPath
Required. The Cloud Storage path for assessment input files.
| Returns | |
|---|---|
| Type | Description |
string |
|
setInputPath
Required. The Cloud Storage path for assessment input files.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOutputDataset
Required. The BigQuery dataset for output.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOutputDataset
Required. The BigQuery dataset for output.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getQuerylogsPath
Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)
| Returns | |
|---|---|
| Type | Description |
string |
|
setQuerylogsPath
Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataSource
Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDataSource
Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFeatureHandle
Optional. A collection of additional feature flags for this assessment.
| Returns | |
|---|---|
| Type | Description |
AssessmentFeatureHandle|null |
|
hasFeatureHandle
clearFeatureHandle
setFeatureHandle
Optional. A collection of additional feature flags for this assessment.
| Parameter | |
|---|---|
| Name | Description |
var |
AssessmentFeatureHandle
|
| Returns | |
|---|---|
| Type | Description |
$this |
|