Skip to content

Commit 83176a9

Browse files
feat(all): auto-regenerate discovery clients (#3256)
1 parent 0f10366 commit 83176a9

File tree

8 files changed

+13371
-34
lines changed

8 files changed

+13371
-34
lines changed

dlp/v2/dlp-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5118,7 +5118,7 @@
51185118
}
51195119
}
51205120
},
5121-
"revision": "20250720",
5121+
"revision": "20250727",
51225122
"rootUrl": "https://dlp.googleapis.com/",
51235123
"schemas": {
51245124
"GooglePrivacyDlpV2Action": {
@@ -7204,7 +7204,7 @@
72047204
"type": "string"
72057205
},
72067206
"fileTypesToTransform": {
7207-
"description": "List of user-specified file type groups to transform. If specified, only the files with these file types will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.",
7207+
"description": "List of user-specified file type groups to transform. If specified, only the files with these file types are transformed. If empty, all supported files are transformed. Supported types may be automatically added over time. Any unsupported file types that are set in this field are excluded from de-identification. An error is recorded for each unsupported file in the TransformationDetails output table. Currently the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.",
72087208
"items": {
72097209
"enum": [
72107210
"FILE_TYPE_UNSPECIFIED",

dlp/v2/dlp-gen.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis/v1/redis-api.json

Lines changed: 58 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073
}
10741074
}
10751075
},
1076-
"revision": "20250718",
1076+
"revision": "20250729",
10771077
"rootUrl": "https://redis.googleapis.com/",
10781078
"schemas": {
10791079
"AOFConfig": {
@@ -1378,6 +1378,38 @@
13781378
},
13791379
"type": "object"
13801380
},
1381+
"BackupDRMetadata": {
1382+
"description": "BackupDRMetadata contains information about the backup and disaster recovery metadata of a database resource.",
1383+
"id": "BackupDRMetadata",
1384+
"properties": {
1385+
"backupConfiguration": {
1386+
"$ref": "BackupConfiguration",
1387+
"description": "Backup configuration for this instance."
1388+
},
1389+
"backupRun": {
1390+
"$ref": "BackupRun",
1391+
"description": "Latest backup run information for this instance."
1392+
},
1393+
"backupdrConfiguration": {
1394+
"$ref": "BackupDRConfiguration",
1395+
"description": "BackupDR configuration for this instance."
1396+
},
1397+
"fullResourceName": {
1398+
"description": "Required. Full resource name of this instance.",
1399+
"type": "string"
1400+
},
1401+
"lastRefreshTime": {
1402+
"description": "Required. Last time backup configuration was refreshed.",
1403+
"format": "google-datetime",
1404+
"type": "string"
1405+
},
1406+
"resourceId": {
1407+
"$ref": "DatabaseResourceId",
1408+
"description": "Required. Database resource id."
1409+
}
1410+
},
1411+
"type": "object"
1412+
},
13811413
"BackupFile": {
13821414
"description": "Backup is consisted of multiple backup files.",
13831415
"id": "BackupFile",
@@ -1961,9 +1993,13 @@
19611993
"type": "object"
19621994
},
19631995
"DatabaseResourceFeed": {
1964-
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 9",
1996+
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 10",
19651997
"id": "DatabaseResourceFeed",
19661998
"properties": {
1999+
"backupdrMetadata": {
2000+
"$ref": "BackupDRMetadata",
2001+
"description": "BackupDR metadata is used to ingest metadata from BackupDR."
2002+
},
19672003
"configBasedSignalData": {
19682004
"$ref": "ConfigBasedSignalData",
19692005
"description": "Config based signal data is used to ingest signals that are generated based on the configuration of the database resource."
@@ -1981,15 +2017,17 @@
19812017
"OBSERVABILITY_DATA",
19822018
"SECURITY_FINDING_DATA",
19832019
"RECOMMENDATION_SIGNAL_DATA",
1984-
"CONFIG_BASED_SIGNAL_DATA"
2020+
"CONFIG_BASED_SIGNAL_DATA",
2021+
"BACKUPDR_METADATA"
19852022
],
19862023
"enumDescriptions": [
19872024
"",
19882025
"Database resource metadata feed from control plane",
19892026
"Database resource monitoring data",
19902027
"Database resource security health signal data",
19912028
"Database resource recommendation signal data",
1992-
"Database config based signal data"
2029+
"Database config based signal data",
2030+
"Database resource metadata from BackupDR"
19932031
],
19942032
"type": "string"
19952033
},
@@ -2226,7 +2264,9 @@
22262264
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED",
22272265
"SIGNAL_TYPE_OUTDATED_MINOR_VERSION",
22282266
"SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED",
2229-
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS"
2267+
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
2268+
"SIGNAL_TYPE_REPLICATION_LAG",
2269+
"SIGNAL_TYPE_OUTDATED_VERSION"
22302270
],
22312271
"enumDeprecated": [
22322272
false,
@@ -2327,6 +2367,8 @@
23272367
false,
23282368
false,
23292369
false,
2370+
false,
2371+
false,
23302372
false
23312373
],
23322374
"enumDescriptions": [
@@ -2428,7 +2470,9 @@
24282470
"Location org policy not satisfied.",
24292471
"Outdated DB minor version.",
24302472
"Schema not optimized.",
2431-
"High number of idle connections."
2473+
"High number of idle connections.",
2474+
"Replication delay.",
2475+
"Outdated version."
24322476
],
24332477
"type": "string"
24342478
},
@@ -2853,7 +2897,9 @@
28532897
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED",
28542898
"SIGNAL_TYPE_OUTDATED_MINOR_VERSION",
28552899
"SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED",
2856-
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS"
2900+
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
2901+
"SIGNAL_TYPE_REPLICATION_LAG",
2902+
"SIGNAL_TYPE_OUTDATED_VERSION"
28572903
],
28582904
"enumDeprecated": [
28592905
false,
@@ -2954,6 +3000,8 @@
29543000
false,
29553001
false,
29563002
false,
3003+
false,
3004+
false,
29573005
false
29583006
],
29593007
"enumDescriptions": [
@@ -3055,7 +3103,9 @@
30553103
"Location org policy not satisfied.",
30563104
"Outdated DB minor version.",
30573105
"Schema not optimized.",
3058-
"High number of idle connections."
3106+
"High number of idle connections.",
3107+
"Replication delay.",
3108+
"Outdated version."
30593109
],
30603110
"type": "string"
30613111
}

redis/v1/redis-gen.go

Lines changed: 46 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)