Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::SourceTargetMapping.
Represents one mapping from a source SQL to a target SQL.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#source_spec
def source_spec() -> ::Google::Cloud::Bigquery::Migration::V2::SourceSpec
Returns
- (::Google::Cloud::Bigquery::Migration::V2::SourceSpec) — The source SQL or the path to it.
#source_spec=
def source_spec=(value) -> ::Google::Cloud::Bigquery::Migration::V2::SourceSpec
Parameter
- value (::Google::Cloud::Bigquery::Migration::V2::SourceSpec) — The source SQL or the path to it.
Returns
- (::Google::Cloud::Bigquery::Migration::V2::SourceSpec) — The source SQL or the path to it.
#target_spec
def target_spec() -> ::Google::Cloud::Bigquery::Migration::V2::TargetSpec
Returns
- (::Google::Cloud::Bigquery::Migration::V2::TargetSpec) — The target SQL or the path for it.
#target_spec=
def target_spec=(value) -> ::Google::Cloud::Bigquery::Migration::V2::TargetSpec
Parameter
- value (::Google::Cloud::Bigquery::Migration::V2::TargetSpec) — The target SQL or the path for it.
Returns
- (::Google::Cloud::Bigquery::Migration::V2::TargetSpec) — The target SQL or the path for it.