Google Cloud Data Loss Prevention v2 API - Class DataProfileAction (4.8.0)

public sealed class DataProfileAction : IMessage<DataProfileAction>, IEquatable<DataProfileAction>, IDeepCloneable<DataProfileAction>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileAction.

A task to execute when a data profile has been generated.

Inheritance

object > DataProfileAction

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DataProfileAction()

public DataProfileAction()

DataProfileAction(DataProfileAction)

public DataProfileAction(DataProfileAction other)
Parameter
NameDescription
otherDataProfileAction

Properties

ActionCase

public DataProfileAction.ActionOneofCase ActionCase { get; }
Property Value
TypeDescription
DataProfileActionActionOneofCase

ExportData

public DataProfileAction.Types.Export ExportData { get; set; }

Export data profiles into a provided location.

Property Value
TypeDescription
DataProfileActionTypesExport

PubSubNotification

public DataProfileAction.Types.PubSubNotification PubSubNotification { get; set; }

Publish a message into the Pub/Sub topic.

Property Value
TypeDescription
DataProfileActionTypesPubSubNotification