@google-cloud/dlp 6.0.1 → 6.1.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/build/protos/protos.json
CHANGED
|
@@ -118,16 +118,24 @@
|
|
|
118
118
|
"responseType": "ListInfoTypesResponse",
|
|
119
119
|
"options": {
|
|
120
120
|
"(google.api.http).get": "/v2/infoTypes",
|
|
121
|
-
"(google.api.http).additional_bindings.get": "/v2/{parent=locations/*}/infoTypes",
|
|
121
|
+
"(google.api.http).additional_bindings.get": "/v2/{parent=organizations/*/locations/*}/infoTypes",
|
|
122
122
|
"(google.api.method_signature)": "parent"
|
|
123
123
|
},
|
|
124
124
|
"parsedOptions": [
|
|
125
125
|
{
|
|
126
126
|
"(google.api.http)": {
|
|
127
127
|
"get": "/v2/infoTypes",
|
|
128
|
-
"additional_bindings":
|
|
129
|
-
|
|
130
|
-
|
|
128
|
+
"additional_bindings": [
|
|
129
|
+
{
|
|
130
|
+
"get": "/v2/{parent=locations/*}/infoTypes"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"get": "/v2/{parent=projects/*/locations/*}/infoTypes"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"get": "/v2/{parent=organizations/*/locations/*}/infoTypes"
|
|
137
|
+
}
|
|
138
|
+
]
|
|
131
139
|
}
|
|
132
140
|
},
|
|
133
141
|
{
|
|
@@ -2441,6 +2449,11 @@
|
|
|
2441
2449
|
"sensitivityScore": {
|
|
2442
2450
|
"type": "SensitivityScore",
|
|
2443
2451
|
"id": 11
|
|
2452
|
+
},
|
|
2453
|
+
"specificInfoTypes": {
|
|
2454
|
+
"rule": "repeated",
|
|
2455
|
+
"type": "string",
|
|
2456
|
+
"id": 12
|
|
2444
2457
|
}
|
|
2445
2458
|
}
|
|
2446
2459
|
},
|
|
@@ -2485,6 +2498,7 @@
|
|
|
2485
2498
|
"CHINA": 8,
|
|
2486
2499
|
"COLOMBIA": 9,
|
|
2487
2500
|
"CROATIA": 42,
|
|
2501
|
+
"CZECHIA": 52,
|
|
2488
2502
|
"DENMARK": 10,
|
|
2489
2503
|
"FRANCE": 11,
|
|
2490
2504
|
"FINLAND": 12,
|
|
@@ -5003,6 +5017,10 @@
|
|
|
5003
5017
|
"profileTable": {
|
|
5004
5018
|
"type": "BigQueryTable",
|
|
5005
5019
|
"id": 1
|
|
5020
|
+
},
|
|
5021
|
+
"sampleFindingsTable": {
|
|
5022
|
+
"type": "BigQueryTable",
|
|
5023
|
+
"id": 2
|
|
5006
5024
|
}
|
|
5007
5025
|
}
|
|
5008
5026
|
},
|
|
@@ -5107,6 +5125,69 @@
|
|
|
5107
5125
|
}
|
|
5108
5126
|
}
|
|
5109
5127
|
},
|
|
5128
|
+
"DataProfileFinding": {
|
|
5129
|
+
"fields": {
|
|
5130
|
+
"quote": {
|
|
5131
|
+
"type": "string",
|
|
5132
|
+
"id": 1
|
|
5133
|
+
},
|
|
5134
|
+
"infotype": {
|
|
5135
|
+
"type": "InfoType",
|
|
5136
|
+
"id": 2
|
|
5137
|
+
},
|
|
5138
|
+
"quoteInfo": {
|
|
5139
|
+
"type": "QuoteInfo",
|
|
5140
|
+
"id": 3
|
|
5141
|
+
},
|
|
5142
|
+
"dataProfileResourceName": {
|
|
5143
|
+
"type": "string",
|
|
5144
|
+
"id": 4
|
|
5145
|
+
},
|
|
5146
|
+
"findingId": {
|
|
5147
|
+
"type": "string",
|
|
5148
|
+
"id": 5
|
|
5149
|
+
},
|
|
5150
|
+
"timestamp": {
|
|
5151
|
+
"type": "google.protobuf.Timestamp",
|
|
5152
|
+
"id": 6
|
|
5153
|
+
},
|
|
5154
|
+
"location": {
|
|
5155
|
+
"type": "DataProfileFindingLocation",
|
|
5156
|
+
"id": 7
|
|
5157
|
+
},
|
|
5158
|
+
"resourceVisibility": {
|
|
5159
|
+
"type": "ResourceVisibility",
|
|
5160
|
+
"id": 8
|
|
5161
|
+
}
|
|
5162
|
+
}
|
|
5163
|
+
},
|
|
5164
|
+
"DataProfileFindingLocation": {
|
|
5165
|
+
"oneofs": {
|
|
5166
|
+
"locationExtraDetails": {
|
|
5167
|
+
"oneof": [
|
|
5168
|
+
"dataProfileFindingRecordLocation"
|
|
5169
|
+
]
|
|
5170
|
+
}
|
|
5171
|
+
},
|
|
5172
|
+
"fields": {
|
|
5173
|
+
"containerName": {
|
|
5174
|
+
"type": "string",
|
|
5175
|
+
"id": 1
|
|
5176
|
+
},
|
|
5177
|
+
"dataProfileFindingRecordLocation": {
|
|
5178
|
+
"type": "DataProfileFindingRecordLocation",
|
|
5179
|
+
"id": 2
|
|
5180
|
+
}
|
|
5181
|
+
}
|
|
5182
|
+
},
|
|
5183
|
+
"DataProfileFindingRecordLocation": {
|
|
5184
|
+
"fields": {
|
|
5185
|
+
"field": {
|
|
5186
|
+
"type": "FieldId",
|
|
5187
|
+
"id": 1
|
|
5188
|
+
}
|
|
5189
|
+
}
|
|
5190
|
+
},
|
|
5110
5191
|
"DataProfileJobConfig": {
|
|
5111
5192
|
"fields": {
|
|
5112
5193
|
"location": {
|
|
@@ -7425,6 +7506,15 @@
|
|
|
7425
7506
|
"type": "google.protobuf.Timestamp",
|
|
7426
7507
|
"id": 23
|
|
7427
7508
|
},
|
|
7509
|
+
"sampleFindingsTable": {
|
|
7510
|
+
"type": "BigQueryTable",
|
|
7511
|
+
"id": 37
|
|
7512
|
+
},
|
|
7513
|
+
"tags": {
|
|
7514
|
+
"rule": "repeated",
|
|
7515
|
+
"type": "Tag",
|
|
7516
|
+
"id": 39
|
|
7517
|
+
},
|
|
7428
7518
|
"relatedResources": {
|
|
7429
7519
|
"rule": "repeated",
|
|
7430
7520
|
"type": "RelatedResource",
|
|
@@ -7734,10 +7824,19 @@
|
|
|
7734
7824
|
"type": "FileStoreInfoTypeSummary",
|
|
7735
7825
|
"id": 21
|
|
7736
7826
|
},
|
|
7827
|
+
"sampleFindingsTable": {
|
|
7828
|
+
"type": "BigQueryTable",
|
|
7829
|
+
"id": 22
|
|
7830
|
+
},
|
|
7737
7831
|
"fileStoreIsEmpty": {
|
|
7738
7832
|
"type": "bool",
|
|
7739
7833
|
"id": 23
|
|
7740
7834
|
},
|
|
7835
|
+
"tags": {
|
|
7836
|
+
"rule": "repeated",
|
|
7837
|
+
"type": "Tag",
|
|
7838
|
+
"id": 25
|
|
7839
|
+
},
|
|
7741
7840
|
"relatedResources": {
|
|
7742
7841
|
"rule": "repeated",
|
|
7743
7842
|
"type": "RelatedResource",
|
|
@@ -7754,6 +7853,22 @@
|
|
|
7754
7853
|
}
|
|
7755
7854
|
}
|
|
7756
7855
|
},
|
|
7856
|
+
"Tag": {
|
|
7857
|
+
"fields": {
|
|
7858
|
+
"namespacedTagValue": {
|
|
7859
|
+
"type": "string",
|
|
7860
|
+
"id": 1
|
|
7861
|
+
},
|
|
7862
|
+
"key": {
|
|
7863
|
+
"type": "string",
|
|
7864
|
+
"id": 2
|
|
7865
|
+
},
|
|
7866
|
+
"value": {
|
|
7867
|
+
"type": "string",
|
|
7868
|
+
"id": 3
|
|
7869
|
+
}
|
|
7870
|
+
}
|
|
7871
|
+
},
|
|
7757
7872
|
"RelatedResource": {
|
|
7758
7873
|
"fields": {
|
|
7759
7874
|
"fullResource": {
|
|
@@ -192,6 +192,9 @@ export declare class DlpServiceClient {
|
|
|
192
192
|
* system will automatically choose what detectors to run. By default this may
|
|
193
193
|
* be all types, but may change over time as detectors are updated.
|
|
194
194
|
*
|
|
195
|
+
* Only the first frame of each multiframe image is redacted. Metadata and
|
|
196
|
+
* other frames are omitted in the response.
|
|
197
|
+
*
|
|
195
198
|
* @param {Object} request
|
|
196
199
|
* The request object that will be sent.
|
|
197
200
|
* @param {string} request.parent
|