Interface DataQualitySpec.PostScanActions.BigQueryExportOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.