public interface DataProfileActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActionCase()
public abstract DataProfileAction.ActionCase getActionCase()| Returns | |
|---|---|
| Type | Description |
DataProfileAction.ActionCase |
|
getExportData()
public abstract DataProfileAction.Export getExportData()Export data profiles into a provided location.
.google.privacy.dlp.v2.DataProfileAction.Export export_data = 1;
| Returns | |
|---|---|
| Type | Description |
DataProfileAction.Export |
The exportData. |
getExportDataOrBuilder()
public abstract DataProfileAction.ExportOrBuilder getExportDataOrBuilder()Export data profiles into a provided location.
.google.privacy.dlp.v2.DataProfileAction.Export export_data = 1;
| Returns | |
|---|---|
| Type | Description |
DataProfileAction.ExportOrBuilder |
|
getPubSubNotification()
public abstract DataProfileAction.PubSubNotification getPubSubNotification()Publish a message into the Pub/Sub topic.
.google.privacy.dlp.v2.DataProfileAction.PubSubNotification pub_sub_notification = 2;
| Returns | |
|---|---|
| Type | Description |
DataProfileAction.PubSubNotification |
The pubSubNotification. |
getPubSubNotificationOrBuilder()
public abstract DataProfileAction.PubSubNotificationOrBuilder getPubSubNotificationOrBuilder()Publish a message into the Pub/Sub topic.
.google.privacy.dlp.v2.DataProfileAction.PubSubNotification pub_sub_notification = 2;
| Returns | |
|---|---|
| Type | Description |
DataProfileAction.PubSubNotificationOrBuilder |
|
hasExportData()
public abstract boolean hasExportData()Export data profiles into a provided location.
.google.privacy.dlp.v2.DataProfileAction.Export export_data = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exportData field is set. |
hasPubSubNotification()
public abstract boolean hasPubSubNotification()Publish a message into the Pub/Sub topic.
.google.privacy.dlp.v2.DataProfileAction.PubSubNotification pub_sub_notification = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pubSubNotification field is set. |