Class: Google::Cloud::Bigquery::Migration::V2::TranslationTaskResult
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::TranslationTaskResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/migration_entities.rb
Overview
Translation specific result details from the migration task.
Instance Attribute Summary collapse
-
#report_log_messages ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::GcsReportLogMessage>
The records from the aggregate CSV report for a migration workflow.
-
#translated_literals ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::Literal>
The list of the translated literals.
Instance Attribute Details
#report_log_messages ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::GcsReportLogMessage>
Returns The records from the aggregate CSV report for a migration workflow.
266 267 268 269 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_entities.rb', line 266 class TranslationTaskResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#translated_literals ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::Literal>
Returns The list of the translated literals.
266 267 268 269 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_entities.rb', line 266 class TranslationTaskResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |