public final class Action extends GeneratedMessageV3 implements ActionOrBuilder
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
DEIDENTIFY_FIELD_NUMBER
public static final int DEIDENTIFY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
JOB_NOTIFICATION_EMAILS_FIELD_NUMBER
public static final int JOB_NOTIFICATION_EMAILS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PUBLISH_FINDINGS_TO_CLOUD_DATA_CATALOG_FIELD_NUMBER
public static final int PUBLISH_FINDINGS_TO_CLOUD_DATA_CATALOG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PUBLISH_SUMMARY_TO_CSCC_FIELD_NUMBER
public static final int PUBLISH_SUMMARY_TO_CSCC_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PUBLISH_TO_STACKDRIVER_FIELD_NUMBER
public static final int PUBLISH_TO_STACKDRIVER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PUB_SUB_FIELD_NUMBER
public static final int PUB_SUB_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SAVE_FINDINGS_FIELD_NUMBER
public static final int SAVE_FINDINGS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Action getDefaultInstance()
Returns |
Type |
Description |
Action |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Action.Builder newBuilder()
newBuilder(Action prototype)
public static Action.Builder newBuilder(Action prototype)
Parameter |
Name |
Description |
prototype |
Action
|
public static Action parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
Action |
|
public static Action parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Action |
|
parseFrom(byte[] data)
public static Action parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
Action |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Action parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Action |
|
parseFrom(ByteString data)
public static Action parseFrom(ByteString data)
Returns |
Type |
Description |
Action |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Action parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Action |
|
public static Action parseFrom(CodedInputStream input)
Returns |
Type |
Description |
Action |
|
public static Action parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Action |
|
public static Action parseFrom(InputStream input)
Returns |
Type |
Description |
Action |
|
public static Action parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Action |
|
parseFrom(ByteBuffer data)
public static Action parseFrom(ByteBuffer data)
Returns |
Type |
Description |
Action |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Action parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Action |
|
parser()
public static Parser<Action> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getActionCase()
public Action.ActionCase getActionCase()
getDefaultInstanceForType()
public Action getDefaultInstanceForType()
Returns |
Type |
Description |
Action |
|
getDeidentify()
public Action.Deidentify getDeidentify()
Create a de-identified copy of the input data.
.google.privacy.dlp.v2.Action.Deidentify deidentify = 7;
getDeidentifyOrBuilder()
public Action.DeidentifyOrBuilder getDeidentifyOrBuilder()
Create a de-identified copy of the input data.
.google.privacy.dlp.v2.Action.Deidentify deidentify = 7;
getJobNotificationEmails()
public Action.JobNotificationEmails getJobNotificationEmails()
Sends an email when the job completes. The email goes to IAM project
owners and technical Essential
Contacts.
.google.privacy.dlp.v2.Action.JobNotificationEmails job_notification_emails = 8;
getJobNotificationEmailsOrBuilder()
public Action.JobNotificationEmailsOrBuilder getJobNotificationEmailsOrBuilder()
Sends an email when the job completes. The email goes to IAM project
owners and technical Essential
Contacts.
.google.privacy.dlp.v2.Action.JobNotificationEmails job_notification_emails = 8;
getParserForType()
public Parser<Action> getParserForType()
Overrides
getPubSub()
public Action.PublishToPubSub getPubSub()
Publish a notification to a Pub/Sub topic.
.google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;
getPubSubOrBuilder()
public Action.PublishToPubSubOrBuilder getPubSubOrBuilder()
Publish a notification to a Pub/Sub topic.
.google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;
getPublishFindingsToCloudDataCatalog()
public Action.PublishFindingsToCloudDataCatalog getPublishFindingsToCloudDataCatalog()
Publish findings to Cloud Datahub.
.google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
getPublishFindingsToCloudDataCatalogOrBuilder()
public Action.PublishFindingsToCloudDataCatalogOrBuilder getPublishFindingsToCloudDataCatalogOrBuilder()
Publish findings to Cloud Datahub.
.google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
getPublishSummaryToCscc()
public Action.PublishSummaryToCscc getPublishSummaryToCscc()
Publish summary to Cloud Security Command Center (Alpha).
.google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;
getPublishSummaryToCsccOrBuilder()
public Action.PublishSummaryToCsccOrBuilder getPublishSummaryToCsccOrBuilder()
Publish summary to Cloud Security Command Center (Alpha).
.google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;
getPublishToStackdriver()
public Action.PublishToStackdriver getPublishToStackdriver()
Enable Stackdriver metric dlp.googleapis.com/finding_count.
.google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;
getPublishToStackdriverOrBuilder()
public Action.PublishToStackdriverOrBuilder getPublishToStackdriverOrBuilder()
Enable Stackdriver metric dlp.googleapis.com/finding_count.
.google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;
getSaveFindings()
public Action.SaveFindings getSaveFindings()
Save resulting findings in a provided location.
.google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;
getSaveFindingsOrBuilder()
public Action.SaveFindingsOrBuilder getSaveFindingsOrBuilder()
Save resulting findings in a provided location.
.google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasDeidentify()
public boolean hasDeidentify()
Create a de-identified copy of the input data.
.google.privacy.dlp.v2.Action.Deidentify deidentify = 7;
Returns |
Type |
Description |
boolean |
Whether the deidentify field is set.
|
hasJobNotificationEmails()
public boolean hasJobNotificationEmails()
Sends an email when the job completes. The email goes to IAM project
owners and technical Essential
Contacts.
.google.privacy.dlp.v2.Action.JobNotificationEmails job_notification_emails = 8;
Returns |
Type |
Description |
boolean |
Whether the jobNotificationEmails field is set.
|
hasPubSub()
public boolean hasPubSub()
Publish a notification to a Pub/Sub topic.
.google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;
Returns |
Type |
Description |
boolean |
Whether the pubSub field is set.
|
hasPublishFindingsToCloudDataCatalog()
public boolean hasPublishFindingsToCloudDataCatalog()
Publish findings to Cloud Datahub.
.google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
Returns |
Type |
Description |
boolean |
Whether the publishFindingsToCloudDataCatalog field is set.
|
hasPublishSummaryToCscc()
public boolean hasPublishSummaryToCscc()
Publish summary to Cloud Security Command Center (Alpha).
.google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;
Returns |
Type |
Description |
boolean |
Whether the publishSummaryToCscc field is set.
|
hasPublishToStackdriver()
public boolean hasPublishToStackdriver()
Enable Stackdriver metric dlp.googleapis.com/finding_count.
.google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;
Returns |
Type |
Description |
boolean |
Whether the publishToStackdriver field is set.
|
hasSaveFindings()
public boolean hasSaveFindings()
Save resulting findings in a provided location.
.google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;
Returns |
Type |
Description |
boolean |
Whether the saveFindings field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Action.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Action.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Action.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides