public sealed class DataProfileAction : IMessage<DataProfileAction>, IEquatable<DataProfileAction>, IDeepCloneable<DataProfileAction>, IBufferMessage, IMessage
A task to execute when a data profile has been generated.
Implements
IMessage<DataProfileAction>, IEquatable<DataProfileAction>, IDeepCloneable<DataProfileAction>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DataProfileAction()
public DataProfileAction()
DataProfileAction(DataProfileAction)
public DataProfileAction(DataProfileAction other)
Parameter | |
---|---|
Name | Description |
other | DataProfileAction |
Properties
ActionCase
public DataProfileAction.ActionOneofCase ActionCase { get; }
Property Value | |
---|---|
Type | Description |
DataProfileAction.ActionOneofCase |
ExportData
public DataProfileAction.Types.Export ExportData { get; set; }
Export data profiles into a provided location.
Property Value | |
---|---|
Type | Description |
DataProfileAction.Types.Export |
PubSubNotification
public DataProfileAction.Types.PubSubNotification PubSubNotification { get; set; }
Publish a message into the Pub/Sub topic.
Property Value | |
---|---|
Type | Description |
DataProfileAction.Types.PubSubNotification |