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
- (::Google::Cloud::Bigquery::Migration::V2::AssessmentFeatureHandle) — Optional. A collection of additional feature flags for this assessment.
#feature_handle=
def feature_handle=(value) -> ::Google::Cloud::Bigquery::Migration::V2::AssessmentFeatureHandle
Parameter
- value (::Google::Cloud::Bigquery::Migration::V2::AssessmentFeatureHandle) — Optional. A collection of additional feature flags for this assessment.
Returns
- (::Google::Cloud::Bigquery::Migration::V2::AssessmentFeatureHandle) — Optional. A collection of additional feature flags for this assessment.
#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)