@google-cloud/dlp 5.4.0 → 5.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1180,6 +1180,28 @@
1180
1180
  }
1181
1181
  ]
1182
1182
  },
1183
+ "DeleteTableDataProfile": {
1184
+ "requestType": "DeleteTableDataProfileRequest",
1185
+ "responseType": "google.protobuf.Empty",
1186
+ "options": {
1187
+ "(google.api.http).delete": "/v2/{name=organizations/*/locations/*/tableDataProfiles/*}",
1188
+ "(google.api.http).additional_bindings.delete": "/v2/{name=projects/*/locations/*/tableDataProfiles/*}",
1189
+ "(google.api.method_signature)": "name"
1190
+ },
1191
+ "parsedOptions": [
1192
+ {
1193
+ "(google.api.http)": {
1194
+ "delete": "/v2/{name=organizations/*/locations/*/tableDataProfiles/*}",
1195
+ "additional_bindings": {
1196
+ "delete": "/v2/{name=projects/*/locations/*/tableDataProfiles/*}"
1197
+ }
1198
+ }
1199
+ },
1200
+ {
1201
+ "(google.api.method_signature)": "name"
1202
+ }
1203
+ ]
1204
+ },
1183
1205
  "HybridInspectDlpJob": {
1184
1206
  "requestType": "HybridInspectDlpJobRequest",
1185
1207
  "responseType": "HybridInspectResponse",
@@ -1215,6 +1237,122 @@
1215
1237
  }
1216
1238
  }
1217
1239
  ]
1240
+ },
1241
+ "CreateConnection": {
1242
+ "requestType": "CreateConnectionRequest",
1243
+ "responseType": "Connection",
1244
+ "options": {
1245
+ "(google.api.http).post": "/v2/{parent=projects/*/locations/*}/connections",
1246
+ "(google.api.http).body": "*",
1247
+ "(google.api.method_signature)": "parent, connection"
1248
+ },
1249
+ "parsedOptions": [
1250
+ {
1251
+ "(google.api.http)": {
1252
+ "post": "/v2/{parent=projects/*/locations/*}/connections",
1253
+ "body": "*"
1254
+ }
1255
+ },
1256
+ {
1257
+ "(google.api.method_signature)": "parent, connection"
1258
+ }
1259
+ ]
1260
+ },
1261
+ "GetConnection": {
1262
+ "requestType": "GetConnectionRequest",
1263
+ "responseType": "Connection",
1264
+ "options": {
1265
+ "(google.api.http).get": "/v2/{name=projects/*/locations/*/connections/*}",
1266
+ "(google.api.method_signature)": "name"
1267
+ },
1268
+ "parsedOptions": [
1269
+ {
1270
+ "(google.api.http)": {
1271
+ "get": "/v2/{name=projects/*/locations/*/connections/*}"
1272
+ }
1273
+ },
1274
+ {
1275
+ "(google.api.method_signature)": "name"
1276
+ }
1277
+ ]
1278
+ },
1279
+ "ListConnections": {
1280
+ "requestType": "ListConnectionsRequest",
1281
+ "responseType": "ListConnectionsResponse",
1282
+ "options": {
1283
+ "(google.api.http).get": "/v2/{parent=projects/*/locations/*}/connections",
1284
+ "(google.api.method_signature)": "parent"
1285
+ },
1286
+ "parsedOptions": [
1287
+ {
1288
+ "(google.api.http)": {
1289
+ "get": "/v2/{parent=projects/*/locations/*}/connections"
1290
+ }
1291
+ },
1292
+ {
1293
+ "(google.api.method_signature)": "parent"
1294
+ }
1295
+ ]
1296
+ },
1297
+ "SearchConnections": {
1298
+ "requestType": "SearchConnectionsRequest",
1299
+ "responseType": "SearchConnectionsResponse",
1300
+ "options": {
1301
+ "(google.api.http).get": "/v2/{parent=projects/*/locations/*}/connections:search",
1302
+ "(google.api.http).additional_bindings.get": "/v2/{parent=organizations/*/locations/*}/connections:search",
1303
+ "(google.api.method_signature)": "parent"
1304
+ },
1305
+ "parsedOptions": [
1306
+ {
1307
+ "(google.api.http)": {
1308
+ "get": "/v2/{parent=projects/*/locations/*}/connections:search",
1309
+ "additional_bindings": {
1310
+ "get": "/v2/{parent=organizations/*/locations/*}/connections:search"
1311
+ }
1312
+ }
1313
+ },
1314
+ {
1315
+ "(google.api.method_signature)": "parent"
1316
+ }
1317
+ ]
1318
+ },
1319
+ "DeleteConnection": {
1320
+ "requestType": "DeleteConnectionRequest",
1321
+ "responseType": "google.protobuf.Empty",
1322
+ "options": {
1323
+ "(google.api.http).delete": "/v2/{name=projects/*/locations/*/connections/*}",
1324
+ "(google.api.method_signature)": "name"
1325
+ },
1326
+ "parsedOptions": [
1327
+ {
1328
+ "(google.api.http)": {
1329
+ "delete": "/v2/{name=projects/*/locations/*/connections/*}"
1330
+ }
1331
+ },
1332
+ {
1333
+ "(google.api.method_signature)": "name"
1334
+ }
1335
+ ]
1336
+ },
1337
+ "UpdateConnection": {
1338
+ "requestType": "UpdateConnectionRequest",
1339
+ "responseType": "Connection",
1340
+ "options": {
1341
+ "(google.api.http).patch": "/v2/{name=projects/*/locations/*/connections/*}",
1342
+ "(google.api.http).body": "*",
1343
+ "(google.api.method_signature)": "name"
1344
+ },
1345
+ "parsedOptions": [
1346
+ {
1347
+ "(google.api.http)": {
1348
+ "patch": "/v2/{name=projects/*/locations/*/connections/*}",
1349
+ "body": "*"
1350
+ }
1351
+ },
1352
+ {
1353
+ "(google.api.method_signature)": "name"
1354
+ }
1355
+ ]
1218
1356
  }
1219
1357
  }
1220
1358
  },
@@ -2059,6 +2197,10 @@
2059
2197
  "type": "InfoTypeStats",
2060
2198
  "id": 3
2061
2199
  },
2200
+ "numRowsProcessed": {
2201
+ "type": "int64",
2202
+ "id": 5
2203
+ },
2062
2204
  "hybridStats": {
2063
2205
  "type": "HybridInspectStatistics",
2064
2206
  "id": 7
@@ -2248,6 +2390,7 @@
2248
2390
  "ISRAEL": 18,
2249
2391
  "ITALY": 19,
2250
2392
  "JAPAN": 20,
2393
+ "KAZAKHSTAN": 47,
2251
2394
  "KOREA": 21,
2252
2395
  "MEXICO": 22,
2253
2396
  "THE_NETHERLANDS": 23,
@@ -2257,6 +2400,7 @@
2257
2400
  "PERU": 26,
2258
2401
  "POLAND": 27,
2259
2402
  "PORTUGAL": 28,
2403
+ "RUSSIA": 44,
2260
2404
  "SINGAPORE": 29,
2261
2405
  "SOUTH_AFRICA": 30,
2262
2406
  "SPAIN": 31,
@@ -2265,9 +2409,11 @@
2265
2409
  "TAIWAN": 33,
2266
2410
  "THAILAND": 34,
2267
2411
  "TURKEY": 35,
2412
+ "UKRAINE": 45,
2268
2413
  "UNITED_KINGDOM": 36,
2269
2414
  "UNITED_STATES": 37,
2270
2415
  "URUGUAY": 38,
2416
+ "UZBEKISTAN": 46,
2271
2417
  "VENEZUELA": 39,
2272
2418
  "INTERNAL": 40
2273
2419
  }
@@ -4955,7 +5101,8 @@
4955
5101
  "oneofs": {
4956
5102
  "target": {
4957
5103
  "oneof": [
4958
- "bigQueryTarget"
5104
+ "bigQueryTarget",
5105
+ "cloudSqlTarget"
4959
5106
  ]
4960
5107
  }
4961
5108
  },
@@ -4963,6 +5110,10 @@
4963
5110
  "bigQueryTarget": {
4964
5111
  "type": "BigQueryDiscoveryTarget",
4965
5112
  "id": 1
5113
+ },
5114
+ "cloudSqlTarget": {
5115
+ "type": "CloudSqlDiscoveryTarget",
5116
+ "id": 2
4966
5117
  }
4967
5118
  }
4968
5119
  },
@@ -5130,6 +5281,197 @@
5130
5281
  "SCHEMA_REMOVED_COLUMNS": 2
5131
5282
  }
5132
5283
  },
5284
+ "CloudSqlDiscoveryTarget": {
5285
+ "oneofs": {
5286
+ "cadence": {
5287
+ "oneof": [
5288
+ "generationCadence",
5289
+ "disabled"
5290
+ ]
5291
+ }
5292
+ },
5293
+ "fields": {
5294
+ "filter": {
5295
+ "type": "DiscoveryCloudSqlFilter",
5296
+ "id": 1,
5297
+ "options": {
5298
+ "(google.api.field_behavior)": "REQUIRED"
5299
+ }
5300
+ },
5301
+ "conditions": {
5302
+ "type": "DiscoveryCloudSqlConditions",
5303
+ "id": 2
5304
+ },
5305
+ "generationCadence": {
5306
+ "type": "DiscoveryCloudSqlGenerationCadence",
5307
+ "id": 3
5308
+ },
5309
+ "disabled": {
5310
+ "type": "Disabled",
5311
+ "id": 4
5312
+ }
5313
+ }
5314
+ },
5315
+ "DiscoveryCloudSqlFilter": {
5316
+ "oneofs": {
5317
+ "filter": {
5318
+ "oneof": [
5319
+ "collection",
5320
+ "others",
5321
+ "databaseResourceReference"
5322
+ ]
5323
+ }
5324
+ },
5325
+ "fields": {
5326
+ "collection": {
5327
+ "type": "DatabaseResourceCollection",
5328
+ "id": 1
5329
+ },
5330
+ "others": {
5331
+ "type": "AllOtherDatabaseResources",
5332
+ "id": 2
5333
+ },
5334
+ "databaseResourceReference": {
5335
+ "type": "DatabaseResourceReference",
5336
+ "id": 3
5337
+ }
5338
+ }
5339
+ },
5340
+ "DatabaseResourceCollection": {
5341
+ "oneofs": {
5342
+ "pattern": {
5343
+ "oneof": [
5344
+ "includeRegexes"
5345
+ ]
5346
+ }
5347
+ },
5348
+ "fields": {
5349
+ "includeRegexes": {
5350
+ "type": "DatabaseResourceRegexes",
5351
+ "id": 1
5352
+ }
5353
+ }
5354
+ },
5355
+ "DatabaseResourceRegexes": {
5356
+ "fields": {
5357
+ "patterns": {
5358
+ "rule": "repeated",
5359
+ "type": "DatabaseResourceRegex",
5360
+ "id": 1
5361
+ }
5362
+ }
5363
+ },
5364
+ "DatabaseResourceRegex": {
5365
+ "fields": {
5366
+ "projectIdRegex": {
5367
+ "type": "string",
5368
+ "id": 1
5369
+ },
5370
+ "instanceRegex": {
5371
+ "type": "string",
5372
+ "id": 2
5373
+ },
5374
+ "databaseRegex": {
5375
+ "type": "string",
5376
+ "id": 3
5377
+ },
5378
+ "databaseResourceNameRegex": {
5379
+ "type": "string",
5380
+ "id": 4
5381
+ }
5382
+ }
5383
+ },
5384
+ "AllOtherDatabaseResources": {
5385
+ "fields": {}
5386
+ },
5387
+ "DatabaseResourceReference": {
5388
+ "fields": {
5389
+ "projectId": {
5390
+ "type": "string",
5391
+ "id": 1,
5392
+ "options": {
5393
+ "(google.api.field_behavior)": "REQUIRED"
5394
+ }
5395
+ },
5396
+ "instance": {
5397
+ "type": "string",
5398
+ "id": 2,
5399
+ "options": {
5400
+ "(google.api.field_behavior)": "REQUIRED"
5401
+ }
5402
+ }
5403
+ }
5404
+ },
5405
+ "DiscoveryCloudSqlConditions": {
5406
+ "fields": {
5407
+ "databaseEngines": {
5408
+ "rule": "repeated",
5409
+ "type": "DatabaseEngine",
5410
+ "id": 1,
5411
+ "options": {
5412
+ "(google.api.field_behavior)": "OPTIONAL"
5413
+ }
5414
+ },
5415
+ "types": {
5416
+ "rule": "repeated",
5417
+ "type": "DatabaseResourceType",
5418
+ "id": 3
5419
+ }
5420
+ },
5421
+ "nested": {
5422
+ "DatabaseEngine": {
5423
+ "values": {
5424
+ "DATABASE_ENGINE_UNSPECIFIED": 0,
5425
+ "ALL_SUPPORTED_DATABASE_ENGINES": 1,
5426
+ "MYSQL": 2,
5427
+ "POSTGRES": 3
5428
+ }
5429
+ },
5430
+ "DatabaseResourceType": {
5431
+ "values": {
5432
+ "DATABASE_RESOURCE_TYPE_UNSPECIFIED": 0,
5433
+ "DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES": 1,
5434
+ "DATABASE_RESOURCE_TYPE_TABLE": 2
5435
+ }
5436
+ }
5437
+ }
5438
+ },
5439
+ "DiscoveryCloudSqlGenerationCadence": {
5440
+ "fields": {
5441
+ "schemaModifiedCadence": {
5442
+ "type": "SchemaModifiedCadence",
5443
+ "id": 1
5444
+ },
5445
+ "refreshFrequency": {
5446
+ "type": "DataProfileUpdateFrequency",
5447
+ "id": 2
5448
+ }
5449
+ },
5450
+ "nested": {
5451
+ "SchemaModifiedCadence": {
5452
+ "fields": {
5453
+ "types": {
5454
+ "rule": "repeated",
5455
+ "type": "CloudSqlSchemaModification",
5456
+ "id": 1
5457
+ },
5458
+ "frequency": {
5459
+ "type": "DataProfileUpdateFrequency",
5460
+ "id": 2
5461
+ }
5462
+ },
5463
+ "nested": {
5464
+ "CloudSqlSchemaModification": {
5465
+ "values": {
5466
+ "SQL_SCHEMA_MODIFICATION_UNSPECIFIED": 0,
5467
+ "NEW_COLUMNS": 1,
5468
+ "REMOVED_COLUMNS": 2
5469
+ }
5470
+ }
5471
+ }
5472
+ }
5473
+ }
5474
+ },
5133
5475
  "DiscoveryStartingLocation": {
5134
5476
  "oneofs": {
5135
5477
  "location": {
@@ -5981,6 +6323,7 @@
5981
6323
  "values": {
5982
6324
  "RESOURCE_VISIBILITY_UNSPECIFIED": 0,
5983
6325
  "RESOURCE_VISIBILITY_PUBLIC": 10,
6326
+ "RESOURCE_VISIBILITY_INCONCLUSIVE": 15,
5984
6327
  "RESOURCE_VISIBILITY_RESTRICTED": 20
5985
6328
  }
5986
6329
  },
@@ -6314,7 +6657,11 @@
6314
6657
  "TYPE_NUMERIC": 11,
6315
6658
  "TYPE_RECORD": 12,
6316
6659
  "TYPE_BIGNUMERIC": 13,
6317
- "TYPE_JSON": 14
6660
+ "TYPE_JSON": 14,
6661
+ "TYPE_INTERVAL": 15,
6662
+ "TYPE_RANGE_DATE": 16,
6663
+ "TYPE_RANGE_DATETIME": 17,
6664
+ "TYPE_RANGE_TIMESTAMP": 18
6318
6665
  }
6319
6666
  },
6320
6667
  "ColumnPolicyState": {
@@ -6432,6 +6779,299 @@
6432
6779
  }
6433
6780
  }
6434
6781
  },
6782
+ "CreateConnectionRequest": {
6783
+ "fields": {
6784
+ "parent": {
6785
+ "type": "string",
6786
+ "id": 1,
6787
+ "options": {
6788
+ "(google.api.field_behavior)": "REQUIRED",
6789
+ "(google.api.resource_reference).child_type": "dlp.googleapis.com/Connection"
6790
+ }
6791
+ },
6792
+ "connection": {
6793
+ "type": "Connection",
6794
+ "id": 2,
6795
+ "options": {
6796
+ "(google.api.field_behavior)": "REQUIRED"
6797
+ }
6798
+ }
6799
+ }
6800
+ },
6801
+ "GetConnectionRequest": {
6802
+ "fields": {
6803
+ "name": {
6804
+ "type": "string",
6805
+ "id": 1,
6806
+ "options": {
6807
+ "(google.api.field_behavior)": "REQUIRED",
6808
+ "(google.api.resource_reference).type": "dlp.googleapis.com/Connection"
6809
+ }
6810
+ }
6811
+ }
6812
+ },
6813
+ "ListConnectionsRequest": {
6814
+ "fields": {
6815
+ "parent": {
6816
+ "type": "string",
6817
+ "id": 1,
6818
+ "options": {
6819
+ "(google.api.field_behavior)": "REQUIRED",
6820
+ "(google.api.resource_reference).child_type": "dlp.googleapis.com/Connection"
6821
+ }
6822
+ },
6823
+ "pageSize": {
6824
+ "type": "int32",
6825
+ "id": 2,
6826
+ "options": {
6827
+ "(google.api.field_behavior)": "OPTIONAL"
6828
+ }
6829
+ },
6830
+ "pageToken": {
6831
+ "type": "string",
6832
+ "id": 3,
6833
+ "options": {
6834
+ "(google.api.field_behavior)": "OPTIONAL"
6835
+ }
6836
+ },
6837
+ "filter": {
6838
+ "type": "string",
6839
+ "id": 4,
6840
+ "options": {
6841
+ "(google.api.field_behavior)": "OPTIONAL"
6842
+ }
6843
+ }
6844
+ }
6845
+ },
6846
+ "SearchConnectionsRequest": {
6847
+ "fields": {
6848
+ "parent": {
6849
+ "type": "string",
6850
+ "id": 1,
6851
+ "options": {
6852
+ "(google.api.field_behavior)": "REQUIRED",
6853
+ "(google.api.resource_reference).child_type": "dlp.googleapis.com/Connection"
6854
+ }
6855
+ },
6856
+ "pageSize": {
6857
+ "type": "int32",
6858
+ "id": 2,
6859
+ "options": {
6860
+ "(google.api.field_behavior)": "OPTIONAL"
6861
+ }
6862
+ },
6863
+ "pageToken": {
6864
+ "type": "string",
6865
+ "id": 3,
6866
+ "options": {
6867
+ "(google.api.field_behavior)": "OPTIONAL"
6868
+ }
6869
+ },
6870
+ "filter": {
6871
+ "type": "string",
6872
+ "id": 4,
6873
+ "options": {
6874
+ "(google.api.field_behavior)": "OPTIONAL"
6875
+ }
6876
+ }
6877
+ }
6878
+ },
6879
+ "ListConnectionsResponse": {
6880
+ "fields": {
6881
+ "connections": {
6882
+ "rule": "repeated",
6883
+ "type": "Connection",
6884
+ "id": 1
6885
+ },
6886
+ "nextPageToken": {
6887
+ "type": "string",
6888
+ "id": 2
6889
+ }
6890
+ }
6891
+ },
6892
+ "SearchConnectionsResponse": {
6893
+ "fields": {
6894
+ "connections": {
6895
+ "rule": "repeated",
6896
+ "type": "Connection",
6897
+ "id": 1
6898
+ },
6899
+ "nextPageToken": {
6900
+ "type": "string",
6901
+ "id": 2
6902
+ }
6903
+ }
6904
+ },
6905
+ "UpdateConnectionRequest": {
6906
+ "fields": {
6907
+ "name": {
6908
+ "type": "string",
6909
+ "id": 1,
6910
+ "options": {
6911
+ "(google.api.field_behavior)": "REQUIRED",
6912
+ "(google.api.resource_reference).type": "dlp.googleapis.com/Connection"
6913
+ }
6914
+ },
6915
+ "connection": {
6916
+ "type": "Connection",
6917
+ "id": 2,
6918
+ "options": {
6919
+ "(google.api.field_behavior)": "REQUIRED"
6920
+ }
6921
+ },
6922
+ "updateMask": {
6923
+ "type": "google.protobuf.FieldMask",
6924
+ "id": 3,
6925
+ "options": {
6926
+ "(google.api.field_behavior)": "OPTIONAL"
6927
+ }
6928
+ }
6929
+ }
6930
+ },
6931
+ "DeleteConnectionRequest": {
6932
+ "fields": {
6933
+ "name": {
6934
+ "type": "string",
6935
+ "id": 1,
6936
+ "options": {
6937
+ "(google.api.field_behavior)": "REQUIRED",
6938
+ "(google.api.resource_reference).type": "dlp.googleapis.com/Connection"
6939
+ }
6940
+ }
6941
+ }
6942
+ },
6943
+ "Connection": {
6944
+ "options": {
6945
+ "(google.api.resource).type": "dlp.googleapis.com/Connection",
6946
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/connections/{connection}"
6947
+ },
6948
+ "oneofs": {
6949
+ "properties": {
6950
+ "oneof": [
6951
+ "cloudSql"
6952
+ ]
6953
+ }
6954
+ },
6955
+ "fields": {
6956
+ "name": {
6957
+ "type": "string",
6958
+ "id": 1,
6959
+ "options": {
6960
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6961
+ }
6962
+ },
6963
+ "state": {
6964
+ "type": "ConnectionState",
6965
+ "id": 2,
6966
+ "options": {
6967
+ "(google.api.field_behavior)": "REQUIRED"
6968
+ }
6969
+ },
6970
+ "errors": {
6971
+ "rule": "repeated",
6972
+ "type": "Error",
6973
+ "id": 3,
6974
+ "options": {
6975
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6976
+ }
6977
+ },
6978
+ "cloudSql": {
6979
+ "type": "CloudSqlProperties",
6980
+ "id": 4
6981
+ }
6982
+ }
6983
+ },
6984
+ "ConnectionState": {
6985
+ "values": {
6986
+ "CONNECTION_STATE_UNSPECIFIED": 0,
6987
+ "MISSING_CREDENTIALS": 1,
6988
+ "AVAILABLE": 2,
6989
+ "ERROR": 3
6990
+ }
6991
+ },
6992
+ "SecretManagerCredential": {
6993
+ "fields": {
6994
+ "username": {
6995
+ "type": "string",
6996
+ "id": 1,
6997
+ "options": {
6998
+ "(google.api.field_behavior)": "REQUIRED"
6999
+ }
7000
+ },
7001
+ "passwordSecretVersionName": {
7002
+ "type": "string",
7003
+ "id": 2,
7004
+ "options": {
7005
+ "(google.api.field_behavior)": "REQUIRED"
7006
+ }
7007
+ }
7008
+ }
7009
+ },
7010
+ "CloudSqlIamCredential": {
7011
+ "fields": {}
7012
+ },
7013
+ "CloudSqlProperties": {
7014
+ "oneofs": {
7015
+ "credential": {
7016
+ "oneof": [
7017
+ "usernamePassword",
7018
+ "cloudSqlIam"
7019
+ ]
7020
+ }
7021
+ },
7022
+ "fields": {
7023
+ "connectionName": {
7024
+ "type": "string",
7025
+ "id": 1,
7026
+ "options": {
7027
+ "(google.api.field_behavior)": "OPTIONAL"
7028
+ }
7029
+ },
7030
+ "usernamePassword": {
7031
+ "type": "SecretManagerCredential",
7032
+ "id": 2
7033
+ },
7034
+ "cloudSqlIam": {
7035
+ "type": "CloudSqlIamCredential",
7036
+ "id": 3
7037
+ },
7038
+ "maxConnections": {
7039
+ "type": "int32",
7040
+ "id": 4,
7041
+ "options": {
7042
+ "(google.api.field_behavior)": "REQUIRED"
7043
+ }
7044
+ },
7045
+ "databaseEngine": {
7046
+ "type": "DatabaseEngine",
7047
+ "id": 7,
7048
+ "options": {
7049
+ "(google.api.field_behavior)": "REQUIRED"
7050
+ }
7051
+ }
7052
+ },
7053
+ "nested": {
7054
+ "DatabaseEngine": {
7055
+ "values": {
7056
+ "DATABASE_ENGINE_UNKNOWN": 0,
7057
+ "DATABASE_ENGINE_MYSQL": 1,
7058
+ "DATABASE_ENGINE_POSTGRES": 2
7059
+ }
7060
+ }
7061
+ }
7062
+ },
7063
+ "DeleteTableDataProfileRequest": {
7064
+ "fields": {
7065
+ "name": {
7066
+ "type": "string",
7067
+ "id": 1,
7068
+ "options": {
7069
+ "(google.api.field_behavior)": "REQUIRED",
7070
+ "(google.api.resource_reference).type": "dlp.googleapis.com/TableDataProfile"
7071
+ }
7072
+ }
7073
+ }
7074
+ },
6435
7075
  "DataSourceType": {
6436
7076
  "fields": {
6437
7077
  "dataSource": {