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/GooglePrivacyDlpV2FileStoreCollection.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,9 @@ public final class GooglePrivacyDlpV2FileStoreCollection extends com.google.api.
42
42
* requirements: - If tag filters are provided, match all provided tag filters. - If one or more
43
43
* patterns are specified, match at least one pattern. For a resource to match the tag filters,
44
44
* the resource must have all of the provided tags attached. Tags refer to Resource Manager tags
45
-
* bound to the resource or its ancestors. See https://cloud.google.com/sensitive-data-
46
-
* protection/docs/profile-project-cloud-storage#manage-schedules to learn more.
45
+
* bound to the resource or its ancestors. For more information, see [Manage
Copy file name to clipboardExpand all lines: clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2OutputStorageConfig.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ public final class GooglePrivacyDlpV2OutputStorageConfig extends com.google.api.
44
44
45
45
/**
46
46
* Store findings in an existing Cloud Storage bucket. Files will be generated with the job ID and
47
-
* file part number as the filename, and will contain findings in textproto format as
48
-
* SaveToGcsFindingsOutput. The file name will use the naming convention -, for example: my-job-
49
-
* id-2. Supported for Inspect jobs. The bucket must not be the same as the bucket being
47
+
* file part number as the filename and will contain findings in textproto format as
48
+
* SaveToGcsFindingsOutput. The filename will follow the naming convention `-`. Example: `my-job-
49
+
* id-2`. Supported for Inspect jobs. The bucket must not be the same as the bucket being
50
50
* inspected. If storing findings to Cloud Storage, the output schema field should not be set. If
51
51
* set, it will be ignored.
52
52
* The value may be {@code null}.
@@ -98,9 +98,9 @@ public GooglePrivacyDlpV2OutputStorageConfig setOutputSchema(java.lang.String ou
98
98
99
99
/**
100
100
* Store findings in an existing Cloud Storage bucket. Files will be generated with the job ID and
101
-
* file part number as the filename, and will contain findings in textproto format as
102
-
* SaveToGcsFindingsOutput. The file name will use the naming convention -, for example: my-job-
103
-
* id-2. Supported for Inspect jobs. The bucket must not be the same as the bucket being
101
+
* file part number as the filename and will contain findings in textproto format as
102
+
* SaveToGcsFindingsOutput. The filename will follow the naming convention `-`. Example: `my-job-
103
+
* id-2`. Supported for Inspect jobs. The bucket must not be the same as the bucket being
104
104
* inspected. If storing findings to Cloud Storage, the output schema field should not be set. If
105
105
* set, it will be ignored.
106
106
* @return value or {@code null} for none
@@ -111,9 +111,9 @@ public GooglePrivacyDlpV2CloudStoragePath getStoragePath() {
111
111
112
112
/**
113
113
* Store findings in an existing Cloud Storage bucket. Files will be generated with the job ID and
114
-
* file part number as the filename, and will contain findings in textproto format as
115
-
* SaveToGcsFindingsOutput. The file name will use the naming convention -, for example: my-job-
116
-
* id-2. Supported for Inspect jobs. The bucket must not be the same as the bucket being
114
+
* file part number as the filename and will contain findings in textproto format as
115
+
* SaveToGcsFindingsOutput. The filename will follow the naming convention `-`. Example: `my-job-
116
+
* id-2`. Supported for Inspect jobs. The bucket must not be the same as the bucket being
117
117
* inspected. If storing findings to Cloud Storage, the output schema field should not be set. If
118
118
* set, it will be ignored.
119
119
* @param storagePath storagePath or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2PublishFindingsToDataplexCatalog.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@
18
18
19
19
/**
20
20
* Publish findings of a DlpJob to Dataplex Universal Catalog as a `sensitive-data-protection-job-
21
-
* result` aspect. To learn more about aspects, see [Send inspection results to Dataplex Universal
22
-
* Catalog as aspects](https://cloud.google.com/sensitive-data-protection/docs/add-aspects-
23
-
* inspection-job). Aspects are persisted in Dataplex Universal Catalog storage and are governed by
24
-
* service-specific policies for Dataplex Universal Catalog. For more information, see [Service
25
-
* Specific Terms](https://cloud.google.com/terms/service-terms). Only a single instance of this
26
-
* action can be specified. This action is allowed only if all resources being scanned are BigQuery
27
-
* tables. Compatible with: Inspect
21
+
* result` aspect. For more information, see [Send inspection results to Dataplex Universal Catalog
22
+
* as aspects](https://cloud.google.com/sensitive-data-protection/docs/add-aspects-inspection-job).
23
+
* Aspects are stored in Dataplex Universal Catalog storage and are governed by service-specific
24
+
* policies for Dataplex Universal Catalog. For more information, see [Service Specific
25
+
* Terms](https://cloud.google.com/terms/service-terms). Only a single instance of this action can
26
+
* be specified. This action is allowed only if all resources being scanned are BigQuery tables.
27
+
* Compatible with: Inspect
28
28
*
29
29
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
30
30
* transmitted over HTTP when working with the Sensitive Data Protection (DLP). For a detailed
Copy file name to clipboardExpand all lines: clients/google-api-services-dlp/v2/2.0.0/com/google/api/services/dlp/v2/model/GooglePrivacyDlpV2RedactImageRequest.java
+69Lines changed: 69 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,16 @@ public final class GooglePrivacyDlpV2RedactImageRequest extends com.google.api.c
38
38
@com.google.api.client.util.Key
39
39
privateGooglePrivacyDlpV2ByteContentItembyteItem;
40
40
41
+
/**
42
+
* The full resource name of the de-identification template to use. Settings in the main
43
+
* `image_redaction_configs` field override the corresponding settings in this de-identification
44
+
* template. The request fails if the type of the template's deidentify_config is not
45
+
* image_transformations.
46
+
* The value may be {@code null}.
47
+
*/
48
+
@com.google.api.client.util.Key
49
+
privatejava.lang.StringdeidentifyTemplate;
50
+
41
51
/**
42
52
* The configuration for specifying what content to redact from images.
43
53
* The value may be {@code null}.
@@ -65,6 +75,17 @@ public final class GooglePrivacyDlpV2RedactImageRequest extends com.google.api.c
0 commit comments