Interface DataProfileActionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DataProfileAction, DataProfileAction.Builder

    public interface DataProfileActionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasExportData

        boolean hasExportData()
         Export data profiles into a provided location.
         
        .google.privacy.dlp.v2.DataProfileAction.Export export_data = 1;
        Returns:
        Whether the exportData field is set.
      • getExportData

        DataProfileAction.Export getExportData()
         Export data profiles into a provided location.
         
        .google.privacy.dlp.v2.DataProfileAction.Export export_data = 1;
        Returns:
        The exportData.
      • getExportDataOrBuilder

        DataProfileAction.ExportOrBuilder getExportDataOrBuilder()
         Export data profiles into a provided location.
         
        .google.privacy.dlp.v2.DataProfileAction.Export export_data = 1;
      • hasPubSubNotification

        boolean hasPubSubNotification()
         Publish a message into the Pub/Sub topic.
         
        .google.privacy.dlp.v2.DataProfileAction.PubSubNotification pub_sub_notification = 2;
        Returns:
        Whether the pubSubNotification field is set.
      • getPubSubNotification

        DataProfileAction.PubSubNotification getPubSubNotification()
         Publish a message into the Pub/Sub topic.
         
        .google.privacy.dlp.v2.DataProfileAction.PubSubNotification pub_sub_notification = 2;
        Returns:
        The pubSubNotification.
      • getPubSubNotificationOrBuilder

        DataProfileAction.PubSubNotificationOrBuilder getPubSubNotificationOrBuilder()
         Publish a message into the Pub/Sub topic.
         
        .google.privacy.dlp.v2.DataProfileAction.PubSubNotification pub_sub_notification = 2;