Interface AssessmentTaskDetailsOrBuilder (0.44.0)

public interface AssessmentTaskDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSource()

public abstract String getDataSource()

Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.

string data_source = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The dataSource.

getDataSourceBytes()

public abstract ByteString getDataSourceBytes()

Required. The data source or data warehouse type (eg: TERADATA/REDSHIFT) from which the input data is extracted.

string data_source = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for dataSource.

getInputPath()

public abstract String getInputPath()

Required. The Cloud Storage path for assessment input files.

string input_path = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The inputPath.

getInputPathBytes()

public abstract ByteString getInputPathBytes()

Required. The Cloud Storage path for assessment input files.

string input_path = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for inputPath.

getOutputDataset()

public abstract String getOutputDataset()

Required. The BigQuery dataset for output.

string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The outputDataset.

getOutputDatasetBytes()

public abstract ByteString getOutputDatasetBytes()

Required. The BigQuery dataset for output.

string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for outputDataset.

getQuerylogsPath()

public abstract String getQuerylogsPath()

Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)

string querylogs_path = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The querylogsPath.

getQuerylogsPathBytes()

public abstract ByteString getQuerylogsPathBytes()

Optional. An optional Cloud Storage path to write the query logs (which is then used as an input path on the translation task)

string querylogs_path = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for querylogsPath.