Package com.google.privacy.dlp.v2
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataProfileAction.ActionCase
getActionCase()
DataProfileAction.Export
getExportData()
Export data profiles into a provided location.DataProfileAction.ExportOrBuilder
getExportDataOrBuilder()
Export data profiles into a provided location.DataProfileAction.PubSubNotification
getPubSubNotification()
Publish a message into the Pub/Sub topic.DataProfileAction.PubSubNotificationOrBuilder
getPubSubNotificationOrBuilder()
Publish a message into the Pub/Sub topic.boolean
hasExportData()
Export data profiles into a provided location.boolean
hasPubSubNotification()
Publish a message into the Pub/Sub topic.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getActionCase
DataProfileAction.ActionCase getActionCase()
-
-