Class: Google::Cloud::Bigquery::Migration::V2::SourceTargetMapping
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::SourceTargetMapping
- 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
-
#source_spec ⇒ ::Google::Cloud::Bigquery::Migration::V2::SourceSpec
The source SQL or the path to it.
-
#target_spec ⇒ ::Google::Cloud::Bigquery::Migration::V2::TargetSpec
The target SQL or the path for it.
Instance Attribute Details
#source_spec ⇒ ::Google::Cloud::Bigquery::Migration::V2::SourceSpec
Returns The source SQL or the path to it.
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.
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 |