Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::TargetSpec.
Represents one path to the location that holds target data.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#relative_path
def relative_path() -> ::String
Returns
-
(::String) — The relative path for the target data. Given source file
base_uri/input/sql
, the output would betarget_base_uri/sql/relative_path/input.sql
.
#relative_path=
def relative_path=(value) -> ::String
Parameter
-
value (::String) — The relative path for the target data. Given source file
base_uri/input/sql
, the output would betarget_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 betarget_base_uri/sql/relative_path/input.sql
.