Send feedback
Class DataProfileAction (3.56.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.56.0 keyboard_arrow_down
public final class DataProfileAction extends GeneratedMessageV3 implements DataProfileActionOrBuilder
A task to execute when a data profile has been generated.
Protobuf type google.privacy.dlp.v2.DataProfileAction
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
EXPORT_DATA_FIELD_NUMBER
public static final int EXPORT_DATA_FIELD_NUMBER
Field Value
Type
Description
int
PUBLISH_TO_CHRONICLE_FIELD_NUMBER
public static final int PUBLISH_TO_CHRONICLE_FIELD_NUMBER
Field Value
Type
Description
int
PUBLISH_TO_SCC_FIELD_NUMBER
public static final int PUBLISH_TO_SCC_FIELD_NUMBER
Field Value
Type
Description
int
PUB_SUB_NOTIFICATION_FIELD_NUMBER
public static final int PUB_SUB_NOTIFICATION_FIELD_NUMBER
Field Value
Type
Description
int
TAG_RESOURCES_FIELD_NUMBER
public static final int TAG_RESOURCES_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static DataProfileAction getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DataProfileAction . Builder newBuilder ()
newBuilder(DataProfileAction prototype)
public static DataProfileAction . Builder newBuilder ( DataProfileAction prototype )
public static DataProfileAction parseDelimitedFrom ( InputStream input )
public static DataProfileAction parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DataProfileAction parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataProfileAction parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DataProfileAction parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataProfileAction parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DataProfileAction parseFrom ( CodedInputStream input )
public static DataProfileAction parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DataProfileAction parseFrom ( InputStream input )
public static DataProfileAction parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DataProfileAction parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataProfileAction parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<DataProfileAction> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getActionCase()
public DataProfileAction . ActionCase getActionCase ()
getDefaultInstanceForType()
public DataProfileAction getDefaultInstanceForType ()
getExportData()
public DataProfileAction . Export getExportData ()
Export data profiles into a provided location.
.google.privacy.dlp.v2.DataProfileAction.Export export_data = 1;
getExportDataOrBuilder()
public DataProfileAction . ExportOrBuilder getExportDataOrBuilder ()
Export data profiles into a provided location.
.google.privacy.dlp.v2.DataProfileAction.Export export_data = 1;
getParserForType()
public Parser<DataProfileAction> getParserForType ()
Overrides
getPubSubNotification()
public DataProfileAction . PubSubNotification getPubSubNotification ()
Publish a message into the Pub/Sub topic.
.google.privacy.dlp.v2.DataProfileAction.PubSubNotification pub_sub_notification = 2;
getPubSubNotificationOrBuilder()
public DataProfileAction . PubSubNotificationOrBuilder getPubSubNotificationOrBuilder ()
Publish a message into the Pub/Sub topic.
.google.privacy.dlp.v2.DataProfileAction.PubSubNotification pub_sub_notification = 2;
getPublishToChronicle()
public DataProfileAction . PublishToChronicle getPublishToChronicle ()
getPublishToChronicleOrBuilder()
public DataProfileAction . PublishToChronicleOrBuilder getPublishToChronicleOrBuilder ()
getPublishToScc()
public DataProfileAction . PublishToSecurityCommandCenter getPublishToScc ()
Publishes findings to SCC for each data profile.
.google.privacy.dlp.v2.DataProfileAction.PublishToSecurityCommandCenter publish_to_scc = 4;
getPublishToSccOrBuilder()
public DataProfileAction . PublishToSecurityCommandCenterOrBuilder getPublishToSccOrBuilder ()
Publishes findings to SCC for each data profile.
.google.privacy.dlp.v2.DataProfileAction.PublishToSecurityCommandCenter publish_to_scc = 4;
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getTagResources()
public DataProfileAction . TagResources getTagResources ()
Tags the profiled resources with the specified tag values.
.google.privacy.dlp.v2.DataProfileAction.TagResources tag_resources = 8;
getTagResourcesOrBuilder()
public DataProfileAction . TagResourcesOrBuilder getTagResourcesOrBuilder ()
Tags the profiled resources with the specified tag values.
.google.privacy.dlp.v2.DataProfileAction.TagResources tag_resources = 8;
hasExportData()
public 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 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.
hasPublishToChronicle()
public boolean hasPublishToChronicle ()
Returns
Type
Description
boolean
Whether the publishToChronicle field is set.
hasPublishToScc()
public boolean hasPublishToScc ()
Publishes findings to SCC for each data profile.
.google.privacy.dlp.v2.DataProfileAction.PublishToSecurityCommandCenter publish_to_scc = 4;
Returns
Type
Description
boolean
Whether the publishToScc field is set.
hasTagResources()
public boolean hasTagResources ()
Tags the profiled resources with the specified tag values.
.google.privacy.dlp.v2.DataProfileAction.TagResources tag_resources = 8;
Returns
Type
Description
boolean
Whether the tagResources field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DataProfileAction . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DataProfileAction . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public DataProfileAction . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]