You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2Action.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,8 @@ public final class GooglePrivacyDlpV2Action extends com.google.api.client.json.G
55
55
privateGooglePrivacyDlpV2PublishToPubSubpubSub;
56
56
57
57
/**
58
-
* Publish findings to Cloud Datahub.
58
+
* Deprecated because Data Catalog is being turned down. Use publish_findings_to_dataplex_catalog
59
+
* to publish findings to Dataplex Universal Catalog.
59
60
* The value may be {@code null}.
60
61
*/
61
62
@com.google.api.client.util.Key
@@ -145,15 +146,17 @@ public GooglePrivacyDlpV2Action setPubSub(GooglePrivacyDlpV2PublishToPubSub pubS
145
146
}
146
147
147
148
/**
148
-
* Publish findings to Cloud Datahub.
149
+
* Deprecated because Data Catalog is being turned down. Use publish_findings_to_dataplex_catalog
150
+
* to publish findings to Dataplex Universal Catalog.
0 commit comments