BigQuery Migration V2 API - Class Google::Cloud::Bigquery::Migration::V2::TranslationConfigDetails (v0.1.0)

Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::TranslationConfigDetails.

The translation config to capture necessary settings for a translation task and subtask.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#gcs_source_path

def gcs_source_path() -> ::String
Returns
  • (::String) — The Cloud Storage path for a directory of files to translate in a task.

#gcs_source_path=

def gcs_source_path=(value) -> ::String
Parameter
  • value (::String) — The Cloud Storage path for a directory of files to translate in a task.
Returns
  • (::String) — The Cloud Storage path for a directory of files to translate in a task.

#gcs_target_path

def gcs_target_path() -> ::String
Returns
  • (::String) — The Cloud Storage path to write back the corresponding input files to.

#gcs_target_path=

def gcs_target_path=(value) -> ::String
Parameter
  • value (::String) — The Cloud Storage path to write back the corresponding input files to.
Returns
  • (::String) — The Cloud Storage path to write back the corresponding input files to.

#name_mapping_list

def name_mapping_list() -> ::Google::Cloud::Bigquery::Migration::V2::ObjectNameMappingList
Returns

#name_mapping_list=

def name_mapping_list=(value) -> ::Google::Cloud::Bigquery::Migration::V2::ObjectNameMappingList
Parameter
Returns

#source_dialect

def source_dialect() -> ::Google::Cloud::Bigquery::Migration::V2::Dialect
Returns

#source_dialect=

def source_dialect=(value) -> ::Google::Cloud::Bigquery::Migration::V2::Dialect
Parameter
Returns

#source_env

def source_env() -> ::Google::Cloud::Bigquery::Migration::V2::SourceEnv
Returns

#source_env=

def source_env=(value) -> ::Google::Cloud::Bigquery::Migration::V2::SourceEnv
Parameter
Returns

#target_dialect

def target_dialect() -> ::Google::Cloud::Bigquery::Migration::V2::Dialect
Returns

#target_dialect=

def target_dialect=(value) -> ::Google::Cloud::Bigquery::Migration::V2::Dialect
Parameter
Returns