Package com.google.cloud.dataplex.v1
Interface DataQualitySpec.PostScanActions.BigQueryExportOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataQualitySpec.PostScanActions.BigQueryExport
,DataQualitySpec.PostScanActions.BigQueryExport.Builder
- Enclosing class:
- DataQualitySpec.PostScanActions
public static interface DataQualitySpec.PostScanActions.BigQueryExportOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getResultsTable()
Optional.com.google.protobuf.ByteString
getResultsTableBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResultsTable
String getResultsTable()
Optional. The BigQuery table to export DataQualityScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string results_table = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The resultsTable.
-
getResultsTableBytes
com.google.protobuf.ByteString getResultsTableBytes()
Optional. The BigQuery table to export DataQualityScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string results_table = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for resultsTable.
-
-