@google-cloud/dlp 5.7.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.
@@ -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,8 +2445,10 @@
2371
2445
  "LOCATION_UNSPECIFIED": 0,
2372
2446
  "GLOBAL": 1,
2373
2447
  "ARGENTINA": 2,
2448
+ "ARMENIA": 51,
2374
2449
  "AUSTRALIA": 3,
2375
2450
  "AZERBAIJAN": 48,
2451
+ "BELARUS": 50,
2376
2452
  "BELGIUM": 4,
2377
2453
  "BRAZIL": 5,
2378
2454
  "CANADA": 6,
@@ -4202,6 +4278,19 @@
4202
4278
  "rule": "repeated",
4203
4279
  "type": "google.protobuf.Timestamp",
4204
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
+ }
4205
4294
  }
4206
4295
  }
4207
4296
  },
@@ -4889,7 +4978,8 @@
4889
4978
  "values": {
4890
4979
  "DETAIL_LEVEL_UNSPECIFIED": 0,
4891
4980
  "TABLE_PROFILE": 1,
4892
- "RESOURCE_NAME": 2
4981
+ "RESOURCE_NAME": 2,
4982
+ "FILE_STORE_PROFILE": 3
4893
4983
  }
4894
4984
  }
4895
4985
  }
@@ -5104,7 +5194,8 @@
5104
5194
  "oneof": [
5105
5195
  "bigQueryTarget",
5106
5196
  "cloudSqlTarget",
5107
- "secretsTarget"
5197
+ "secretsTarget",
5198
+ "cloudStorageTarget"
5108
5199
  ]
5109
5200
  }
5110
5201
  },
@@ -5120,6 +5211,10 @@
5120
5211
  "secretsTarget": {
5121
5212
  "type": "SecretsDiscoveryTarget",
5122
5213
  "id": 3
5214
+ },
5215
+ "cloudStorageTarget": {
5216
+ "type": "CloudStorageDiscoveryTarget",
5217
+ "id": 4
5123
5218
  }
5124
5219
  }
5125
5220
  },
@@ -5250,6 +5345,10 @@
5250
5345
  "tableModifiedCadence": {
5251
5346
  "type": "DiscoveryTableModifiedCadence",
5252
5347
  "id": 2
5348
+ },
5349
+ "inspectTemplateModifiedCadence": {
5350
+ "type": "DiscoveryInspectTemplateModifiedCadence",
5351
+ "id": 3
5253
5352
  }
5254
5353
  }
5255
5354
  },
@@ -5292,6 +5391,14 @@
5292
5391
  "SCHEMA_REMOVED_COLUMNS": 2
5293
5392
  }
5294
5393
  },
5394
+ "DiscoveryInspectTemplateModifiedCadence": {
5395
+ "fields": {
5396
+ "frequency": {
5397
+ "type": "DataProfileUpdateFrequency",
5398
+ "id": 1
5399
+ }
5400
+ }
5401
+ },
5295
5402
  "CloudSqlDiscoveryTarget": {
5296
5403
  "oneofs": {
5297
5404
  "cadence": {
@@ -5500,6 +5607,257 @@
5500
5607
  "SecretsDiscoveryTarget": {
5501
5608
  "fields": {}
5502
5609
  },
5610
+ "CloudStorageDiscoveryTarget": {
5611
+ "oneofs": {
5612
+ "cadence": {
5613
+ "oneof": [
5614
+ "generationCadence",
5615
+ "disabled"
5616
+ ]
5617
+ }
5618
+ },
5619
+ "fields": {
5620
+ "filter": {
5621
+ "type": "DiscoveryCloudStorageFilter",
5622
+ "id": 1,
5623
+ "options": {
5624
+ "(google.api.field_behavior)": "REQUIRED"
5625
+ }
5626
+ },
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
+ }
5647
+ }
5648
+ }
5649
+ },
5650
+ "DiscoveryCloudStorageFilter": {
5651
+ "oneofs": {
5652
+ "filter": {
5653
+ "oneof": [
5654
+ "collection",
5655
+ "cloudStorageResourceReference",
5656
+ "others"
5657
+ ]
5658
+ }
5659
+ },
5660
+ "fields": {
5661
+ "collection": {
5662
+ "type": "FileStoreCollection",
5663
+ "id": 1,
5664
+ "options": {
5665
+ "(google.api.field_behavior)": "OPTIONAL"
5666
+ }
5667
+ },
5668
+ "cloudStorageResourceReference": {
5669
+ "type": "CloudStorageResourceReference",
5670
+ "id": 2,
5671
+ "options": {
5672
+ "(google.api.field_behavior)": "OPTIONAL"
5673
+ }
5674
+ },
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": {
5705
+ "rule": "repeated",
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
+ ]
5720
+ }
5721
+ },
5722
+ "fields": {
5723
+ "cloudStorageRegex": {
5724
+ "type": "CloudStorageRegex",
5725
+ "id": 1,
5726
+ "options": {
5727
+ "(google.api.field_behavior)": "OPTIONAL"
5728
+ }
5729
+ }
5730
+ }
5731
+ },
5732
+ "CloudStorageRegex": {
5733
+ "fields": {
5734
+ "projectIdRegex": {
5735
+ "type": "string",
5736
+ "id": 1,
5737
+ "options": {
5738
+ "(google.api.field_behavior)": "OPTIONAL"
5739
+ }
5740
+ },
5741
+ "bucketNameRegex": {
5742
+ "type": "string",
5743
+ "id": 2,
5744
+ "options": {
5745
+ "(google.api.field_behavior)": "OPTIONAL"
5746
+ }
5747
+ }
5748
+ }
5749
+ },
5750
+ "CloudStorageResourceReference": {
5751
+ "fields": {
5752
+ "bucketName": {
5753
+ "type": "string",
5754
+ "id": 1,
5755
+ "options": {
5756
+ "(google.api.field_behavior)": "REQUIRED"
5757
+ }
5758
+ },
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
+ },
5503
5861
  "DiscoveryStartingLocation": {
5504
5862
  "oneofs": {
5505
5863
  "location": {
@@ -5520,6 +5878,9 @@
5520
5878
  }
5521
5879
  }
5522
5880
  },
5881
+ "AllOtherResources": {
5882
+ "fields": {}
5883
+ },
5523
5884
  "DlpJob": {
5524
5885
  "options": {
5525
5886
  "(google.api.resource).type": "dlp.googleapis.com/DlpJob",
@@ -6309,6 +6670,7 @@
6309
6670
  "values": {
6310
6671
  "RISK_SCORE_UNSPECIFIED": 0,
6311
6672
  "RISK_LOW": 10,
6673
+ "RISK_UNKNOWN": 12,
6312
6674
  "RISK_MODERATE": 20,
6313
6675
  "RISK_HIGH": 30
6314
6676
  }
@@ -6344,6 +6706,14 @@
6344
6706
  "profileStatus": {
6345
6707
  "type": "ProfileStatus",
6346
6708
  "id": 7
6709
+ },
6710
+ "tableDataProfileCount": {
6711
+ "type": "int64",
6712
+ "id": 9
6713
+ },
6714
+ "fileStoreDataProfileCount": {
6715
+ "type": "int64",
6716
+ "id": 10
6347
6717
  }
6348
6718
  }
6349
6719
  },
@@ -6700,6 +7070,176 @@
6700
7070
  }
6701
7071
  }
6702
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
+ },
6703
7243
  "GetProjectDataProfileRequest": {
6704
7244
  "fields": {
6705
7245
  "name": {
@@ -6712,6 +7252,83 @@
6712
7252
  }
6713
7253
  }
6714
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
+ },
6715
7332
  "GetTableDataProfileRequest": {
6716
7333
  "fields": {
6717
7334
  "name": {
@@ -6801,6 +7418,10 @@
6801
7418
  "type": "TableDataProfile",
6802
7419
  "id": 1
6803
7420
  },
7421
+ "fileStoreProfile": {
7422
+ "type": "FileStoreDataProfile",
7423
+ "id": 3
7424
+ },
6804
7425
  "event": {
6805
7426
  "type": "DataProfileAction.EventType",
6806
7427
  "id": 2
@@ -7111,6 +7732,37 @@
7111
7732
  }
7112
7733
  }
7113
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
+ },
7114
7766
  "InfoType": {
7115
7767
  "fields": {
7116
7768
  "name": {
@@ -7139,6 +7791,7 @@
7139
7791
  "values": {
7140
7792
  "SENSITIVITY_SCORE_UNSPECIFIED": 0,
7141
7793
  "SENSITIVITY_LOW": 10,
7794
+ "SENSITIVITY_UNKNOWN": 12,
7142
7795
  "SENSITIVITY_MODERATE": 20,
7143
7796
  "SENSITIVITY_HIGH": 30
7144
7797
  }