Skip to content

Commit 004d70e

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
fix(dlp): update the API
#### dlp:v2 The following keys were changed: - schemas.GooglePrivacyDlpV2DocumentFallbackLocation.description - schemas.GooglePrivacyDlpV2DocumentFallbackLocation.properties.globalProcessing.description - schemas.GooglePrivacyDlpV2DocumentFallbackLocation.properties.multiRegionProcessing.description - schemas.GooglePrivacyDlpV2GlobalProcessing.description - schemas.GooglePrivacyDlpV2ImageFallbackLocation.description - schemas.GooglePrivacyDlpV2ImageFallbackLocation.properties.globalProcessing.description - schemas.GooglePrivacyDlpV2ImageFallbackLocation.properties.multiRegionProcessing.description - schemas.GooglePrivacyDlpV2InfoTypeCategory.properties.locationCategory.enum - schemas.GooglePrivacyDlpV2InfoTypeCategory.properties.locationCategory.enumDescriptions - schemas.GooglePrivacyDlpV2MultiRegionProcessing.description - schemas.GooglePrivacyDlpV2ProcessingLocation.properties.documentFallbackLocation.description - schemas.GooglePrivacyDlpV2ProcessingLocation.properties.imageFallbackLocation.description - schemas.GooglePrivacyDlpV2QuasiId.properties.customTag.description - schemas.GooglePrivacyDlpV2QuasiIdentifierField.properties.customTag.description - schemas.GooglePrivacyDlpV2Result.description - schemas.GooglePrivacyDlpV2TaggedField.properties.customTag.description
1 parent 1e43ed3 commit 004d70e

File tree

2 files changed

+31
-29
lines changed

2 files changed

+31
-29
lines changed

discovery/dlp-v2.json

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5118,7 +5118,7 @@
51185118
}
51195119
}
51205120
},
5121-
"revision": "20250713",
5121+
"revision": "20250720",
51225122
"rootUrl": "https://dlp.googleapis.com/",
51235123
"schemas": {
51245124
"GooglePrivacyDlpV2Action": {
@@ -8272,16 +8272,16 @@
82728272
"type": "object"
82738273
},
82748274
"GooglePrivacyDlpV2DocumentFallbackLocation": {
8275-
"description": "Configure document processing to fall back to the configured processing option below if document processing is unavailable in the original request location.",
8275+
"description": "Configure document processing to fall back to any of the following processing options if document processing is unavailable in the original request location.",
82768276
"id": "GooglePrivacyDlpV2DocumentFallbackLocation",
82778277
"properties": {
82788278
"globalProcessing": {
82798279
"$ref": "GooglePrivacyDlpV2GlobalProcessing",
8280-
"description": "Processing will happen in the global region."
8280+
"description": "Processing occurs in the global region."
82818281
},
82828282
"multiRegionProcessing": {
82838283
"$ref": "GooglePrivacyDlpV2MultiRegionProcessing",
8284-
"description": "Processing will happen in a multi-region that contains the current region if available."
8284+
"description": "Processing occurs in a multi-region that contains the current region if available."
82858285
}
82868286
},
82878287
"type": "object"
@@ -8987,7 +8987,7 @@
89878987
"type": "object"
89888988
},
89898989
"GooglePrivacyDlpV2GlobalProcessing": {
8990-
"description": "Processing will happen in the global region.",
8990+
"description": "Processing occurs in the global region.",
89918991
"id": "GooglePrivacyDlpV2GlobalProcessing",
89928992
"properties": {},
89938993
"type": "object"
@@ -9138,16 +9138,16 @@
91389138
"type": "object"
91399139
},
91409140
"GooglePrivacyDlpV2ImageFallbackLocation": {
9141-
"description": "Configure image processing to fall back to the configured processing option below if unavailable in the request location.",
9141+
"description": "Configure image processing to fall back to any of the following processing options if image processing is unavailable in the original request location.",
91429142
"id": "GooglePrivacyDlpV2ImageFallbackLocation",
91439143
"properties": {
91449144
"globalProcessing": {
91459145
"$ref": "GooglePrivacyDlpV2GlobalProcessing",
9146-
"description": "Processing will happen in the global region."
9146+
"description": "Processing occurs in the global region."
91479147
},
91489148
"multiRegionProcessing": {
91499149
"$ref": "GooglePrivacyDlpV2MultiRegionProcessing",
9150-
"description": "Processing will happen in a multi-region that contains the current region if available."
9150+
"description": "Processing occurs in a multi-region that contains the current region if available."
91519151
}
91529152
},
91539153
"type": "object"
@@ -9269,6 +9269,7 @@
92699269
"ARGENTINA",
92709270
"ARMENIA",
92719271
"AUSTRALIA",
9272+
"AUSTRIA",
92729273
"AZERBAIJAN",
92739274
"BELARUS",
92749275
"BELGIUM",
@@ -9323,6 +9324,7 @@
93239324
"The infoType is typically used in Argentina.",
93249325
"The infoType is typically used in Armenia.",
93259326
"The infoType is typically used in Australia.",
9327+
"The infoType is typically used in Austria.",
93269328
"The infoType is typically used in Azerbaijan.",
93279329
"The infoType is typically used in Belarus.",
93289330
"The infoType is typically used in Belgium.",
@@ -10562,7 +10564,7 @@
1056210564
"type": "object"
1056310565
},
1056410566
"GooglePrivacyDlpV2MultiRegionProcessing": {
10565-
"description": "Processing will happen in a multi-region that contains the current region if available.",
10567+
"description": "Processing occurs in a multi-region that contains the current region if available.",
1056610568
"id": "GooglePrivacyDlpV2MultiRegionProcessing",
1056710569
"properties": {},
1056810570
"type": "object"
@@ -10895,11 +10897,11 @@
1089510897
"properties": {
1089610898
"documentFallbackLocation": {
1089710899
"$ref": "GooglePrivacyDlpV2DocumentFallbackLocation",
10898-
"description": "Document processing will fall back using this configuration."
10900+
"description": "Document processing falls back using this configuration."
1089910901
},
1090010902
"imageFallbackLocation": {
1090110903
"$ref": "GooglePrivacyDlpV2ImageFallbackLocation",
10902-
"description": "Image processing will fall back using this configuration."
10904+
"description": "Image processing falls back using this configuration."
1090310905
}
1090410906
},
1090510907
"type": "object"
@@ -11148,7 +11150,7 @@
1114811150
"id": "GooglePrivacyDlpV2QuasiId",
1114911151
"properties": {
1115011152
"customTag": {
11151-
"description": "A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).",
11153+
"description": "A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column.",
1115211154
"type": "string"
1115311155
},
1115411156
"field": {
@@ -11186,7 +11188,7 @@
1118611188
"id": "GooglePrivacyDlpV2QuasiIdentifierField",
1118711189
"properties": {
1118811190
"customTag": {
11189-
"description": "A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).",
11191+
"description": "A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column.",
1119011192
"type": "string"
1119111193
},
1119211194
"field": {
@@ -11534,7 +11536,7 @@
1153411536
"type": "object"
1153511537
},
1153611538
"GooglePrivacyDlpV2Result": {
11537-
"description": "All result fields mentioned below are updated while the job is processing.",
11539+
"description": "All Result fields are updated while the job is processing.",
1153811540
"id": "GooglePrivacyDlpV2Result",
1153911541
"properties": {
1154011542
"hybridStats": {
@@ -12310,7 +12312,7 @@
1231012312
"id": "GooglePrivacyDlpV2TaggedField",
1231112313
"properties": {
1231212314
"customTag": {
12313-
"description": "A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).",
12315+
"description": "A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column.",
1231412316
"type": "string"
1231512317
},
1231612318
"field": {

src/apis/dlp/v2.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,15 +2240,15 @@ export namespace dlp_v2 {
22402240
type?: string | null;
22412241
}
22422242
/**
2243-
* Configure document processing to fall back to the configured processing option below if document processing is unavailable in the original request location.
2243+
* Configure document processing to fall back to any of the following processing options if document processing is unavailable in the original request location.
22442244
*/
22452245
export interface Schema$GooglePrivacyDlpV2DocumentFallbackLocation {
22462246
/**
2247-
* Processing will happen in the global region.
2247+
* Processing occurs in the global region.
22482248
*/
22492249
globalProcessing?: Schema$GooglePrivacyDlpV2GlobalProcessing;
22502250
/**
2251-
* Processing will happen in a multi-region that contains the current region if available.
2251+
* Processing occurs in a multi-region that contains the current region if available.
22522252
*/
22532253
multiRegionProcessing?: Schema$GooglePrivacyDlpV2MultiRegionProcessing;
22542254
}
@@ -2716,7 +2716,7 @@ export namespace dlp_v2 {
27162716
upperBound?: Schema$GooglePrivacyDlpV2Value;
27172717
}
27182718
/**
2719-
* Processing will happen in the global region.
2719+
* Processing occurs in the global region.
27202720
*/
27212721
export interface Schema$GooglePrivacyDlpV2GlobalProcessing {}
27222722
/**
@@ -2835,15 +2835,15 @@ export namespace dlp_v2 {
28352835
tableOptions?: Schema$GooglePrivacyDlpV2TableOptions;
28362836
}
28372837
/**
2838-
* Configure image processing to fall back to the configured processing option below if unavailable in the request location.
2838+
* Configure image processing to fall back to any of the following processing options if image processing is unavailable in the original request location.
28392839
*/
28402840
export interface Schema$GooglePrivacyDlpV2ImageFallbackLocation {
28412841
/**
2842-
* Processing will happen in the global region.
2842+
* Processing occurs in the global region.
28432843
*/
28442844
globalProcessing?: Schema$GooglePrivacyDlpV2GlobalProcessing;
28452845
/**
2846-
* Processing will happen in a multi-region that contains the current region if available.
2846+
* Processing occurs in a multi-region that contains the current region if available.
28472847
*/
28482848
multiRegionProcessing?: Schema$GooglePrivacyDlpV2MultiRegionProcessing;
28492849
}
@@ -3735,7 +3735,7 @@ export namespace dlp_v2 {
37353735
type?: string | null;
37363736
}
37373737
/**
3738-
* Processing will happen in a multi-region that contains the current region if available.
3738+
* Processing occurs in a multi-region that contains the current region if available.
37393739
*/
37403740
export interface Schema$GooglePrivacyDlpV2MultiRegionProcessing {}
37413741
/**
@@ -4007,11 +4007,11 @@ export namespace dlp_v2 {
40074007
*/
40084008
export interface Schema$GooglePrivacyDlpV2ProcessingLocation {
40094009
/**
4010-
* Document processing will fall back using this configuration.
4010+
* Document processing falls back using this configuration.
40114011
*/
40124012
documentFallbackLocation?: Schema$GooglePrivacyDlpV2DocumentFallbackLocation;
40134013
/**
4014-
* Image processing will fall back using this configuration.
4014+
* Image processing falls back using this configuration.
40154015
*/
40164016
imageFallbackLocation?: Schema$GooglePrivacyDlpV2ImageFallbackLocation;
40174017
}
@@ -4168,7 +4168,7 @@ export namespace dlp_v2 {
41684168
*/
41694169
export interface Schema$GooglePrivacyDlpV2QuasiId {
41704170
/**
4171-
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).
4171+
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column.
41724172
*/
41734173
customTag?: string | null;
41744174
/**
@@ -4189,7 +4189,7 @@ export namespace dlp_v2 {
41894189
*/
41904190
export interface Schema$GooglePrivacyDlpV2QuasiIdentifierField {
41914191
/**
4192-
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).
4192+
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column.
41934193
*/
41944194
customTag?: string | null;
41954195
/**
@@ -4486,7 +4486,7 @@ export namespace dlp_v2 {
44864486
jobConfig?: Schema$GooglePrivacyDlpV2RiskAnalysisJobConfig;
44874487
}
44884488
/**
4489-
* All result fields mentioned below are updated while the job is processing.
4489+
* All Result fields are updated while the job is processing.
44904490
*/
44914491
export interface Schema$GooglePrivacyDlpV2Result {
44924492
/**
@@ -4993,7 +4993,7 @@ export namespace dlp_v2 {
49934993
*/
49944994
export interface Schema$GooglePrivacyDlpV2TaggedField {
49954995
/**
4996-
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).
4996+
* A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column.
49974997
*/
49984998
customTag?: string | null;
49994999
/**

0 commit comments

Comments
 (0)