Class: Google::Cloud::Bigquery::Migration::V2::TargetSpec

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 path to the location that holds target data.

Instance Attribute Summary collapse

Instance Attribute Details

#relative_path::String

Returns The relative path for the target data. Given source file base_uri/input/sql, the output would be target_base_uri/sql/relative_path/input.sql.

Returns:

  • (::String)

    The relative path for the target data. Given source file base_uri/input/sql, the output would be target_base_uri/sql/relative_path/input.sql.



85
86
87
88
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb', line 85

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