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/GooglePrivacyDlpV2Export.java
+21-18Lines changed: 21 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,20 @@ public final class GooglePrivacyDlpV2Export extends com.google.api.client.json.G
35
35
* Store all profiles to BigQuery. * The system will create a new dataset and table for you if
36
36
* none are are provided. The dataset will be named `sensitive_data_protection_discovery` and
37
37
* table will be named `discovery_profiles`. This table will be placed in the same project as the
38
-
* container project running the scan. The configuration will be updated with the fields set after
39
-
* the first profile is generated and the dataset and table are created. * See [Analyze data
40
-
* profiles stored in BigQuery](https://cloud.google.com/sensitive-data-protection/docs/analyze-
41
-
* data-profiles) * See [Sample queries for your BigQuery
38
+
* container project running the scan. After the first profile is generated and the dataset and
39
+
* table are created, the discovery scan configuration will be updated with the dataset and table
40
+
* names. * See [Analyze data profiles stored in BigQuery](https://cloud.google.com/sensitive-
41
+
* data-protection/docs/analyze-data-profiles). * See [Sample queries for your BigQuery
Copy file name to clipboardExpand all lines: clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2InfoTypeDescription.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ public final class GooglePrivacyDlpV2InfoTypeDescription extends com.google.api.
58
58
privatejava.lang.StringdisplayName;
59
59
60
60
/**
61
-
* A sample true positive for this infoType.
61
+
* A sample that is a true positive for this infoType.
62
62
* The value may be {@code null}.
63
63
*/
64
64
@com.google.api.client.util.Key
@@ -144,15 +144,15 @@ public GooglePrivacyDlpV2InfoTypeDescription setDisplayName(java.lang.String dis
144
144
}
145
145
146
146
/**
147
-
* A sample true positive for this infoType.
147
+
* A sample that is a true positive for this infoType.
148
148
* @return value or {@code null} for none
149
149
*/
150
150
publicjava.lang.StringgetExample() {
151
151
returnexample;
152
152
}
153
153
154
154
/**
155
-
* A sample true positive for this infoType.
155
+
* A sample that is a true positive for this infoType.
0 commit comments