BigQuery Migration V2 API - Class Google::Cloud::Bigquery::Migration::V2::AssessmentTaskDetails (v0.21.0)

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

Assessment task config.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_source

def data_source() -> ::String
Returns
  • (::String) — Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.

#data_source=

def data_source=(value) -> ::String
Parameter
  • value (::String) — Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.
Returns
  • (::String) — Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.

#feature_handle

def feature_handle() -> ::Google::Cloud::Bigquery::Migration::V2::AssessmentFeatureHandle
Returns

#feature_handle=

def feature_handle=(value) -> ::Google::Cloud::Bigquery::Migration::V2::AssessmentFeatureHandle
Parameter
Returns

#input_path

def input_path() -> ::String
Returns
  • (::String) — Required. The Cloud Storage path for assessment input files.

#input_path=

def input_path=(value) -> ::String
Parameter
  • value (::String) — Required. The Cloud Storage path for assessment input files.
Returns
  • (::String) — Required. The Cloud Storage path for assessment input files.

#output_dataset

def output_dataset() -> ::String
Returns
  • (::String) — Required. The BigQuery dataset for output.

#output_dataset=

def output_dataset=(value) -> ::String
Parameter
  • value (::String) — Required. The BigQuery dataset for output.
Returns
  • (::String) — Required. The BigQuery dataset for output.

#querylogs_path

def querylogs_path() -> ::String
Returns
  • (::String) — Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)

#querylogs_path=

def querylogs_path=(value) -> ::String
Parameter
  • value (::String) — Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)
Returns
  • (::String) — Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)