public interface DataProfileActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExportData()
Export data profiles into a provided location.
.google.privacy.dlp.v2.DataProfileAction.Export export_data = 1;DataProfileAction.Export getExportData()
Export data profiles into a provided location.
.google.privacy.dlp.v2.DataProfileAction.Export export_data = 1;DataProfileAction.ExportOrBuilder getExportDataOrBuilder()
Export data profiles into a provided location.
.google.privacy.dlp.v2.DataProfileAction.Export export_data = 1;boolean hasPubSubNotification()
Publish a message into the Pub/Sub topic.
.google.privacy.dlp.v2.DataProfileAction.PubSubNotification pub_sub_notification = 2;
DataProfileAction.PubSubNotification getPubSubNotification()
Publish a message into the Pub/Sub topic.
.google.privacy.dlp.v2.DataProfileAction.PubSubNotification pub_sub_notification = 2;
DataProfileAction.PubSubNotificationOrBuilder getPubSubNotificationOrBuilder()
Publish a message into the Pub/Sub topic.
.google.privacy.dlp.v2.DataProfileAction.PubSubNotification pub_sub_notification = 2;
DataProfileAction.ActionCase getActionCase()
Copyright © 2022 Google LLC. All rights reserved.