Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class TranslationTaskResult.
Translation specific result details from the migration task.
Generated from protobuf message google.cloud.bigquery.migration.v2.TranslationTaskResult
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ translated_literals |
array<Google\Cloud\BigQuery\Migration\V2\Literal>
The list of the translated literals. |
↳ report_log_messages |
array<Google\Cloud\BigQuery\Migration\V2\GcsReportLogMessage>
The records from the aggregate CSV report for a migration workflow. |
getTranslatedLiterals
The list of the translated literals.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTranslatedLiterals
The list of the translated literals.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\BigQuery\Migration\V2\Literal>
|
Returns | |
---|---|
Type | Description |
$this |
getReportLogMessages
The records from the aggregate CSV report for a migration workflow.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setReportLogMessages
The records from the aggregate CSV report for a migration workflow.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\BigQuery\Migration\V2\GcsReportLogMessage>
|
Returns | |
---|---|
Type | Description |
$this |