Class: Google::Cloud::Bigquery::Migration::V2::TranslationTaskResult

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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