public interface AssessmentTaskDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataSource()
Required.
|
com.google.protobuf.ByteString |
getDataSourceBytes()
Required.
|
String |
getInputPath()
Required.
|
com.google.protobuf.ByteString |
getInputPathBytes()
Required.
|
String |
getOutputDataset()
Required.
|
com.google.protobuf.ByteString |
getOutputDatasetBytes()
Required.
|
String |
getQuerylogsPath()
Optional.
|
com.google.protobuf.ByteString |
getQuerylogsPathBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInputPath()
Required. The Cloud Storage path for assessment input files.
string input_path = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getInputPathBytes()
Required. The Cloud Storage path for assessment input files.
string input_path = 1 [(.google.api.field_behavior) = REQUIRED];String getOutputDataset()
Required. The BigQuery dataset for output.
string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getOutputDatasetBytes()
Required. The BigQuery dataset for output.
string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];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];com.google.protobuf.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];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];com.google.protobuf.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];Copyright © 2024 Google LLC. All rights reserved.