@@ -369,6 +369,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
369369 *
370370 * @return Whether the outputConfig field is set.
371371 */
372+ @ java .lang .Override
372373 public boolean hasOutputConfig () {
373374 return outputConfig_ != null ;
374375 }
@@ -383,6 +384,7 @@ public boolean hasOutputConfig() {
383384 *
384385 * @return The outputConfig.
385386 */
387+ @ java .lang .Override
386388 public com .google .privacy .dlp .v2 .OutputStorageConfig getOutputConfig () {
387389 return outputConfig_ == null
388390 ? com .google .privacy .dlp .v2 .OutputStorageConfig .getDefaultInstance ()
@@ -397,6 +399,7 @@ public com.google.privacy.dlp.v2.OutputStorageConfig getOutputConfig() {
397399 *
398400 * <code>.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;</code>
399401 */
402+ @ java .lang .Override
400403 public com .google .privacy .dlp .v2 .OutputStorageConfigOrBuilder getOutputConfigOrBuilder () {
401404 return getOutputConfig ();
402405 }
@@ -1018,7 +1021,7 @@ public interface PublishToPubSubOrBuilder
10181021 * Publish a message into given Pub/Sub topic when DlpJob has completed. The
10191022 * message contains a single field, `DlpJobName`, which is equal to the
10201023 * finished job's
1021- * [`DlpJob.name`](/dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob).
1024+ * [`DlpJob.name`](https://cloud.google.com /dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob).
10221025 * Compatible with: Inspect, Risk
10231026 * </pre>
10241027 *
@@ -1124,6 +1127,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
11241127 *
11251128 * @return The topic.
11261129 */
1130+ @ java .lang .Override
11271131 public java .lang .String getTopic () {
11281132 java .lang .Object ref = topic_ ;
11291133 if (ref instanceof java .lang .String ) {
@@ -1149,6 +1153,7 @@ public java.lang.String getTopic() {
11491153 *
11501154 * @return The bytes for topic.
11511155 */
1156+ @ java .lang .Override
11521157 public com .google .protobuf .ByteString getTopicBytes () {
11531158 java .lang .Object ref = topic_ ;
11541159 if (ref instanceof java .lang .String ) {
@@ -1328,7 +1333,7 @@ protected Builder newBuilderForType(
13281333 * Publish a message into given Pub/Sub topic when DlpJob has completed. The
13291334 * message contains a single field, `DlpJobName`, which is equal to the
13301335 * finished job's
1331- * [`DlpJob.name`](/dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob).
1336+ * [`DlpJob.name`](https://cloud.google.com /dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob).
13321337 * Compatible with: Inspect, Risk
13331338 * </pre>
13341339 *
@@ -3576,6 +3581,7 @@ public ActionCase getActionCase() {
35763581 *
35773582 * @return Whether the saveFindings field is set.
35783583 */
3584+ @ java .lang .Override
35793585 public boolean hasSaveFindings () {
35803586 return actionCase_ == 1 ;
35813587 }
@@ -3590,6 +3596,7 @@ public boolean hasSaveFindings() {
35903596 *
35913597 * @return The saveFindings.
35923598 */
3599+ @ java .lang .Override
35933600 public com .google .privacy .dlp .v2 .Action .SaveFindings getSaveFindings () {
35943601 if (actionCase_ == 1 ) {
35953602 return (com .google .privacy .dlp .v2 .Action .SaveFindings ) action_ ;
@@ -3605,6 +3612,7 @@ public com.google.privacy.dlp.v2.Action.SaveFindings getSaveFindings() {
36053612 *
36063613 * <code>.google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;</code>
36073614 */
3615+ @ java .lang .Override
36083616 public com .google .privacy .dlp .v2 .Action .SaveFindingsOrBuilder getSaveFindingsOrBuilder () {
36093617 if (actionCase_ == 1 ) {
36103618 return (com .google .privacy .dlp .v2 .Action .SaveFindings ) action_ ;
@@ -3624,6 +3632,7 @@ public com.google.privacy.dlp.v2.Action.SaveFindingsOrBuilder getSaveFindingsOrB
36243632 *
36253633 * @return Whether the pubSub field is set.
36263634 */
3635+ @ java .lang .Override
36273636 public boolean hasPubSub () {
36283637 return actionCase_ == 2 ;
36293638 }
@@ -3638,6 +3647,7 @@ public boolean hasPubSub() {
36383647 *
36393648 * @return The pubSub.
36403649 */
3650+ @ java .lang .Override
36413651 public com .google .privacy .dlp .v2 .Action .PublishToPubSub getPubSub () {
36423652 if (actionCase_ == 2 ) {
36433653 return (com .google .privacy .dlp .v2 .Action .PublishToPubSub ) action_ ;
@@ -3653,6 +3663,7 @@ public com.google.privacy.dlp.v2.Action.PublishToPubSub getPubSub() {
36533663 *
36543664 * <code>.google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;</code>
36553665 */
3666+ @ java .lang .Override
36563667 public com .google .privacy .dlp .v2 .Action .PublishToPubSubOrBuilder getPubSubOrBuilder () {
36573668 if (actionCase_ == 2 ) {
36583669 return (com .google .privacy .dlp .v2 .Action .PublishToPubSub ) action_ ;
@@ -3672,6 +3683,7 @@ public com.google.privacy.dlp.v2.Action.PublishToPubSubOrBuilder getPubSubOrBuil
36723683 *
36733684 * @return Whether the publishSummaryToCscc field is set.
36743685 */
3686+ @ java .lang .Override
36753687 public boolean hasPublishSummaryToCscc () {
36763688 return actionCase_ == 3 ;
36773689 }
@@ -3686,6 +3698,7 @@ public boolean hasPublishSummaryToCscc() {
36863698 *
36873699 * @return The publishSummaryToCscc.
36883700 */
3701+ @ java .lang .Override
36893702 public com .google .privacy .dlp .v2 .Action .PublishSummaryToCscc getPublishSummaryToCscc () {
36903703 if (actionCase_ == 3 ) {
36913704 return (com .google .privacy .dlp .v2 .Action .PublishSummaryToCscc ) action_ ;
@@ -3701,6 +3714,7 @@ public com.google.privacy.dlp.v2.Action.PublishSummaryToCscc getPublishSummaryTo
37013714 *
37023715 * <code>.google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;</code>
37033716 */
3717+ @ java .lang .Override
37043718 public com .google .privacy .dlp .v2 .Action .PublishSummaryToCsccOrBuilder
37053719 getPublishSummaryToCsccOrBuilder () {
37063720 if (actionCase_ == 3 ) {
@@ -3723,6 +3737,7 @@ public com.google.privacy.dlp.v2.Action.PublishSummaryToCscc getPublishSummaryTo
37233737 *
37243738 * @return Whether the publishFindingsToCloudDataCatalog field is set.
37253739 */
3740+ @ java .lang .Override
37263741 public boolean hasPublishFindingsToCloudDataCatalog () {
37273742 return actionCase_ == 5 ;
37283743 }
@@ -3739,6 +3754,7 @@ public boolean hasPublishFindingsToCloudDataCatalog() {
37393754 *
37403755 * @return The publishFindingsToCloudDataCatalog.
37413756 */
3757+ @ java .lang .Override
37423758 public com .google .privacy .dlp .v2 .Action .PublishFindingsToCloudDataCatalog
37433759 getPublishFindingsToCloudDataCatalog () {
37443760 if (actionCase_ == 5 ) {
@@ -3757,6 +3773,7 @@ public boolean hasPublishFindingsToCloudDataCatalog() {
37573773 * .google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
37583774 * </code>
37593775 */
3776+ @ java .lang .Override
37603777 public com .google .privacy .dlp .v2 .Action .PublishFindingsToCloudDataCatalogOrBuilder
37613778 getPublishFindingsToCloudDataCatalogOrBuilder () {
37623779 if (actionCase_ == 5 ) {
@@ -3778,6 +3795,7 @@ public boolean hasPublishFindingsToCloudDataCatalog() {
37783795 *
37793796 * @return Whether the jobNotificationEmails field is set.
37803797 */
3798+ @ java .lang .Override
37813799 public boolean hasJobNotificationEmails () {
37823800 return actionCase_ == 8 ;
37833801 }
@@ -3793,6 +3811,7 @@ public boolean hasJobNotificationEmails() {
37933811 *
37943812 * @return The jobNotificationEmails.
37953813 */
3814+ @ java .lang .Override
37963815 public com .google .privacy .dlp .v2 .Action .JobNotificationEmails getJobNotificationEmails () {
37973816 if (actionCase_ == 8 ) {
37983817 return (com .google .privacy .dlp .v2 .Action .JobNotificationEmails ) action_ ;
@@ -3809,6 +3828,7 @@ public com.google.privacy.dlp.v2.Action.JobNotificationEmails getJobNotification
38093828 *
38103829 * <code>.google.privacy.dlp.v2.Action.JobNotificationEmails job_notification_emails = 8;</code>
38113830 */
3831+ @ java .lang .Override
38123832 public com .google .privacy .dlp .v2 .Action .JobNotificationEmailsOrBuilder
38133833 getJobNotificationEmailsOrBuilder () {
38143834 if (actionCase_ == 8 ) {
@@ -3829,6 +3849,7 @@ public com.google.privacy.dlp.v2.Action.JobNotificationEmails getJobNotification
38293849 *
38303850 * @return Whether the publishToStackdriver field is set.
38313851 */
3852+ @ java .lang .Override
38323853 public boolean hasPublishToStackdriver () {
38333854 return actionCase_ == 9 ;
38343855 }
@@ -3843,6 +3864,7 @@ public boolean hasPublishToStackdriver() {
38433864 *
38443865 * @return The publishToStackdriver.
38453866 */
3867+ @ java .lang .Override
38463868 public com .google .privacy .dlp .v2 .Action .PublishToStackdriver getPublishToStackdriver () {
38473869 if (actionCase_ == 9 ) {
38483870 return (com .google .privacy .dlp .v2 .Action .PublishToStackdriver ) action_ ;
@@ -3858,6 +3880,7 @@ public com.google.privacy.dlp.v2.Action.PublishToStackdriver getPublishToStackdr
38583880 *
38593881 * <code>.google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;</code>
38603882 */
3883+ @ java .lang .Override
38613884 public com .google .privacy .dlp .v2 .Action .PublishToStackdriverOrBuilder
38623885 getPublishToStackdriverOrBuilder () {
38633886 if (actionCase_ == 9 ) {
@@ -4376,6 +4399,7 @@ public Builder clearAction() {
43764399 *
43774400 * @return Whether the saveFindings field is set.
43784401 */
4402+ @ java .lang .Override
43794403 public boolean hasSaveFindings () {
43804404 return actionCase_ == 1 ;
43814405 }
@@ -4390,6 +4414,7 @@ public boolean hasSaveFindings() {
43904414 *
43914415 * @return The saveFindings.
43924416 */
4417+ @ java .lang .Override
43934418 public com .google .privacy .dlp .v2 .Action .SaveFindings getSaveFindings () {
43944419 if (saveFindingsBuilder_ == null ) {
43954420 if (actionCase_ == 1 ) {
@@ -4522,6 +4547,7 @@ public com.google.privacy.dlp.v2.Action.SaveFindings.Builder getSaveFindingsBuil
45224547 *
45234548 * <code>.google.privacy.dlp.v2.Action.SaveFindings save_findings = 1;</code>
45244549 */
4550+ @ java .lang .Override
45254551 public com .google .privacy .dlp .v2 .Action .SaveFindingsOrBuilder getSaveFindingsOrBuilder () {
45264552 if ((actionCase_ == 1 ) && (saveFindingsBuilder_ != null )) {
45274553 return saveFindingsBuilder_ .getMessageOrBuilder ();
@@ -4582,6 +4608,7 @@ public com.google.privacy.dlp.v2.Action.SaveFindingsOrBuilder getSaveFindingsOrB
45824608 *
45834609 * @return Whether the pubSub field is set.
45844610 */
4611+ @ java .lang .Override
45854612 public boolean hasPubSub () {
45864613 return actionCase_ == 2 ;
45874614 }
@@ -4596,6 +4623,7 @@ public boolean hasPubSub() {
45964623 *
45974624 * @return The pubSub.
45984625 */
4626+ @ java .lang .Override
45994627 public com .google .privacy .dlp .v2 .Action .PublishToPubSub getPubSub () {
46004628 if (pubSubBuilder_ == null ) {
46014629 if (actionCase_ == 2 ) {
@@ -4728,6 +4756,7 @@ public com.google.privacy.dlp.v2.Action.PublishToPubSub.Builder getPubSubBuilder
47284756 *
47294757 * <code>.google.privacy.dlp.v2.Action.PublishToPubSub pub_sub = 2;</code>
47304758 */
4759+ @ java .lang .Override
47314760 public com .google .privacy .dlp .v2 .Action .PublishToPubSubOrBuilder getPubSubOrBuilder () {
47324761 if ((actionCase_ == 2 ) && (pubSubBuilder_ != null )) {
47334762 return pubSubBuilder_ .getMessageOrBuilder ();
@@ -4788,6 +4817,7 @@ public com.google.privacy.dlp.v2.Action.PublishToPubSubOrBuilder getPubSubOrBuil
47884817 *
47894818 * @return Whether the publishSummaryToCscc field is set.
47904819 */
4820+ @ java .lang .Override
47914821 public boolean hasPublishSummaryToCscc () {
47924822 return actionCase_ == 3 ;
47934823 }
@@ -4802,6 +4832,7 @@ public boolean hasPublishSummaryToCscc() {
48024832 *
48034833 * @return The publishSummaryToCscc.
48044834 */
4835+ @ java .lang .Override
48054836 public com .google .privacy .dlp .v2 .Action .PublishSummaryToCscc getPublishSummaryToCscc () {
48064837 if (publishSummaryToCsccBuilder_ == null ) {
48074838 if (actionCase_ == 3 ) {
@@ -4938,6 +4969,7 @@ public Builder clearPublishSummaryToCscc() {
49384969 *
49394970 * <code>.google.privacy.dlp.v2.Action.PublishSummaryToCscc publish_summary_to_cscc = 3;</code>
49404971 */
4972+ @ java .lang .Override
49414973 public com .google .privacy .dlp .v2 .Action .PublishSummaryToCsccOrBuilder
49424974 getPublishSummaryToCsccOrBuilder () {
49434975 if ((actionCase_ == 3 ) && (publishSummaryToCsccBuilder_ != null )) {
@@ -5001,6 +5033,7 @@ public Builder clearPublishSummaryToCscc() {
50015033 *
50025034 * @return Whether the publishFindingsToCloudDataCatalog field is set.
50035035 */
5036+ @ java .lang .Override
50045037 public boolean hasPublishFindingsToCloudDataCatalog () {
50055038 return actionCase_ == 5 ;
50065039 }
@@ -5017,6 +5050,7 @@ public boolean hasPublishFindingsToCloudDataCatalog() {
50175050 *
50185051 * @return The publishFindingsToCloudDataCatalog.
50195052 */
5053+ @ java .lang .Override
50205054 public com .google .privacy .dlp .v2 .Action .PublishFindingsToCloudDataCatalog
50215055 getPublishFindingsToCloudDataCatalog () {
50225056 if (publishFindingsToCloudDataCatalogBuilder_ == null ) {
@@ -5170,6 +5204,7 @@ public Builder clearPublishFindingsToCloudDataCatalog() {
51705204 * .google.privacy.dlp.v2.Action.PublishFindingsToCloudDataCatalog publish_findings_to_cloud_data_catalog = 5;
51715205 * </code>
51725206 */
5207+ @ java .lang .Override
51735208 public com .google .privacy .dlp .v2 .Action .PublishFindingsToCloudDataCatalogOrBuilder
51745209 getPublishFindingsToCloudDataCatalogOrBuilder () {
51755210 if ((actionCase_ == 5 ) && (publishFindingsToCloudDataCatalogBuilder_ != null )) {
@@ -5237,6 +5272,7 @@ public Builder clearPublishFindingsToCloudDataCatalog() {
52375272 *
52385273 * @return Whether the jobNotificationEmails field is set.
52395274 */
5275+ @ java .lang .Override
52405276 public boolean hasJobNotificationEmails () {
52415277 return actionCase_ == 8 ;
52425278 }
@@ -5252,6 +5288,7 @@ public boolean hasJobNotificationEmails() {
52525288 *
52535289 * @return The jobNotificationEmails.
52545290 */
5291+ @ java .lang .Override
52555292 public com .google .privacy .dlp .v2 .Action .JobNotificationEmails getJobNotificationEmails () {
52565293 if (jobNotificationEmailsBuilder_ == null ) {
52575294 if (actionCase_ == 8 ) {
@@ -5394,6 +5431,7 @@ public Builder clearJobNotificationEmails() {
53945431 *
53955432 * <code>.google.privacy.dlp.v2.Action.JobNotificationEmails job_notification_emails = 8;</code>
53965433 */
5434+ @ java .lang .Override
53975435 public com .google .privacy .dlp .v2 .Action .JobNotificationEmailsOrBuilder
53985436 getJobNotificationEmailsOrBuilder () {
53995437 if ((actionCase_ == 8 ) && (jobNotificationEmailsBuilder_ != null )) {
@@ -5456,6 +5494,7 @@ public Builder clearJobNotificationEmails() {
54565494 *
54575495 * @return Whether the publishToStackdriver field is set.
54585496 */
5497+ @ java .lang .Override
54595498 public boolean hasPublishToStackdriver () {
54605499 return actionCase_ == 9 ;
54615500 }
@@ -5470,6 +5509,7 @@ public boolean hasPublishToStackdriver() {
54705509 *
54715510 * @return The publishToStackdriver.
54725511 */
5512+ @ java .lang .Override
54735513 public com .google .privacy .dlp .v2 .Action .PublishToStackdriver getPublishToStackdriver () {
54745514 if (publishToStackdriverBuilder_ == null ) {
54755515 if (actionCase_ == 9 ) {
@@ -5606,6 +5646,7 @@ public Builder clearPublishToStackdriver() {
56065646 *
56075647 * <code>.google.privacy.dlp.v2.Action.PublishToStackdriver publish_to_stackdriver = 9;</code>
56085648 */
5649+ @ java .lang .Override
56095650 public com .google .privacy .dlp .v2 .Action .PublishToStackdriverOrBuilder
56105651 getPublishToStackdriverOrBuilder () {
56115652 if ((actionCase_ == 9 ) && (publishToStackdriverBuilder_ != null )) {
0 commit comments