Interface AssessmentTaskDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssessmentTaskDetails
,AssessmentTaskDetails.Builder
public interface AssessmentTaskDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInputPath
String getInputPath()
Required. The Cloud Storage path for assessment input files.
string input_path = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The inputPath.
-
getInputPathBytes
com.google.protobuf.ByteString getInputPathBytes()
Required. The Cloud Storage path for assessment input files.
string input_path = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for inputPath.
-
getOutputDataset
String getOutputDataset()
Required. The BigQuery dataset for output.
string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The outputDataset.
-
getOutputDatasetBytes
com.google.protobuf.ByteString getOutputDatasetBytes()
Required. The BigQuery dataset for output.
string output_dataset = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for outputDataset.
-
getQuerylogsPath
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:
- The querylogsPath.
-
getQuerylogsPathBytes
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];
- Returns:
- The bytes for querylogsPath.
-
getDataSource
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:
- The dataSource.
-
getDataSourceBytes
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];
- Returns:
- The bytes for dataSource.
-
-