Class: Google::Cloud::Bigquery::Migration::V2::SourceTargetMapping

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb

Overview

Represents one mapping from a source SQL to a target SQL.

Instance Attribute Summary collapse

Instance Attribute Details

#source_spec::Google::Cloud::Bigquery::Migration::V2::SourceSpec

Returns The source SQL or the path to it.

Returns:



59
60
61
62
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb', line 59

class SourceTargetMapping
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_spec::Google::Cloud::Bigquery::Migration::V2::TargetSpec

Returns The target SQL or the path for it.

Returns:



59
60
61
62
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb', line 59

class SourceTargetMapping
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end