@google-cloud/dlp 5.6.0 → 5.8.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.
- package/CHANGELOG.md +14 -0
- package/README.md +3 -0
- package/build/protos/google/privacy/dlp/v2/dlp.proto +760 -90
- package/build/protos/google/privacy/dlp/v2/storage.proto +14 -0
- package/build/protos/protos.d.ts +2717 -5
- package/build/protos/protos.js +14026 -6882
- package/build/protos/protos.json +782 -89
- package/build/src/v2/dlp_service_client.d.ts +459 -108
- package/build/src/v2/dlp_service_client.js +392 -54
- package/build/src/v2/dlp_service_client_config.json +12 -0
- package/package.json +2 -2
package/build/protos/protos.json
CHANGED
|
@@ -1136,6 +1136,72 @@
|
|
|
1136
1136
|
}
|
|
1137
1137
|
]
|
|
1138
1138
|
},
|
|
1139
|
+
"ListFileStoreDataProfiles": {
|
|
1140
|
+
"requestType": "ListFileStoreDataProfilesRequest",
|
|
1141
|
+
"responseType": "ListFileStoreDataProfilesResponse",
|
|
1142
|
+
"options": {
|
|
1143
|
+
"(google.api.http).get": "/v2/{parent=organizations/*/locations/*}/fileStoreDataProfiles",
|
|
1144
|
+
"(google.api.http).additional_bindings.get": "/v2/{parent=projects/*/locations/*}/fileStoreDataProfiles",
|
|
1145
|
+
"(google.api.method_signature)": "parent"
|
|
1146
|
+
},
|
|
1147
|
+
"parsedOptions": [
|
|
1148
|
+
{
|
|
1149
|
+
"(google.api.http)": {
|
|
1150
|
+
"get": "/v2/{parent=organizations/*/locations/*}/fileStoreDataProfiles",
|
|
1151
|
+
"additional_bindings": {
|
|
1152
|
+
"get": "/v2/{parent=projects/*/locations/*}/fileStoreDataProfiles"
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"(google.api.method_signature)": "parent"
|
|
1158
|
+
}
|
|
1159
|
+
]
|
|
1160
|
+
},
|
|
1161
|
+
"GetFileStoreDataProfile": {
|
|
1162
|
+
"requestType": "GetFileStoreDataProfileRequest",
|
|
1163
|
+
"responseType": "FileStoreDataProfile",
|
|
1164
|
+
"options": {
|
|
1165
|
+
"(google.api.http).get": "/v2/{name=organizations/*/locations/*/fileStoreDataProfiles/*}",
|
|
1166
|
+
"(google.api.http).additional_bindings.get": "/v2/{name=projects/*/locations/*/fileStoreDataProfiles/*}",
|
|
1167
|
+
"(google.api.method_signature)": "name"
|
|
1168
|
+
},
|
|
1169
|
+
"parsedOptions": [
|
|
1170
|
+
{
|
|
1171
|
+
"(google.api.http)": {
|
|
1172
|
+
"get": "/v2/{name=organizations/*/locations/*/fileStoreDataProfiles/*}",
|
|
1173
|
+
"additional_bindings": {
|
|
1174
|
+
"get": "/v2/{name=projects/*/locations/*/fileStoreDataProfiles/*}"
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"(google.api.method_signature)": "name"
|
|
1180
|
+
}
|
|
1181
|
+
]
|
|
1182
|
+
},
|
|
1183
|
+
"DeleteFileStoreDataProfile": {
|
|
1184
|
+
"requestType": "DeleteFileStoreDataProfileRequest",
|
|
1185
|
+
"responseType": "google.protobuf.Empty",
|
|
1186
|
+
"options": {
|
|
1187
|
+
"(google.api.http).delete": "/v2/{name=organizations/*/locations/*/fileStoreDataProfiles/*}",
|
|
1188
|
+
"(google.api.http).additional_bindings.delete": "/v2/{name=projects/*/locations/*/fileStoreDataProfiles/*}",
|
|
1189
|
+
"(google.api.method_signature)": "name"
|
|
1190
|
+
},
|
|
1191
|
+
"parsedOptions": [
|
|
1192
|
+
{
|
|
1193
|
+
"(google.api.http)": {
|
|
1194
|
+
"delete": "/v2/{name=organizations/*/locations/*/fileStoreDataProfiles/*}",
|
|
1195
|
+
"additional_bindings": {
|
|
1196
|
+
"delete": "/v2/{name=projects/*/locations/*/fileStoreDataProfiles/*}"
|
|
1197
|
+
}
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"(google.api.method_signature)": "name"
|
|
1202
|
+
}
|
|
1203
|
+
]
|
|
1204
|
+
},
|
|
1139
1205
|
"GetTableDataProfile": {
|
|
1140
1206
|
"requestType": "GetTableDataProfileRequest",
|
|
1141
1207
|
"responseType": "TableDataProfile",
|
|
@@ -1562,7 +1628,10 @@
|
|
|
1562
1628
|
"EXCEL_DOCUMENT": 10,
|
|
1563
1629
|
"AVRO": 11,
|
|
1564
1630
|
"CSV": 12,
|
|
1565
|
-
"TSV": 13
|
|
1631
|
+
"TSV": 13,
|
|
1632
|
+
"AUDIO": 15,
|
|
1633
|
+
"VIDEO": 16,
|
|
1634
|
+
"EXECUTABLE": 17
|
|
1566
1635
|
}
|
|
1567
1636
|
}
|
|
1568
1637
|
}
|
|
@@ -2214,7 +2283,8 @@
|
|
|
2214
2283
|
"dataProfile": {
|
|
2215
2284
|
"oneof": [
|
|
2216
2285
|
"tableProfile",
|
|
2217
|
-
"columnProfile"
|
|
2286
|
+
"columnProfile",
|
|
2287
|
+
"fileStoreProfile"
|
|
2218
2288
|
]
|
|
2219
2289
|
}
|
|
2220
2290
|
},
|
|
@@ -2226,6 +2296,10 @@
|
|
|
2226
2296
|
"columnProfile": {
|
|
2227
2297
|
"type": "ColumnDataProfile",
|
|
2228
2298
|
"id": 2
|
|
2299
|
+
},
|
|
2300
|
+
"fileStoreProfile": {
|
|
2301
|
+
"type": "FileStoreDataProfile",
|
|
2302
|
+
"id": 3
|
|
2229
2303
|
}
|
|
2230
2304
|
}
|
|
2231
2305
|
},
|
|
@@ -2371,7 +2445,10 @@
|
|
|
2371
2445
|
"LOCATION_UNSPECIFIED": 0,
|
|
2372
2446
|
"GLOBAL": 1,
|
|
2373
2447
|
"ARGENTINA": 2,
|
|
2448
|
+
"ARMENIA": 51,
|
|
2374
2449
|
"AUSTRALIA": 3,
|
|
2450
|
+
"AZERBAIJAN": 48,
|
|
2451
|
+
"BELARUS": 50,
|
|
2375
2452
|
"BELGIUM": 4,
|
|
2376
2453
|
"BRAZIL": 5,
|
|
2377
2454
|
"CANADA": 6,
|
|
@@ -4201,6 +4278,19 @@
|
|
|
4201
4278
|
"rule": "repeated",
|
|
4202
4279
|
"type": "google.protobuf.Timestamp",
|
|
4203
4280
|
"id": 2
|
|
4281
|
+
},
|
|
4282
|
+
"extraInfo": {
|
|
4283
|
+
"type": "ErrorExtraInfo",
|
|
4284
|
+
"id": 4
|
|
4285
|
+
}
|
|
4286
|
+
},
|
|
4287
|
+
"nested": {
|
|
4288
|
+
"ErrorExtraInfo": {
|
|
4289
|
+
"values": {
|
|
4290
|
+
"ERROR_INFO_UNSPECIFIED": 0,
|
|
4291
|
+
"IMAGE_SCAN_UNAVAILABLE_IN_REGION": 1,
|
|
4292
|
+
"FILE_STORE_CLUSTER_UNSUPPORTED": 2
|
|
4293
|
+
}
|
|
4204
4294
|
}
|
|
4205
4295
|
}
|
|
4206
4296
|
},
|
|
@@ -4888,7 +4978,8 @@
|
|
|
4888
4978
|
"values": {
|
|
4889
4979
|
"DETAIL_LEVEL_UNSPECIFIED": 0,
|
|
4890
4980
|
"TABLE_PROFILE": 1,
|
|
4891
|
-
"RESOURCE_NAME": 2
|
|
4981
|
+
"RESOURCE_NAME": 2,
|
|
4982
|
+
"FILE_STORE_PROFILE": 3
|
|
4892
4983
|
}
|
|
4893
4984
|
}
|
|
4894
4985
|
}
|
|
@@ -5102,7 +5193,9 @@
|
|
|
5102
5193
|
"target": {
|
|
5103
5194
|
"oneof": [
|
|
5104
5195
|
"bigQueryTarget",
|
|
5105
|
-
"cloudSqlTarget"
|
|
5196
|
+
"cloudSqlTarget",
|
|
5197
|
+
"secretsTarget",
|
|
5198
|
+
"cloudStorageTarget"
|
|
5106
5199
|
]
|
|
5107
5200
|
}
|
|
5108
5201
|
},
|
|
@@ -5114,6 +5207,14 @@
|
|
|
5114
5207
|
"cloudSqlTarget": {
|
|
5115
5208
|
"type": "CloudSqlDiscoveryTarget",
|
|
5116
5209
|
"id": 2
|
|
5210
|
+
},
|
|
5211
|
+
"secretsTarget": {
|
|
5212
|
+
"type": "SecretsDiscoveryTarget",
|
|
5213
|
+
"id": 3
|
|
5214
|
+
},
|
|
5215
|
+
"cloudStorageTarget": {
|
|
5216
|
+
"type": "CloudStorageDiscoveryTarget",
|
|
5217
|
+
"id": 4
|
|
5117
5218
|
}
|
|
5118
5219
|
}
|
|
5119
5220
|
},
|
|
@@ -5153,7 +5254,8 @@
|
|
|
5153
5254
|
"filter": {
|
|
5154
5255
|
"oneof": [
|
|
5155
5256
|
"tables",
|
|
5156
|
-
"otherTables"
|
|
5257
|
+
"otherTables",
|
|
5258
|
+
"tableReference"
|
|
5157
5259
|
]
|
|
5158
5260
|
}
|
|
5159
5261
|
},
|
|
@@ -5165,6 +5267,10 @@
|
|
|
5165
5267
|
"otherTables": {
|
|
5166
5268
|
"type": "AllOtherBigQueryTables",
|
|
5167
5269
|
"id": 2
|
|
5270
|
+
},
|
|
5271
|
+
"tableReference": {
|
|
5272
|
+
"type": "TableReference",
|
|
5273
|
+
"id": 3
|
|
5168
5274
|
}
|
|
5169
5275
|
},
|
|
5170
5276
|
"nested": {
|
|
@@ -5239,6 +5345,10 @@
|
|
|
5239
5345
|
"tableModifiedCadence": {
|
|
5240
5346
|
"type": "DiscoveryTableModifiedCadence",
|
|
5241
5347
|
"id": 2
|
|
5348
|
+
},
|
|
5349
|
+
"inspectTemplateModifiedCadence": {
|
|
5350
|
+
"type": "DiscoveryInspectTemplateModifiedCadence",
|
|
5351
|
+
"id": 3
|
|
5242
5352
|
}
|
|
5243
5353
|
}
|
|
5244
5354
|
},
|
|
@@ -5281,6 +5391,14 @@
|
|
|
5281
5391
|
"SCHEMA_REMOVED_COLUMNS": 2
|
|
5282
5392
|
}
|
|
5283
5393
|
},
|
|
5394
|
+
"DiscoveryInspectTemplateModifiedCadence": {
|
|
5395
|
+
"fields": {
|
|
5396
|
+
"frequency": {
|
|
5397
|
+
"type": "DataProfileUpdateFrequency",
|
|
5398
|
+
"id": 1
|
|
5399
|
+
}
|
|
5400
|
+
}
|
|
5401
|
+
},
|
|
5284
5402
|
"CloudSqlDiscoveryTarget": {
|
|
5285
5403
|
"oneofs": {
|
|
5286
5404
|
"cadence": {
|
|
@@ -5399,6 +5517,20 @@
|
|
|
5399
5517
|
"options": {
|
|
5400
5518
|
"(google.api.field_behavior)": "REQUIRED"
|
|
5401
5519
|
}
|
|
5520
|
+
},
|
|
5521
|
+
"database": {
|
|
5522
|
+
"type": "string",
|
|
5523
|
+
"id": 3,
|
|
5524
|
+
"options": {
|
|
5525
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
5526
|
+
}
|
|
5527
|
+
},
|
|
5528
|
+
"databaseResource": {
|
|
5529
|
+
"type": "string",
|
|
5530
|
+
"id": 4,
|
|
5531
|
+
"options": {
|
|
5532
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
5533
|
+
}
|
|
5402
5534
|
}
|
|
5403
5535
|
}
|
|
5404
5536
|
},
|
|
@@ -5472,128 +5604,385 @@
|
|
|
5472
5604
|
}
|
|
5473
5605
|
}
|
|
5474
5606
|
},
|
|
5475
|
-
"
|
|
5607
|
+
"SecretsDiscoveryTarget": {
|
|
5608
|
+
"fields": {}
|
|
5609
|
+
},
|
|
5610
|
+
"CloudStorageDiscoveryTarget": {
|
|
5476
5611
|
"oneofs": {
|
|
5477
|
-
"
|
|
5612
|
+
"cadence": {
|
|
5478
5613
|
"oneof": [
|
|
5479
|
-
"
|
|
5480
|
-
"
|
|
5614
|
+
"generationCadence",
|
|
5615
|
+
"disabled"
|
|
5481
5616
|
]
|
|
5482
5617
|
}
|
|
5483
5618
|
},
|
|
5484
5619
|
"fields": {
|
|
5485
|
-
"
|
|
5486
|
-
"type": "
|
|
5487
|
-
"id": 1
|
|
5620
|
+
"filter": {
|
|
5621
|
+
"type": "DiscoveryCloudStorageFilter",
|
|
5622
|
+
"id": 1,
|
|
5623
|
+
"options": {
|
|
5624
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
5625
|
+
}
|
|
5488
5626
|
},
|
|
5489
|
-
"
|
|
5490
|
-
"type": "
|
|
5491
|
-
"id":
|
|
5627
|
+
"conditions": {
|
|
5628
|
+
"type": "DiscoveryFileStoreConditions",
|
|
5629
|
+
"id": 4,
|
|
5630
|
+
"options": {
|
|
5631
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5632
|
+
}
|
|
5633
|
+
},
|
|
5634
|
+
"generationCadence": {
|
|
5635
|
+
"type": "DiscoveryCloudStorageGenerationCadence",
|
|
5636
|
+
"id": 2,
|
|
5637
|
+
"options": {
|
|
5638
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5639
|
+
}
|
|
5640
|
+
},
|
|
5641
|
+
"disabled": {
|
|
5642
|
+
"type": "Disabled",
|
|
5643
|
+
"id": 3,
|
|
5644
|
+
"options": {
|
|
5645
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5646
|
+
}
|
|
5492
5647
|
}
|
|
5493
5648
|
}
|
|
5494
5649
|
},
|
|
5495
|
-
"
|
|
5496
|
-
"options": {
|
|
5497
|
-
"(google.api.resource).type": "dlp.googleapis.com/DlpJob",
|
|
5498
|
-
"(google.api.resource).pattern": "projects/{project}/locations/{location}/dlpJobs/{dlp_job}"
|
|
5499
|
-
},
|
|
5650
|
+
"DiscoveryCloudStorageFilter": {
|
|
5500
5651
|
"oneofs": {
|
|
5501
|
-
"
|
|
5652
|
+
"filter": {
|
|
5502
5653
|
"oneof": [
|
|
5503
|
-
"
|
|
5504
|
-
"
|
|
5654
|
+
"collection",
|
|
5655
|
+
"cloudStorageResourceReference",
|
|
5656
|
+
"others"
|
|
5505
5657
|
]
|
|
5506
5658
|
}
|
|
5507
5659
|
},
|
|
5508
5660
|
"fields": {
|
|
5509
|
-
"
|
|
5510
|
-
"type": "
|
|
5511
|
-
"id": 1
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
"id": 2
|
|
5516
|
-
},
|
|
5517
|
-
"state": {
|
|
5518
|
-
"type": "JobState",
|
|
5519
|
-
"id": 3
|
|
5520
|
-
},
|
|
5521
|
-
"riskDetails": {
|
|
5522
|
-
"type": "AnalyzeDataSourceRiskDetails",
|
|
5523
|
-
"id": 4
|
|
5524
|
-
},
|
|
5525
|
-
"inspectDetails": {
|
|
5526
|
-
"type": "InspectDataSourceDetails",
|
|
5527
|
-
"id": 5
|
|
5528
|
-
},
|
|
5529
|
-
"createTime": {
|
|
5530
|
-
"type": "google.protobuf.Timestamp",
|
|
5531
|
-
"id": 6
|
|
5532
|
-
},
|
|
5533
|
-
"startTime": {
|
|
5534
|
-
"type": "google.protobuf.Timestamp",
|
|
5535
|
-
"id": 7
|
|
5536
|
-
},
|
|
5537
|
-
"endTime": {
|
|
5538
|
-
"type": "google.protobuf.Timestamp",
|
|
5539
|
-
"id": 8
|
|
5540
|
-
},
|
|
5541
|
-
"lastModified": {
|
|
5542
|
-
"type": "google.protobuf.Timestamp",
|
|
5543
|
-
"id": 15
|
|
5544
|
-
},
|
|
5545
|
-
"jobTriggerName": {
|
|
5546
|
-
"type": "string",
|
|
5547
|
-
"id": 10
|
|
5661
|
+
"collection": {
|
|
5662
|
+
"type": "FileStoreCollection",
|
|
5663
|
+
"id": 1,
|
|
5664
|
+
"options": {
|
|
5665
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5666
|
+
}
|
|
5548
5667
|
},
|
|
5549
|
-
"
|
|
5550
|
-
"
|
|
5551
|
-
"
|
|
5552
|
-
"
|
|
5668
|
+
"cloudStorageResourceReference": {
|
|
5669
|
+
"type": "CloudStorageResourceReference",
|
|
5670
|
+
"id": 2,
|
|
5671
|
+
"options": {
|
|
5672
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5673
|
+
}
|
|
5553
5674
|
},
|
|
5554
|
-
"
|
|
5675
|
+
"others": {
|
|
5676
|
+
"type": "AllOtherResources",
|
|
5677
|
+
"id": 100,
|
|
5678
|
+
"options": {
|
|
5679
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5680
|
+
}
|
|
5681
|
+
}
|
|
5682
|
+
}
|
|
5683
|
+
},
|
|
5684
|
+
"FileStoreCollection": {
|
|
5685
|
+
"oneofs": {
|
|
5686
|
+
"pattern": {
|
|
5687
|
+
"oneof": [
|
|
5688
|
+
"includeRegexes"
|
|
5689
|
+
]
|
|
5690
|
+
}
|
|
5691
|
+
},
|
|
5692
|
+
"fields": {
|
|
5693
|
+
"includeRegexes": {
|
|
5694
|
+
"type": "FileStoreRegexes",
|
|
5695
|
+
"id": 1,
|
|
5696
|
+
"options": {
|
|
5697
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5698
|
+
}
|
|
5699
|
+
}
|
|
5700
|
+
}
|
|
5701
|
+
},
|
|
5702
|
+
"FileStoreRegexes": {
|
|
5703
|
+
"fields": {
|
|
5704
|
+
"patterns": {
|
|
5555
5705
|
"rule": "repeated",
|
|
5556
|
-
"type": "
|
|
5557
|
-
"id":
|
|
5706
|
+
"type": "FileStoreRegex",
|
|
5707
|
+
"id": 1,
|
|
5708
|
+
"options": {
|
|
5709
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
5710
|
+
}
|
|
5711
|
+
}
|
|
5712
|
+
}
|
|
5713
|
+
},
|
|
5714
|
+
"FileStoreRegex": {
|
|
5715
|
+
"oneofs": {
|
|
5716
|
+
"resourceRegex": {
|
|
5717
|
+
"oneof": [
|
|
5718
|
+
"cloudStorageRegex"
|
|
5719
|
+
]
|
|
5558
5720
|
}
|
|
5559
5721
|
},
|
|
5560
|
-
"
|
|
5561
|
-
"
|
|
5562
|
-
"
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
"
|
|
5566
|
-
"DONE": 3,
|
|
5567
|
-
"CANCELED": 4,
|
|
5568
|
-
"FAILED": 5,
|
|
5569
|
-
"ACTIVE": 6
|
|
5722
|
+
"fields": {
|
|
5723
|
+
"cloudStorageRegex": {
|
|
5724
|
+
"type": "CloudStorageRegex",
|
|
5725
|
+
"id": 1,
|
|
5726
|
+
"options": {
|
|
5727
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5570
5728
|
}
|
|
5571
5729
|
}
|
|
5572
5730
|
}
|
|
5573
5731
|
},
|
|
5574
|
-
"
|
|
5732
|
+
"CloudStorageRegex": {
|
|
5575
5733
|
"fields": {
|
|
5576
|
-
"
|
|
5734
|
+
"projectIdRegex": {
|
|
5577
5735
|
"type": "string",
|
|
5578
5736
|
"id": 1,
|
|
5579
5737
|
"options": {
|
|
5580
|
-
"(google.api.field_behavior)": "
|
|
5581
|
-
|
|
5738
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5739
|
+
}
|
|
5740
|
+
},
|
|
5741
|
+
"bucketNameRegex": {
|
|
5742
|
+
"type": "string",
|
|
5743
|
+
"id": 2,
|
|
5744
|
+
"options": {
|
|
5745
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5582
5746
|
}
|
|
5583
5747
|
}
|
|
5584
5748
|
}
|
|
5585
5749
|
},
|
|
5586
|
-
"
|
|
5750
|
+
"CloudStorageResourceReference": {
|
|
5587
5751
|
"fields": {
|
|
5588
|
-
"
|
|
5752
|
+
"bucketName": {
|
|
5589
5753
|
"type": "string",
|
|
5590
|
-
"id":
|
|
5754
|
+
"id": 1,
|
|
5591
5755
|
"options": {
|
|
5592
|
-
"(google.api.field_behavior)": "REQUIRED"
|
|
5593
|
-
"(google.api.resource_reference).child_type": "dlp.googleapis.com/DlpJob"
|
|
5756
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
5594
5757
|
}
|
|
5595
5758
|
},
|
|
5596
|
-
"
|
|
5759
|
+
"projectId": {
|
|
5760
|
+
"type": "string",
|
|
5761
|
+
"id": 2,
|
|
5762
|
+
"options": {
|
|
5763
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
5764
|
+
}
|
|
5765
|
+
}
|
|
5766
|
+
}
|
|
5767
|
+
},
|
|
5768
|
+
"DiscoveryCloudStorageGenerationCadence": {
|
|
5769
|
+
"fields": {
|
|
5770
|
+
"refreshFrequency": {
|
|
5771
|
+
"type": "DataProfileUpdateFrequency",
|
|
5772
|
+
"id": 1,
|
|
5773
|
+
"options": {
|
|
5774
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5775
|
+
}
|
|
5776
|
+
},
|
|
5777
|
+
"inspectTemplateModifiedCadence": {
|
|
5778
|
+
"type": "DiscoveryInspectTemplateModifiedCadence",
|
|
5779
|
+
"id": 2,
|
|
5780
|
+
"options": {
|
|
5781
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5782
|
+
}
|
|
5783
|
+
}
|
|
5784
|
+
}
|
|
5785
|
+
},
|
|
5786
|
+
"DiscoveryCloudStorageConditions": {
|
|
5787
|
+
"fields": {
|
|
5788
|
+
"includedObjectAttributes": {
|
|
5789
|
+
"rule": "repeated",
|
|
5790
|
+
"type": "CloudStorageObjectAttribute",
|
|
5791
|
+
"id": 1,
|
|
5792
|
+
"options": {
|
|
5793
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
5794
|
+
}
|
|
5795
|
+
},
|
|
5796
|
+
"includedBucketAttributes": {
|
|
5797
|
+
"rule": "repeated",
|
|
5798
|
+
"type": "CloudStorageBucketAttribute",
|
|
5799
|
+
"id": 2,
|
|
5800
|
+
"options": {
|
|
5801
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
5802
|
+
}
|
|
5803
|
+
}
|
|
5804
|
+
},
|
|
5805
|
+
"nested": {
|
|
5806
|
+
"CloudStorageObjectAttribute": {
|
|
5807
|
+
"values": {
|
|
5808
|
+
"CLOUD_STORAGE_OBJECT_ATTRIBUTE_UNSPECIFIED": 0,
|
|
5809
|
+
"ALL_SUPPORTED_OBJECTS": 1,
|
|
5810
|
+
"STANDARD": 2,
|
|
5811
|
+
"NEARLINE": 3,
|
|
5812
|
+
"COLDLINE": 4,
|
|
5813
|
+
"ARCHIVE": 5,
|
|
5814
|
+
"REGIONAL": 6,
|
|
5815
|
+
"MULTI_REGIONAL": 7,
|
|
5816
|
+
"DURABLE_REDUCED_AVAILABILITY": 8
|
|
5817
|
+
}
|
|
5818
|
+
},
|
|
5819
|
+
"CloudStorageBucketAttribute": {
|
|
5820
|
+
"values": {
|
|
5821
|
+
"CLOUD_STORAGE_BUCKET_ATTRIBUTE_UNSPECIFIED": 0,
|
|
5822
|
+
"ALL_SUPPORTED_BUCKETS": 1,
|
|
5823
|
+
"AUTOCLASS_DISABLED": 2,
|
|
5824
|
+
"AUTOCLASS_ENABLED": 3
|
|
5825
|
+
}
|
|
5826
|
+
}
|
|
5827
|
+
}
|
|
5828
|
+
},
|
|
5829
|
+
"DiscoveryFileStoreConditions": {
|
|
5830
|
+
"oneofs": {
|
|
5831
|
+
"conditions": {
|
|
5832
|
+
"oneof": [
|
|
5833
|
+
"cloudStorageConditions"
|
|
5834
|
+
]
|
|
5835
|
+
}
|
|
5836
|
+
},
|
|
5837
|
+
"fields": {
|
|
5838
|
+
"createdAfter": {
|
|
5839
|
+
"type": "google.protobuf.Timestamp",
|
|
5840
|
+
"id": 1,
|
|
5841
|
+
"options": {
|
|
5842
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5843
|
+
}
|
|
5844
|
+
},
|
|
5845
|
+
"minAge": {
|
|
5846
|
+
"type": "google.protobuf.Duration",
|
|
5847
|
+
"id": 2,
|
|
5848
|
+
"options": {
|
|
5849
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5850
|
+
}
|
|
5851
|
+
},
|
|
5852
|
+
"cloudStorageConditions": {
|
|
5853
|
+
"type": "DiscoveryCloudStorageConditions",
|
|
5854
|
+
"id": 3,
|
|
5855
|
+
"options": {
|
|
5856
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5857
|
+
}
|
|
5858
|
+
}
|
|
5859
|
+
}
|
|
5860
|
+
},
|
|
5861
|
+
"DiscoveryStartingLocation": {
|
|
5862
|
+
"oneofs": {
|
|
5863
|
+
"location": {
|
|
5864
|
+
"oneof": [
|
|
5865
|
+
"organizationId",
|
|
5866
|
+
"folderId"
|
|
5867
|
+
]
|
|
5868
|
+
}
|
|
5869
|
+
},
|
|
5870
|
+
"fields": {
|
|
5871
|
+
"organizationId": {
|
|
5872
|
+
"type": "int64",
|
|
5873
|
+
"id": 1
|
|
5874
|
+
},
|
|
5875
|
+
"folderId": {
|
|
5876
|
+
"type": "int64",
|
|
5877
|
+
"id": 2
|
|
5878
|
+
}
|
|
5879
|
+
}
|
|
5880
|
+
},
|
|
5881
|
+
"AllOtherResources": {
|
|
5882
|
+
"fields": {}
|
|
5883
|
+
},
|
|
5884
|
+
"DlpJob": {
|
|
5885
|
+
"options": {
|
|
5886
|
+
"(google.api.resource).type": "dlp.googleapis.com/DlpJob",
|
|
5887
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/dlpJobs/{dlp_job}"
|
|
5888
|
+
},
|
|
5889
|
+
"oneofs": {
|
|
5890
|
+
"details": {
|
|
5891
|
+
"oneof": [
|
|
5892
|
+
"riskDetails",
|
|
5893
|
+
"inspectDetails"
|
|
5894
|
+
]
|
|
5895
|
+
}
|
|
5896
|
+
},
|
|
5897
|
+
"fields": {
|
|
5898
|
+
"name": {
|
|
5899
|
+
"type": "string",
|
|
5900
|
+
"id": 1
|
|
5901
|
+
},
|
|
5902
|
+
"type": {
|
|
5903
|
+
"type": "DlpJobType",
|
|
5904
|
+
"id": 2
|
|
5905
|
+
},
|
|
5906
|
+
"state": {
|
|
5907
|
+
"type": "JobState",
|
|
5908
|
+
"id": 3
|
|
5909
|
+
},
|
|
5910
|
+
"riskDetails": {
|
|
5911
|
+
"type": "AnalyzeDataSourceRiskDetails",
|
|
5912
|
+
"id": 4
|
|
5913
|
+
},
|
|
5914
|
+
"inspectDetails": {
|
|
5915
|
+
"type": "InspectDataSourceDetails",
|
|
5916
|
+
"id": 5
|
|
5917
|
+
},
|
|
5918
|
+
"createTime": {
|
|
5919
|
+
"type": "google.protobuf.Timestamp",
|
|
5920
|
+
"id": 6
|
|
5921
|
+
},
|
|
5922
|
+
"startTime": {
|
|
5923
|
+
"type": "google.protobuf.Timestamp",
|
|
5924
|
+
"id": 7
|
|
5925
|
+
},
|
|
5926
|
+
"endTime": {
|
|
5927
|
+
"type": "google.protobuf.Timestamp",
|
|
5928
|
+
"id": 8
|
|
5929
|
+
},
|
|
5930
|
+
"lastModified": {
|
|
5931
|
+
"type": "google.protobuf.Timestamp",
|
|
5932
|
+
"id": 15
|
|
5933
|
+
},
|
|
5934
|
+
"jobTriggerName": {
|
|
5935
|
+
"type": "string",
|
|
5936
|
+
"id": 10
|
|
5937
|
+
},
|
|
5938
|
+
"errors": {
|
|
5939
|
+
"rule": "repeated",
|
|
5940
|
+
"type": "Error",
|
|
5941
|
+
"id": 11
|
|
5942
|
+
},
|
|
5943
|
+
"actionDetails": {
|
|
5944
|
+
"rule": "repeated",
|
|
5945
|
+
"type": "ActionDetails",
|
|
5946
|
+
"id": 12
|
|
5947
|
+
}
|
|
5948
|
+
},
|
|
5949
|
+
"nested": {
|
|
5950
|
+
"JobState": {
|
|
5951
|
+
"values": {
|
|
5952
|
+
"JOB_STATE_UNSPECIFIED": 0,
|
|
5953
|
+
"PENDING": 1,
|
|
5954
|
+
"RUNNING": 2,
|
|
5955
|
+
"DONE": 3,
|
|
5956
|
+
"CANCELED": 4,
|
|
5957
|
+
"FAILED": 5,
|
|
5958
|
+
"ACTIVE": 6
|
|
5959
|
+
}
|
|
5960
|
+
}
|
|
5961
|
+
}
|
|
5962
|
+
},
|
|
5963
|
+
"GetDlpJobRequest": {
|
|
5964
|
+
"fields": {
|
|
5965
|
+
"name": {
|
|
5966
|
+
"type": "string",
|
|
5967
|
+
"id": 1,
|
|
5968
|
+
"options": {
|
|
5969
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
5970
|
+
"(google.api.resource_reference).type": "dlp.googleapis.com/DlpJob"
|
|
5971
|
+
}
|
|
5972
|
+
}
|
|
5973
|
+
}
|
|
5974
|
+
},
|
|
5975
|
+
"ListDlpJobsRequest": {
|
|
5976
|
+
"fields": {
|
|
5977
|
+
"parent": {
|
|
5978
|
+
"type": "string",
|
|
5979
|
+
"id": 4,
|
|
5980
|
+
"options": {
|
|
5981
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
5982
|
+
"(google.api.resource_reference).child_type": "dlp.googleapis.com/DlpJob"
|
|
5983
|
+
}
|
|
5984
|
+
},
|
|
5985
|
+
"filter": {
|
|
5597
5986
|
"type": "string",
|
|
5598
5987
|
"id": 1
|
|
5599
5988
|
},
|
|
@@ -6281,6 +6670,7 @@
|
|
|
6281
6670
|
"values": {
|
|
6282
6671
|
"RISK_SCORE_UNSPECIFIED": 0,
|
|
6283
6672
|
"RISK_LOW": 10,
|
|
6673
|
+
"RISK_UNKNOWN": 12,
|
|
6284
6674
|
"RISK_MODERATE": 20,
|
|
6285
6675
|
"RISK_HIGH": 30
|
|
6286
6676
|
}
|
|
@@ -6316,6 +6706,14 @@
|
|
|
6316
6706
|
"profileStatus": {
|
|
6317
6707
|
"type": "ProfileStatus",
|
|
6318
6708
|
"id": 7
|
|
6709
|
+
},
|
|
6710
|
+
"tableDataProfileCount": {
|
|
6711
|
+
"type": "int64",
|
|
6712
|
+
"id": 9
|
|
6713
|
+
},
|
|
6714
|
+
"fileStoreDataProfileCount": {
|
|
6715
|
+
"type": "int64",
|
|
6716
|
+
"id": 10
|
|
6319
6717
|
}
|
|
6320
6718
|
}
|
|
6321
6719
|
},
|
|
@@ -6672,6 +7070,176 @@
|
|
|
6672
7070
|
}
|
|
6673
7071
|
}
|
|
6674
7072
|
},
|
|
7073
|
+
"FileStoreDataProfile": {
|
|
7074
|
+
"options": {
|
|
7075
|
+
"(google.api.resource).type": "dlp.googleapis.com/FileStoreDataProfile",
|
|
7076
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/fileStoreDataProfiles/{file_store_data_profile}"
|
|
7077
|
+
},
|
|
7078
|
+
"fields": {
|
|
7079
|
+
"name": {
|
|
7080
|
+
"type": "string",
|
|
7081
|
+
"id": 1
|
|
7082
|
+
},
|
|
7083
|
+
"dataSourceType": {
|
|
7084
|
+
"type": "DataSourceType",
|
|
7085
|
+
"id": 2
|
|
7086
|
+
},
|
|
7087
|
+
"projectDataProfile": {
|
|
7088
|
+
"type": "string",
|
|
7089
|
+
"id": 3
|
|
7090
|
+
},
|
|
7091
|
+
"projectId": {
|
|
7092
|
+
"type": "string",
|
|
7093
|
+
"id": 4
|
|
7094
|
+
},
|
|
7095
|
+
"fileStoreLocation": {
|
|
7096
|
+
"type": "string",
|
|
7097
|
+
"id": 5
|
|
7098
|
+
},
|
|
7099
|
+
"dataStorageLocations": {
|
|
7100
|
+
"rule": "repeated",
|
|
7101
|
+
"type": "string",
|
|
7102
|
+
"id": 19
|
|
7103
|
+
},
|
|
7104
|
+
"locationType": {
|
|
7105
|
+
"type": "string",
|
|
7106
|
+
"id": 20
|
|
7107
|
+
},
|
|
7108
|
+
"fileStorePath": {
|
|
7109
|
+
"type": "string",
|
|
7110
|
+
"id": 6
|
|
7111
|
+
},
|
|
7112
|
+
"fullResource": {
|
|
7113
|
+
"type": "string",
|
|
7114
|
+
"id": 24
|
|
7115
|
+
},
|
|
7116
|
+
"configSnapshot": {
|
|
7117
|
+
"type": "DataProfileConfigSnapshot",
|
|
7118
|
+
"id": 7
|
|
7119
|
+
},
|
|
7120
|
+
"profileStatus": {
|
|
7121
|
+
"type": "ProfileStatus",
|
|
7122
|
+
"id": 8
|
|
7123
|
+
},
|
|
7124
|
+
"state": {
|
|
7125
|
+
"type": "State",
|
|
7126
|
+
"id": 9
|
|
7127
|
+
},
|
|
7128
|
+
"profileLastGenerated": {
|
|
7129
|
+
"type": "google.protobuf.Timestamp",
|
|
7130
|
+
"id": 10
|
|
7131
|
+
},
|
|
7132
|
+
"resourceVisibility": {
|
|
7133
|
+
"type": "ResourceVisibility",
|
|
7134
|
+
"id": 11
|
|
7135
|
+
},
|
|
7136
|
+
"sensitivityScore": {
|
|
7137
|
+
"type": "SensitivityScore",
|
|
7138
|
+
"id": 12
|
|
7139
|
+
},
|
|
7140
|
+
"dataRiskLevel": {
|
|
7141
|
+
"type": "DataRiskLevel",
|
|
7142
|
+
"id": 13
|
|
7143
|
+
},
|
|
7144
|
+
"createTime": {
|
|
7145
|
+
"type": "google.protobuf.Timestamp",
|
|
7146
|
+
"id": 14
|
|
7147
|
+
},
|
|
7148
|
+
"lastModifiedTime": {
|
|
7149
|
+
"type": "google.protobuf.Timestamp",
|
|
7150
|
+
"id": 15
|
|
7151
|
+
},
|
|
7152
|
+
"fileClusterSummaries": {
|
|
7153
|
+
"rule": "repeated",
|
|
7154
|
+
"type": "FileClusterSummary",
|
|
7155
|
+
"id": 16
|
|
7156
|
+
},
|
|
7157
|
+
"resourceAttributes": {
|
|
7158
|
+
"keyType": "string",
|
|
7159
|
+
"type": "Value",
|
|
7160
|
+
"id": 17
|
|
7161
|
+
},
|
|
7162
|
+
"resourceLabels": {
|
|
7163
|
+
"keyType": "string",
|
|
7164
|
+
"type": "string",
|
|
7165
|
+
"id": 18
|
|
7166
|
+
},
|
|
7167
|
+
"fileStoreInfoTypeSummaries": {
|
|
7168
|
+
"rule": "repeated",
|
|
7169
|
+
"type": "FileStoreInfoTypeSummary",
|
|
7170
|
+
"id": 21
|
|
7171
|
+
},
|
|
7172
|
+
"fileStoreIsEmpty": {
|
|
7173
|
+
"type": "bool",
|
|
7174
|
+
"id": 23
|
|
7175
|
+
}
|
|
7176
|
+
},
|
|
7177
|
+
"nested": {
|
|
7178
|
+
"State": {
|
|
7179
|
+
"values": {
|
|
7180
|
+
"STATE_UNSPECIFIED": 0,
|
|
7181
|
+
"RUNNING": 1,
|
|
7182
|
+
"DONE": 2
|
|
7183
|
+
}
|
|
7184
|
+
}
|
|
7185
|
+
}
|
|
7186
|
+
},
|
|
7187
|
+
"FileStoreInfoTypeSummary": {
|
|
7188
|
+
"fields": {
|
|
7189
|
+
"infoType": {
|
|
7190
|
+
"type": "InfoType",
|
|
7191
|
+
"id": 1
|
|
7192
|
+
}
|
|
7193
|
+
}
|
|
7194
|
+
},
|
|
7195
|
+
"FileExtensionInfo": {
|
|
7196
|
+
"fields": {
|
|
7197
|
+
"fileExtension": {
|
|
7198
|
+
"type": "string",
|
|
7199
|
+
"id": 1
|
|
7200
|
+
}
|
|
7201
|
+
}
|
|
7202
|
+
},
|
|
7203
|
+
"FileClusterSummary": {
|
|
7204
|
+
"fields": {
|
|
7205
|
+
"fileClusterType": {
|
|
7206
|
+
"type": "FileClusterType",
|
|
7207
|
+
"id": 1
|
|
7208
|
+
},
|
|
7209
|
+
"fileStoreInfoTypeSummaries": {
|
|
7210
|
+
"rule": "repeated",
|
|
7211
|
+
"type": "FileStoreInfoTypeSummary",
|
|
7212
|
+
"id": 2
|
|
7213
|
+
},
|
|
7214
|
+
"sensitivityScore": {
|
|
7215
|
+
"type": "SensitivityScore",
|
|
7216
|
+
"id": 3
|
|
7217
|
+
},
|
|
7218
|
+
"dataRiskLevel": {
|
|
7219
|
+
"type": "DataRiskLevel",
|
|
7220
|
+
"id": 4
|
|
7221
|
+
},
|
|
7222
|
+
"errors": {
|
|
7223
|
+
"rule": "repeated",
|
|
7224
|
+
"type": "Error",
|
|
7225
|
+
"id": 6
|
|
7226
|
+
},
|
|
7227
|
+
"fileExtensionsScanned": {
|
|
7228
|
+
"rule": "repeated",
|
|
7229
|
+
"type": "FileExtensionInfo",
|
|
7230
|
+
"id": 7
|
|
7231
|
+
},
|
|
7232
|
+
"fileExtensionsSeen": {
|
|
7233
|
+
"rule": "repeated",
|
|
7234
|
+
"type": "FileExtensionInfo",
|
|
7235
|
+
"id": 8
|
|
7236
|
+
},
|
|
7237
|
+
"noFilesExist": {
|
|
7238
|
+
"type": "bool",
|
|
7239
|
+
"id": 9
|
|
7240
|
+
}
|
|
7241
|
+
}
|
|
7242
|
+
},
|
|
6675
7243
|
"GetProjectDataProfileRequest": {
|
|
6676
7244
|
"fields": {
|
|
6677
7245
|
"name": {
|
|
@@ -6684,6 +7252,83 @@
|
|
|
6684
7252
|
}
|
|
6685
7253
|
}
|
|
6686
7254
|
},
|
|
7255
|
+
"GetFileStoreDataProfileRequest": {
|
|
7256
|
+
"fields": {
|
|
7257
|
+
"name": {
|
|
7258
|
+
"type": "string",
|
|
7259
|
+
"id": 1,
|
|
7260
|
+
"options": {
|
|
7261
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
7262
|
+
"(google.api.resource_reference).type": "dlp.googleapis.com/ProjectDataProfile"
|
|
7263
|
+
}
|
|
7264
|
+
}
|
|
7265
|
+
}
|
|
7266
|
+
},
|
|
7267
|
+
"ListFileStoreDataProfilesRequest": {
|
|
7268
|
+
"fields": {
|
|
7269
|
+
"parent": {
|
|
7270
|
+
"type": "string",
|
|
7271
|
+
"id": 1,
|
|
7272
|
+
"options": {
|
|
7273
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
7274
|
+
"(google.api.resource_reference).child_type": "dlp.googleapis.com/FileStoreDataProfile"
|
|
7275
|
+
}
|
|
7276
|
+
},
|
|
7277
|
+
"pageToken": {
|
|
7278
|
+
"type": "string",
|
|
7279
|
+
"id": 2,
|
|
7280
|
+
"options": {
|
|
7281
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
7282
|
+
}
|
|
7283
|
+
},
|
|
7284
|
+
"pageSize": {
|
|
7285
|
+
"type": "int32",
|
|
7286
|
+
"id": 3,
|
|
7287
|
+
"options": {
|
|
7288
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
7289
|
+
}
|
|
7290
|
+
},
|
|
7291
|
+
"orderBy": {
|
|
7292
|
+
"type": "string",
|
|
7293
|
+
"id": 4,
|
|
7294
|
+
"options": {
|
|
7295
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
7296
|
+
}
|
|
7297
|
+
},
|
|
7298
|
+
"filter": {
|
|
7299
|
+
"type": "string",
|
|
7300
|
+
"id": 5,
|
|
7301
|
+
"options": {
|
|
7302
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
7303
|
+
}
|
|
7304
|
+
}
|
|
7305
|
+
}
|
|
7306
|
+
},
|
|
7307
|
+
"ListFileStoreDataProfilesResponse": {
|
|
7308
|
+
"fields": {
|
|
7309
|
+
"fileStoreDataProfiles": {
|
|
7310
|
+
"rule": "repeated",
|
|
7311
|
+
"type": "FileStoreDataProfile",
|
|
7312
|
+
"id": 1
|
|
7313
|
+
},
|
|
7314
|
+
"nextPageToken": {
|
|
7315
|
+
"type": "string",
|
|
7316
|
+
"id": 2
|
|
7317
|
+
}
|
|
7318
|
+
}
|
|
7319
|
+
},
|
|
7320
|
+
"DeleteFileStoreDataProfileRequest": {
|
|
7321
|
+
"fields": {
|
|
7322
|
+
"name": {
|
|
7323
|
+
"type": "string",
|
|
7324
|
+
"id": 1,
|
|
7325
|
+
"options": {
|
|
7326
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
7327
|
+
"(google.api.resource_reference).type": "dlp.googleapis.com/FileStoreDataProfile"
|
|
7328
|
+
}
|
|
7329
|
+
}
|
|
7330
|
+
}
|
|
7331
|
+
},
|
|
6687
7332
|
"GetTableDataProfileRequest": {
|
|
6688
7333
|
"fields": {
|
|
6689
7334
|
"name": {
|
|
@@ -6773,6 +7418,10 @@
|
|
|
6773
7418
|
"type": "TableDataProfile",
|
|
6774
7419
|
"id": 1
|
|
6775
7420
|
},
|
|
7421
|
+
"fileStoreProfile": {
|
|
7422
|
+
"type": "FileStoreDataProfile",
|
|
7423
|
+
"id": 3
|
|
7424
|
+
},
|
|
6776
7425
|
"event": {
|
|
6777
7426
|
"type": "DataProfileAction.EventType",
|
|
6778
7427
|
"id": 2
|
|
@@ -7083,6 +7732,37 @@
|
|
|
7083
7732
|
}
|
|
7084
7733
|
}
|
|
7085
7734
|
},
|
|
7735
|
+
"FileClusterType": {
|
|
7736
|
+
"oneofs": {
|
|
7737
|
+
"fileClusterType": {
|
|
7738
|
+
"oneof": [
|
|
7739
|
+
"cluster"
|
|
7740
|
+
]
|
|
7741
|
+
}
|
|
7742
|
+
},
|
|
7743
|
+
"fields": {
|
|
7744
|
+
"cluster": {
|
|
7745
|
+
"type": "Cluster",
|
|
7746
|
+
"id": 1
|
|
7747
|
+
}
|
|
7748
|
+
},
|
|
7749
|
+
"nested": {
|
|
7750
|
+
"Cluster": {
|
|
7751
|
+
"values": {
|
|
7752
|
+
"CLUSTER_UNSPECIFIED": 0,
|
|
7753
|
+
"CLUSTER_UNKNOWN": 1,
|
|
7754
|
+
"CLUSTER_TEXT": 2,
|
|
7755
|
+
"CLUSTER_STRUCTURED_DATA": 3,
|
|
7756
|
+
"CLUSTER_SOURCE_CODE": 4,
|
|
7757
|
+
"CLUSTER_RICH_DOCUMENT": 5,
|
|
7758
|
+
"CLUSTER_IMAGE": 6,
|
|
7759
|
+
"CLUSTER_ARCHIVE": 7,
|
|
7760
|
+
"CLUSTER_MULTIMEDIA": 8,
|
|
7761
|
+
"CLUSTER_EXECUTABLE": 9
|
|
7762
|
+
}
|
|
7763
|
+
}
|
|
7764
|
+
}
|
|
7765
|
+
},
|
|
7086
7766
|
"InfoType": {
|
|
7087
7767
|
"fields": {
|
|
7088
7768
|
"name": {
|
|
@@ -7111,6 +7791,7 @@
|
|
|
7111
7791
|
"values": {
|
|
7112
7792
|
"SENSITIVITY_SCORE_UNSPECIFIED": 0,
|
|
7113
7793
|
"SENSITIVITY_LOW": 10,
|
|
7794
|
+
"SENSITIVITY_UNKNOWN": 12,
|
|
7114
7795
|
"SENSITIVITY_MODERATE": 20,
|
|
7115
7796
|
"SENSITIVITY_HIGH": 30
|
|
7116
7797
|
}
|
|
@@ -7671,6 +8352,18 @@
|
|
|
7671
8352
|
}
|
|
7672
8353
|
}
|
|
7673
8354
|
},
|
|
8355
|
+
"TableReference": {
|
|
8356
|
+
"fields": {
|
|
8357
|
+
"datasetId": {
|
|
8358
|
+
"type": "string",
|
|
8359
|
+
"id": 1
|
|
8360
|
+
},
|
|
8361
|
+
"tableId": {
|
|
8362
|
+
"type": "string",
|
|
8363
|
+
"id": 2
|
|
8364
|
+
}
|
|
8365
|
+
}
|
|
8366
|
+
},
|
|
7674
8367
|
"BigQueryField": {
|
|
7675
8368
|
"fields": {
|
|
7676
8369
|
"table": {
|