Interface DataProfileAction.ExportOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BigQueryTable getProfileTable()
      Store all table and column profiles in an existing table or a new table in an existing dataset.
      BigQueryTableOrBuilder getProfileTableOrBuilder()
      Store all table and column profiles in an existing table or a new table in an existing dataset.
      boolean hasProfileTable()
      Store all table and column profiles in an existing table or a new table in an existing dataset.
      • 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

      • hasProfileTable

        boolean hasProfileTable()
         Store all table and column profiles in an existing table or a new table
         in an existing dataset. Each re-generation will result in a new row in
         BigQuery.
         
        .google.privacy.dlp.v2.BigQueryTable profile_table = 1;
        Returns:
        Whether the profileTable field is set.
      • getProfileTable

        BigQueryTable getProfileTable()
         Store all table and column profiles in an existing table or a new table
         in an existing dataset. Each re-generation will result in a new row in
         BigQuery.
         
        .google.privacy.dlp.v2.BigQueryTable profile_table = 1;
        Returns:
        The profileTable.
      • getProfileTableOrBuilder

        BigQueryTableOrBuilder getProfileTableOrBuilder()
         Store all table and column profiles in an existing table or a new table
         in an existing dataset. Each re-generation will result in a new row in
         BigQuery.
         
        .google.privacy.dlp.v2.BigQueryTable profile_table = 1;