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/GooglePrivacyDlpV2Deidentify.java
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,11 @@ public final class GooglePrivacyDlpV2Deidentify extends com.google.api.client.js
44
44
45
45
/**
46
46
* List of user-specified file type groups to transform. If specified, only the files with these
47
-
* file types will be transformed. If empty, all supported files will be transformed. Supported
48
-
* types may be automatically added over time. If a file type is set in this field that isn't
49
-
* supported by the Deidentify action then the job will fail and will not be successfully
50
-
* created/started. Currently the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.
47
+
* file types are transformed. If empty, all supported files are transformed. Supported types may
48
+
* be automatically added over time. Any unsupported file types that are set in this field are
49
+
* excluded from de-identification. An error is recorded for each unsupported file in the
50
+
* TransformationDetails output table. Currently the only file types supported are: IMAGES,
51
+
* TEXT_FILES, CSV, TSV.
51
52
* The value may be {@code null}.
52
53
*/
53
54
@com.google.api.client.util.Key
@@ -119,10 +120,11 @@ public GooglePrivacyDlpV2Deidentify setCloudStorageOutput(java.lang.String cloud
119
120
120
121
/**
121
122
* List of user-specified file type groups to transform. If specified, only the files with these
122
-
* file types will be transformed. If empty, all supported files will be transformed. Supported
123
-
* types may be automatically added over time. If a file type is set in this field that isn't
124
-
* supported by the Deidentify action then the job will fail and will not be successfully
125
-
* created/started. Currently the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.
123
+
* file types are transformed. If empty, all supported files are transformed. Supported types may
124
+
* be automatically added over time. Any unsupported file types that are set in this field are
125
+
* excluded from de-identification. An error is recorded for each unsupported file in the
126
+
* TransformationDetails output table. Currently the only file types supported are: IMAGES,
0 commit comments