- 3.82.0 (latest)
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class Action.Builder extends GeneratedMessageV3.Builder<Action.Builder> implements ActionOrBuilderA task to execute on the completion of a job. See https://cloud.google.com/sensitive-data-protection/docs/concepts-actions to learn more.
 Protobuf type google.privacy.dlp.v2.Action
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Action.BuilderImplements
ActionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Action.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
build()
public Action build()| Returns | |
|---|---|
| Type | Description | 
| Action | |
buildPartial()
public Action buildPartial()| Returns | |
|---|---|
| Type | Description | 
| Action | |
clear()
public Action.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
clearAction()
public Action.Builder clearAction()| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
clearDeidentify()
public Action.Builder clearDeidentify()Create a de-identified copy of the input data.
 .google.privacy.dlp.v2.Action.Deidentify deidentify = 7;
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
clearField(Descriptors.FieldDescriptor field)
public Action.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
clearJobNotificationEmails()
public Action.Builder clearJobNotificationEmails()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 | 
| Action.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public Action.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
clearPubSub()
public Action.Builder clearPubSub()Publish a notification to a Pub/Sub topic.
 .google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
clearPublishFindingsToCloudDataCatalog()
public Action.Builder clearPublishFindingsToCloudDataCatalog()Publish findings to Cloud Datahub.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
clearPublishFindingsToDataplexCatalog()
public Action.Builder clearPublishFindingsToDataplexCatalog()Publish findings as an aspect to Dataplex Universal Catalog.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog publish_findings_to_dataplex_catalog = 10;
 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
clearPublishSummaryToCscc()
public Action.Builder clearPublishSummaryToCscc()Publish summary to Cloud Security Command Center (Alpha).
 .google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
clearPublishToStackdriver()
public Action.Builder clearPublishToStackdriver()Enable Stackdriver metric dlp.googleapis.com/finding_count.
 .google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
clearSaveFindings()
public Action.Builder clearSaveFindings()Save resulting findings in a provided location.
 .google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
clone()
public Action.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
getActionCase()
public Action.ActionCase getActionCase()| Returns | |
|---|---|
| Type | Description | 
| Action.ActionCase | |
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;
| Returns | |
|---|---|
| Type | Description | 
| Action.Deidentify | The deidentify. | 
getDeidentifyBuilder()
public Action.Deidentify.Builder getDeidentifyBuilder()Create a de-identified copy of the input data.
 .google.privacy.dlp.v2.Action.Deidentify deidentify = 7;
| Returns | |
|---|---|
| Type | Description | 
| Action.Deidentify.Builder | |
getDeidentifyOrBuilder()
public Action.DeidentifyOrBuilder getDeidentifyOrBuilder()Create a de-identified copy of the input data.
 .google.privacy.dlp.v2.Action.Deidentify deidentify = 7;
| Returns | |
|---|---|
| Type | Description | 
| Action.DeidentifyOrBuilder | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
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;
| Returns | |
|---|---|
| Type | Description | 
| Action.JobNotificationEmails | The jobNotificationEmails. | 
getJobNotificationEmailsBuilder()
public Action.JobNotificationEmails.Builder getJobNotificationEmailsBuilder()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 | 
| Action.JobNotificationEmails.Builder | |
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;
| Returns | |
|---|---|
| Type | Description | 
| Action.JobNotificationEmailsOrBuilder | |
getPubSub()
public Action.PublishToPubSub getPubSub()Publish a notification to a Pub/Sub topic.
 .google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishToPubSub | The pubSub. | 
getPubSubBuilder()
public Action.PublishToPubSub.Builder getPubSubBuilder()Publish a notification to a Pub/Sub topic.
 .google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishToPubSub.Builder | |
getPubSubOrBuilder()
public Action.PublishToPubSubOrBuilder getPubSubOrBuilder()Publish a notification to a Pub/Sub topic.
 .google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishToPubSubOrBuilder | |
getPublishFindingsToCloudDataCatalog()
public Action.PublishFindingsToCloudDataCatalog getPublishFindingsToCloudDataCatalog()Publish findings to Cloud Datahub.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishFindingsToCloudDataCatalog | The publishFindingsToCloudDataCatalog. | 
getPublishFindingsToCloudDataCatalogBuilder()
public Action.PublishFindingsToCloudDataCatalog.Builder getPublishFindingsToCloudDataCatalogBuilder()Publish findings to Cloud Datahub.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishFindingsToCloudDataCatalog.Builder | |
getPublishFindingsToCloudDataCatalogOrBuilder()
public Action.PublishFindingsToCloudDataCatalogOrBuilder getPublishFindingsToCloudDataCatalogOrBuilder()Publish findings to Cloud Datahub.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
 
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishFindingsToCloudDataCatalogOrBuilder | |
getPublishFindingsToDataplexCatalog()
public Action.PublishFindingsToDataplexCatalog getPublishFindingsToDataplexCatalog()Publish findings as an aspect to Dataplex Universal Catalog.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog publish_findings_to_dataplex_catalog = 10;
 
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishFindingsToDataplexCatalog | The publishFindingsToDataplexCatalog. | 
getPublishFindingsToDataplexCatalogBuilder()
public Action.PublishFindingsToDataplexCatalog.Builder getPublishFindingsToDataplexCatalogBuilder()Publish findings as an aspect to Dataplex Universal Catalog.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog publish_findings_to_dataplex_catalog = 10;
 
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishFindingsToDataplexCatalog.Builder | |
getPublishFindingsToDataplexCatalogOrBuilder()
public Action.PublishFindingsToDataplexCatalogOrBuilder getPublishFindingsToDataplexCatalogOrBuilder()Publish findings as an aspect to Dataplex Universal Catalog.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog publish_findings_to_dataplex_catalog = 10;
 
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishFindingsToDataplexCatalogOrBuilder | |
getPublishSummaryToCscc()
public Action.PublishSummaryToCscc getPublishSummaryToCscc()Publish summary to Cloud Security Command Center (Alpha).
 .google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishSummaryToCscc | The publishSummaryToCscc. | 
getPublishSummaryToCsccBuilder()
public Action.PublishSummaryToCscc.Builder getPublishSummaryToCsccBuilder()Publish summary to Cloud Security Command Center (Alpha).
 .google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishSummaryToCscc.Builder | |
getPublishSummaryToCsccOrBuilder()
public Action.PublishSummaryToCsccOrBuilder getPublishSummaryToCsccOrBuilder()Publish summary to Cloud Security Command Center (Alpha).
 .google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishSummaryToCsccOrBuilder | |
getPublishToStackdriver()
public Action.PublishToStackdriver getPublishToStackdriver()Enable Stackdriver metric dlp.googleapis.com/finding_count.
 .google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishToStackdriver | The publishToStackdriver. | 
getPublishToStackdriverBuilder()
public Action.PublishToStackdriver.Builder getPublishToStackdriverBuilder()Enable Stackdriver metric dlp.googleapis.com/finding_count.
 .google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishToStackdriver.Builder | |
getPublishToStackdriverOrBuilder()
public Action.PublishToStackdriverOrBuilder getPublishToStackdriverOrBuilder()Enable Stackdriver metric dlp.googleapis.com/finding_count.
 .google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;
| Returns | |
|---|---|
| Type | Description | 
| Action.PublishToStackdriverOrBuilder | |
getSaveFindings()
public Action.SaveFindings getSaveFindings()Save resulting findings in a provided location.
 .google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;
| Returns | |
|---|---|
| Type | Description | 
| Action.SaveFindings | The saveFindings. | 
getSaveFindingsBuilder()
public Action.SaveFindings.Builder getSaveFindingsBuilder()Save resulting findings in a provided location.
 .google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;
| Returns | |
|---|---|
| Type | Description | 
| Action.SaveFindings.Builder | |
getSaveFindingsOrBuilder()
public Action.SaveFindingsOrBuilder getSaveFindingsOrBuilder()Save resulting findings in a provided location.
 .google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;
| Returns | |
|---|---|
| Type | Description | 
| Action.SaveFindingsOrBuilder | |
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. | 
hasPublishFindingsToDataplexCatalog()
public boolean hasPublishFindingsToDataplexCatalog()Publish findings as an aspect to Dataplex Universal Catalog.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog publish_findings_to_dataplex_catalog = 10;
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the publishFindingsToDataplexCatalog 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. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeDeidentify(Action.Deidentify value)
public Action.Builder mergeDeidentify(Action.Deidentify value)Create a de-identified copy of the input data.
 .google.privacy.dlp.v2.Action.Deidentify deidentify = 7;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.Deidentify | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
mergeFrom(Action other)
public Action.Builder mergeFrom(Action other)| Parameter | |
|---|---|
| Name | Description | 
| other | Action | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Action.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public Action.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
mergeJobNotificationEmails(Action.JobNotificationEmails value)
public Action.Builder mergeJobNotificationEmails(Action.JobNotificationEmails value)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;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.JobNotificationEmails | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
mergePubSub(Action.PublishToPubSub value)
public Action.Builder mergePubSub(Action.PublishToPubSub value)Publish a notification to a Pub/Sub topic.
 .google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.PublishToPubSub | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
mergePublishFindingsToCloudDataCatalog(Action.PublishFindingsToCloudDataCatalog value)
public Action.Builder mergePublishFindingsToCloudDataCatalog(Action.PublishFindingsToCloudDataCatalog value)Publish findings to Cloud Datahub.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.PublishFindingsToCloudDataCatalog | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
mergePublishFindingsToDataplexCatalog(Action.PublishFindingsToDataplexCatalog value)
public Action.Builder mergePublishFindingsToDataplexCatalog(Action.PublishFindingsToDataplexCatalog value)Publish findings as an aspect to Dataplex Universal Catalog.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog publish_findings_to_dataplex_catalog = 10;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.PublishFindingsToDataplexCatalog | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
mergePublishSummaryToCscc(Action.PublishSummaryToCscc value)
public Action.Builder mergePublishSummaryToCscc(Action.PublishSummaryToCscc value)Publish summary to Cloud Security Command Center (Alpha).
 .google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.PublishSummaryToCscc | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
mergePublishToStackdriver(Action.PublishToStackdriver value)
public Action.Builder mergePublishToStackdriver(Action.PublishToStackdriver value)Enable Stackdriver metric dlp.googleapis.com/finding_count.
 .google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.PublishToStackdriver | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
mergeSaveFindings(Action.SaveFindings value)
public Action.Builder mergeSaveFindings(Action.SaveFindings value)Save resulting findings in a provided location.
 .google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.SaveFindings | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Action.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setDeidentify(Action.Deidentify value)
public Action.Builder setDeidentify(Action.Deidentify value)Create a de-identified copy of the input data.
 .google.privacy.dlp.v2.Action.Deidentify deidentify = 7;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.Deidentify | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setDeidentify(Action.Deidentify.Builder builderForValue)
public Action.Builder setDeidentify(Action.Deidentify.Builder builderForValue)Create a de-identified copy of the input data.
 .google.privacy.dlp.v2.Action.Deidentify deidentify = 7;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Action.Deidentify.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public Action.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setJobNotificationEmails(Action.JobNotificationEmails value)
public Action.Builder setJobNotificationEmails(Action.JobNotificationEmails value)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;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.JobNotificationEmails | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setJobNotificationEmails(Action.JobNotificationEmails.Builder builderForValue)
public Action.Builder setJobNotificationEmails(Action.JobNotificationEmails.Builder builderForValue)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;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Action.JobNotificationEmails.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setPubSub(Action.PublishToPubSub value)
public Action.Builder setPubSub(Action.PublishToPubSub value)Publish a notification to a Pub/Sub topic.
 .google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.PublishToPubSub | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setPubSub(Action.PublishToPubSub.Builder builderForValue)
public Action.Builder setPubSub(Action.PublishToPubSub.Builder builderForValue)Publish a notification to a Pub/Sub topic.
 .google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Action.PublishToPubSub.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setPublishFindingsToCloudDataCatalog(Action.PublishFindingsToCloudDataCatalog value)
public Action.Builder setPublishFindingsToCloudDataCatalog(Action.PublishFindingsToCloudDataCatalog value)Publish findings to Cloud Datahub.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.PublishFindingsToCloudDataCatalog | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setPublishFindingsToCloudDataCatalog(Action.PublishFindingsToCloudDataCatalog.Builder builderForValue)
public Action.Builder setPublishFindingsToCloudDataCatalog(Action.PublishFindingsToCloudDataCatalog.Builder builderForValue)Publish findings to Cloud Datahub.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Action.PublishFindingsToCloudDataCatalog.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setPublishFindingsToDataplexCatalog(Action.PublishFindingsToDataplexCatalog value)
public Action.Builder setPublishFindingsToDataplexCatalog(Action.PublishFindingsToDataplexCatalog value)Publish findings as an aspect to Dataplex Universal Catalog.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog publish_findings_to_dataplex_catalog = 10;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.PublishFindingsToDataplexCatalog | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setPublishFindingsToDataplexCatalog(Action.PublishFindingsToDataplexCatalog.Builder builderForValue)
public Action.Builder setPublishFindingsToDataplexCatalog(Action.PublishFindingsToDataplexCatalog.Builder builderForValue)Publish findings as an aspect to Dataplex Universal Catalog.
 
 .google.privacy.dlp.v2.Action.PublishFindingsToDataplexCatalog publish_findings_to_dataplex_catalog = 10;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Action.PublishFindingsToDataplexCatalog.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setPublishSummaryToCscc(Action.PublishSummaryToCscc value)
public Action.Builder setPublishSummaryToCscc(Action.PublishSummaryToCscc value)Publish summary to Cloud Security Command Center (Alpha).
 .google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.PublishSummaryToCscc | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setPublishSummaryToCscc(Action.PublishSummaryToCscc.Builder builderForValue)
public Action.Builder setPublishSummaryToCscc(Action.PublishSummaryToCscc.Builder builderForValue)Publish summary to Cloud Security Command Center (Alpha).
 .google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Action.PublishSummaryToCscc.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setPublishToStackdriver(Action.PublishToStackdriver value)
public Action.Builder setPublishToStackdriver(Action.PublishToStackdriver value)Enable Stackdriver metric dlp.googleapis.com/finding_count.
 .google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.PublishToStackdriver | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setPublishToStackdriver(Action.PublishToStackdriver.Builder builderForValue)
public Action.Builder setPublishToStackdriver(Action.PublishToStackdriver.Builder builderForValue)Enable Stackdriver metric dlp.googleapis.com/finding_count.
 .google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Action.PublishToStackdriver.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Action.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setSaveFindings(Action.SaveFindings value)
public Action.Builder setSaveFindings(Action.SaveFindings value)Save resulting findings in a provided location.
 .google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | Action.SaveFindings | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setSaveFindings(Action.SaveFindings.Builder builderForValue)
public Action.Builder setSaveFindings(Action.SaveFindings.Builder builderForValue)Save resulting findings in a provided location.
 .google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Action.SaveFindings.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final Action.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Action.Builder | |