google-apis-dlp_v2 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module DlpV2
18
+ # Version of the google-apis-dlp_v2 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.1.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20201231"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,3144 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module DlpV2
24
+
25
+ class GooglePrivacyDlpV2Action
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class GooglePrivacyDlpV2ActivateJobTriggerRequest
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class GooglePrivacyDlpV2AuxiliaryTable
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class GooglePrivacyDlpV2BigQueryField
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class GooglePrivacyDlpV2BigQueryKey
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class GooglePrivacyDlpV2BigQueryOptions
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class GooglePrivacyDlpV2BigQueryTable
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class GooglePrivacyDlpV2BoundingBox
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class GooglePrivacyDlpV2Bucket
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class GooglePrivacyDlpV2BucketingConfig
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class GooglePrivacyDlpV2ByteContentItem
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class GooglePrivacyDlpV2CancelDlpJobRequest
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class GooglePrivacyDlpV2CategoricalStatsConfig
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GooglePrivacyDlpV2CategoricalStatsHistogramBucket
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class GooglePrivacyDlpV2CategoricalStatsResult
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class GooglePrivacyDlpV2CharacterMaskConfig
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class GooglePrivacyDlpV2CharsToIgnore
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class GooglePrivacyDlpV2CloudStorageFileSet
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class GooglePrivacyDlpV2CloudStorageOptions
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class GooglePrivacyDlpV2CloudStoragePath
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class GooglePrivacyDlpV2CloudStorageRegexFileSet
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class GooglePrivacyDlpV2Color
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GooglePrivacyDlpV2Condition
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GooglePrivacyDlpV2Conditions
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GooglePrivacyDlpV2Container
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GooglePrivacyDlpV2ContentItem
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GooglePrivacyDlpV2ContentLocation
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GooglePrivacyDlpV2CreateDeidentifyTemplateRequest
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class GooglePrivacyDlpV2CreateDlpJobRequest
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class GooglePrivacyDlpV2CreateInspectTemplateRequest
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class GooglePrivacyDlpV2CreateJobTriggerRequest
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GooglePrivacyDlpV2CreateStoredInfoTypeRequest
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class GooglePrivacyDlpV2CryptoDeterministicConfig
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GooglePrivacyDlpV2CryptoHashConfig
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class GooglePrivacyDlpV2CryptoKey
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class GooglePrivacyDlpV2CustomInfoType
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GooglePrivacyDlpV2DatastoreKey
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class GooglePrivacyDlpV2DatastoreOptions
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class GooglePrivacyDlpV2DateShiftConfig
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class GooglePrivacyDlpV2DateTime
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class GooglePrivacyDlpV2DeidentifyConfig
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GooglePrivacyDlpV2DeidentifyContentRequest
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class GooglePrivacyDlpV2DeidentifyContentResponse
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class GooglePrivacyDlpV2DeidentifyTemplate
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class GooglePrivacyDlpV2DeltaPresenceEstimationConfig
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class GooglePrivacyDlpV2DeltaPresenceEstimationResult
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class GooglePrivacyDlpV2DetectionRule
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class GooglePrivacyDlpV2Dictionary
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class GooglePrivacyDlpV2DlpJob
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class GooglePrivacyDlpV2DocumentLocation
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class GooglePrivacyDlpV2EntityId
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class GooglePrivacyDlpV2Error
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class GooglePrivacyDlpV2ExcludeInfoTypes
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class GooglePrivacyDlpV2ExclusionRule
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class GooglePrivacyDlpV2Expressions
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class GooglePrivacyDlpV2FieldId
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class GooglePrivacyDlpV2FieldTransformation
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class GooglePrivacyDlpV2FileSet
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class GooglePrivacyDlpV2Finding
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class GooglePrivacyDlpV2FindingLimits
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class GooglePrivacyDlpV2FinishDlpJobRequest
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class GooglePrivacyDlpV2FixedSizeBucketingConfig
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class GooglePrivacyDlpV2HotwordRule
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class GooglePrivacyDlpV2HybridContentItem
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class GooglePrivacyDlpV2HybridFindingDetails
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class GooglePrivacyDlpV2HybridInspectDlpJobRequest
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class GooglePrivacyDlpV2HybridInspectJobTriggerRequest
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class GooglePrivacyDlpV2HybridInspectResponse
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class GooglePrivacyDlpV2HybridInspectStatistics
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class GooglePrivacyDlpV2HybridOptions
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class GooglePrivacyDlpV2ImageLocation
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class GooglePrivacyDlpV2ImageRedactionConfig
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class GooglePrivacyDlpV2InfoType
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class GooglePrivacyDlpV2InfoTypeDescription
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class GooglePrivacyDlpV2InfoTypeLimit
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class GooglePrivacyDlpV2InfoTypeStats
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class GooglePrivacyDlpV2InfoTypeTransformation
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class GooglePrivacyDlpV2InfoTypeTransformations
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class GooglePrivacyDlpV2InspectConfig
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class GooglePrivacyDlpV2InspectContentRequest
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class GooglePrivacyDlpV2InspectContentResponse
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class GooglePrivacyDlpV2InspectDataSourceDetails
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class GooglePrivacyDlpV2InspectJobConfig
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class GooglePrivacyDlpV2InspectResult
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class GooglePrivacyDlpV2InspectTemplate
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class GooglePrivacyDlpV2InspectionRule
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class GooglePrivacyDlpV2InspectionRuleSet
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class GooglePrivacyDlpV2JobNotificationEmails
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class GooglePrivacyDlpV2JobTrigger
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class GooglePrivacyDlpV2KAnonymityConfig
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class GooglePrivacyDlpV2KAnonymityEquivalenceClass
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class GooglePrivacyDlpV2KAnonymityHistogramBucket
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class GooglePrivacyDlpV2KAnonymityResult
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class GooglePrivacyDlpV2KMapEstimationConfig
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class GooglePrivacyDlpV2KMapEstimationHistogramBucket
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class GooglePrivacyDlpV2KMapEstimationQuasiIdValues
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class GooglePrivacyDlpV2KMapEstimationResult
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class GooglePrivacyDlpV2Key
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class GooglePrivacyDlpV2KindExpression
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class GooglePrivacyDlpV2KmsWrappedCryptoKey
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class GooglePrivacyDlpV2LDiversityConfig
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class GooglePrivacyDlpV2LDiversityEquivalenceClass
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class GooglePrivacyDlpV2LDiversityHistogramBucket
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class GooglePrivacyDlpV2LDiversityResult
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class GooglePrivacyDlpV2LargeCustomDictionaryConfig
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class GooglePrivacyDlpV2LargeCustomDictionaryStats
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class GooglePrivacyDlpV2LeaveUntransformed
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class GooglePrivacyDlpV2LikelihoodAdjustment
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class GooglePrivacyDlpV2ListDeidentifyTemplatesResponse
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class GooglePrivacyDlpV2ListDlpJobsResponse
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class GooglePrivacyDlpV2ListInfoTypesResponse
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class GooglePrivacyDlpV2ListInspectTemplatesResponse
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class GooglePrivacyDlpV2ListJobTriggersResponse
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class GooglePrivacyDlpV2ListStoredInfoTypesResponse
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class GooglePrivacyDlpV2Location
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class GooglePrivacyDlpV2Manual
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class GooglePrivacyDlpV2MetadataLocation
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class GooglePrivacyDlpV2NumericalStatsConfig
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class GooglePrivacyDlpV2NumericalStatsResult
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class GooglePrivacyDlpV2OutputStorageConfig
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class GooglePrivacyDlpV2PartitionId
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class GooglePrivacyDlpV2PathElement
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class GooglePrivacyDlpV2PrimitiveTransformation
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class GooglePrivacyDlpV2PrivacyMetric
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class GooglePrivacyDlpV2Proximity
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class GooglePrivacyDlpV2PublishSummaryToCscc
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class GooglePrivacyDlpV2PublishToPubSub
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class GooglePrivacyDlpV2PublishToStackdriver
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class GooglePrivacyDlpV2QuasiId
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class GooglePrivacyDlpV2QuasiIdField
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class GooglePrivacyDlpV2QuasiIdentifierField
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class GooglePrivacyDlpV2QuoteInfo
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class GooglePrivacyDlpV2Range
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class GooglePrivacyDlpV2RecordCondition
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class GooglePrivacyDlpV2RecordKey
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class GooglePrivacyDlpV2RecordLocation
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class GooglePrivacyDlpV2RecordSuppression
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class GooglePrivacyDlpV2RecordTransformations
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class GooglePrivacyDlpV2RedactConfig
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class GooglePrivacyDlpV2RedactImageRequest
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class GooglePrivacyDlpV2RedactImageResponse
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class GooglePrivacyDlpV2Regex
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class GooglePrivacyDlpV2ReidentifyContentRequest
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class GooglePrivacyDlpV2ReidentifyContentResponse
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class GooglePrivacyDlpV2ReplaceValueConfig
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class GooglePrivacyDlpV2ReplaceWithInfoTypeConfig
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
931
+ class GooglePrivacyDlpV2RequestedOptions
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
937
+ class GooglePrivacyDlpV2RequestedRiskAnalysisOptions
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
943
+ class GooglePrivacyDlpV2Result
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
949
+ class GooglePrivacyDlpV2RiskAnalysisJobConfig
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
955
+ class GooglePrivacyDlpV2Row
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
961
+ class GooglePrivacyDlpV2SaveFindings
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class GooglePrivacyDlpV2Schedule
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class GooglePrivacyDlpV2StatisticalTable
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class GooglePrivacyDlpV2StorageConfig
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
985
+ class GooglePrivacyDlpV2StorageMetadataLabel
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
991
+ class GooglePrivacyDlpV2StoredInfoType
992
+ class Representation < Google::Apis::Core::JsonRepresentation; end
993
+
994
+ include Google::Apis::Core::JsonObjectSupport
995
+ end
996
+
997
+ class GooglePrivacyDlpV2StoredInfoTypeConfig
998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
999
+
1000
+ include Google::Apis::Core::JsonObjectSupport
1001
+ end
1002
+
1003
+ class GooglePrivacyDlpV2StoredInfoTypeStats
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class GooglePrivacyDlpV2StoredInfoTypeVersion
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
1015
+ class GooglePrivacyDlpV2StoredType
1016
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1017
+
1018
+ include Google::Apis::Core::JsonObjectSupport
1019
+ end
1020
+
1021
+ class GooglePrivacyDlpV2SummaryResult
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1027
+ class GooglePrivacyDlpV2SurrogateType
1028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1029
+
1030
+ include Google::Apis::Core::JsonObjectSupport
1031
+ end
1032
+
1033
+ class GooglePrivacyDlpV2Table
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
1039
+ class GooglePrivacyDlpV2TableLocation
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1045
+ class GooglePrivacyDlpV2TableOptions
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1051
+ class GooglePrivacyDlpV2TaggedField
1052
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1053
+
1054
+ include Google::Apis::Core::JsonObjectSupport
1055
+ end
1056
+
1057
+ class GooglePrivacyDlpV2ThrowError
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1063
+ class GooglePrivacyDlpV2TimePartConfig
1064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1065
+
1066
+ include Google::Apis::Core::JsonObjectSupport
1067
+ end
1068
+
1069
+ class GooglePrivacyDlpV2TimeZone
1070
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1071
+
1072
+ include Google::Apis::Core::JsonObjectSupport
1073
+ end
1074
+
1075
+ class GooglePrivacyDlpV2TimespanConfig
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1081
+ class GooglePrivacyDlpV2TransformationErrorHandling
1082
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1083
+
1084
+ include Google::Apis::Core::JsonObjectSupport
1085
+ end
1086
+
1087
+ class GooglePrivacyDlpV2TransformationOverview
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ class GooglePrivacyDlpV2TransformationSummary
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1099
+ class GooglePrivacyDlpV2TransientCryptoKey
1100
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1101
+
1102
+ include Google::Apis::Core::JsonObjectSupport
1103
+ end
1104
+
1105
+ class GooglePrivacyDlpV2Trigger
1106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1107
+
1108
+ include Google::Apis::Core::JsonObjectSupport
1109
+ end
1110
+
1111
+ class GooglePrivacyDlpV2UnwrappedCryptoKey
1112
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1113
+
1114
+ include Google::Apis::Core::JsonObjectSupport
1115
+ end
1116
+
1117
+ class GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest
1118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1119
+
1120
+ include Google::Apis::Core::JsonObjectSupport
1121
+ end
1122
+
1123
+ class GooglePrivacyDlpV2UpdateInspectTemplateRequest
1124
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1125
+
1126
+ include Google::Apis::Core::JsonObjectSupport
1127
+ end
1128
+
1129
+ class GooglePrivacyDlpV2UpdateJobTriggerRequest
1130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1131
+
1132
+ include Google::Apis::Core::JsonObjectSupport
1133
+ end
1134
+
1135
+ class GooglePrivacyDlpV2UpdateStoredInfoTypeRequest
1136
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1137
+
1138
+ include Google::Apis::Core::JsonObjectSupport
1139
+ end
1140
+
1141
+ class GooglePrivacyDlpV2Value
1142
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1143
+
1144
+ include Google::Apis::Core::JsonObjectSupport
1145
+ end
1146
+
1147
+ class GooglePrivacyDlpV2ValueFrequency
1148
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1149
+
1150
+ include Google::Apis::Core::JsonObjectSupport
1151
+ end
1152
+
1153
+ class GooglePrivacyDlpV2WordList
1154
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1155
+
1156
+ include Google::Apis::Core::JsonObjectSupport
1157
+ end
1158
+
1159
+ class GoogleProtobufEmpty
1160
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1161
+
1162
+ include Google::Apis::Core::JsonObjectSupport
1163
+ end
1164
+
1165
+ class GoogleRpcStatus
1166
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1167
+
1168
+ include Google::Apis::Core::JsonObjectSupport
1169
+ end
1170
+
1171
+ class GoogleTypeDate
1172
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1173
+
1174
+ include Google::Apis::Core::JsonObjectSupport
1175
+ end
1176
+
1177
+ class GoogleTypeTimeOfDay
1178
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1179
+
1180
+ include Google::Apis::Core::JsonObjectSupport
1181
+ end
1182
+
1183
+ class GooglePrivacyDlpV2Action
1184
+ # @private
1185
+ class Representation < Google::Apis::Core::JsonRepresentation
1186
+ property :job_notification_emails, as: 'jobNotificationEmails', class: Google::Apis::DlpV2::GooglePrivacyDlpV2JobNotificationEmails, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2JobNotificationEmails::Representation
1187
+
1188
+ property :pub_sub, as: 'pubSub', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToPubSub, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToPubSub::Representation
1189
+
1190
+ property :publish_findings_to_cloud_data_catalog, as: 'publishFindingsToCloudDataCatalog', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog::Representation
1191
+
1192
+ property :publish_summary_to_cscc, as: 'publishSummaryToCscc', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishSummaryToCscc, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishSummaryToCscc::Representation
1193
+
1194
+ property :publish_to_stackdriver, as: 'publishToStackdriver', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToStackdriver, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToStackdriver::Representation
1195
+
1196
+ property :save_findings, as: 'saveFindings', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SaveFindings, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SaveFindings::Representation
1197
+
1198
+ end
1199
+ end
1200
+
1201
+ class GooglePrivacyDlpV2ActivateJobTriggerRequest
1202
+ # @private
1203
+ class Representation < Google::Apis::Core::JsonRepresentation
1204
+ end
1205
+ end
1206
+
1207
+ class GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails
1208
+ # @private
1209
+ class Representation < Google::Apis::Core::JsonRepresentation
1210
+ property :categorical_stats_result, as: 'categoricalStatsResult', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsResult, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsResult::Representation
1211
+
1212
+ property :delta_presence_estimation_result, as: 'deltaPresenceEstimationResult', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeltaPresenceEstimationResult, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DeltaPresenceEstimationResult::Representation
1213
+
1214
+ property :k_anonymity_result, as: 'kAnonymityResult', class: Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityResult, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityResult::Representation
1215
+
1216
+ property :k_map_estimation_result, as: 'kMapEstimationResult', class: Google::Apis::DlpV2::GooglePrivacyDlpV2KMapEstimationResult, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2KMapEstimationResult::Representation
1217
+
1218
+ property :l_diversity_result, as: 'lDiversityResult', class: Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityResult, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityResult::Representation
1219
+
1220
+ property :numerical_stats_result, as: 'numericalStatsResult', class: Google::Apis::DlpV2::GooglePrivacyDlpV2NumericalStatsResult, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2NumericalStatsResult::Representation
1221
+
1222
+ property :requested_options, as: 'requestedOptions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedRiskAnalysisOptions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedRiskAnalysisOptions::Representation
1223
+
1224
+ property :requested_privacy_metric, as: 'requestedPrivacyMetric', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PrivacyMetric, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PrivacyMetric::Representation
1225
+
1226
+ property :requested_source_table, as: 'requestedSourceTable', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable::Representation
1227
+
1228
+ end
1229
+ end
1230
+
1231
+ class GooglePrivacyDlpV2AuxiliaryTable
1232
+ # @private
1233
+ class Representation < Google::Apis::Core::JsonRepresentation
1234
+ collection :quasi_ids, as: 'quasiIds', class: Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiIdField, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiIdField::Representation
1235
+
1236
+ property :relative_frequency, as: 'relativeFrequency', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1237
+
1238
+ property :table, as: 'table', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable::Representation
1239
+
1240
+ end
1241
+ end
1242
+
1243
+ class GooglePrivacyDlpV2BigQueryField
1244
+ # @private
1245
+ class Representation < Google::Apis::Core::JsonRepresentation
1246
+ property :field, as: 'field', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1247
+
1248
+ property :table, as: 'table', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable::Representation
1249
+
1250
+ end
1251
+ end
1252
+
1253
+ class GooglePrivacyDlpV2BigQueryKey
1254
+ # @private
1255
+ class Representation < Google::Apis::Core::JsonRepresentation
1256
+ property :row_number, :numeric_string => true, as: 'rowNumber'
1257
+ property :table_reference, as: 'tableReference', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable::Representation
1258
+
1259
+ end
1260
+ end
1261
+
1262
+ class GooglePrivacyDlpV2BigQueryOptions
1263
+ # @private
1264
+ class Representation < Google::Apis::Core::JsonRepresentation
1265
+ collection :excluded_fields, as: 'excludedFields', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1266
+
1267
+ collection :identifying_fields, as: 'identifyingFields', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1268
+
1269
+ property :rows_limit, :numeric_string => true, as: 'rowsLimit'
1270
+ property :rows_limit_percent, as: 'rowsLimitPercent'
1271
+ property :sample_method, as: 'sampleMethod'
1272
+ property :table_reference, as: 'tableReference', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable::Representation
1273
+
1274
+ end
1275
+ end
1276
+
1277
+ class GooglePrivacyDlpV2BigQueryTable
1278
+ # @private
1279
+ class Representation < Google::Apis::Core::JsonRepresentation
1280
+ property :dataset_id, as: 'datasetId'
1281
+ property :project_id, as: 'projectId'
1282
+ property :table_id, as: 'tableId'
1283
+ end
1284
+ end
1285
+
1286
+ class GooglePrivacyDlpV2BoundingBox
1287
+ # @private
1288
+ class Representation < Google::Apis::Core::JsonRepresentation
1289
+ property :height, as: 'height'
1290
+ property :left, as: 'left'
1291
+ property :top, as: 'top'
1292
+ property :width, as: 'width'
1293
+ end
1294
+ end
1295
+
1296
+ class GooglePrivacyDlpV2Bucket
1297
+ # @private
1298
+ class Representation < Google::Apis::Core::JsonRepresentation
1299
+ property :max, as: 'max', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
1300
+
1301
+ property :min, as: 'min', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
1302
+
1303
+ property :replacement_value, as: 'replacementValue', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
1304
+
1305
+ end
1306
+ end
1307
+
1308
+ class GooglePrivacyDlpV2BucketingConfig
1309
+ # @private
1310
+ class Representation < Google::Apis::Core::JsonRepresentation
1311
+ collection :buckets, as: 'buckets', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Bucket, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Bucket::Representation
1312
+
1313
+ end
1314
+ end
1315
+
1316
+ class GooglePrivacyDlpV2ByteContentItem
1317
+ # @private
1318
+ class Representation < Google::Apis::Core::JsonRepresentation
1319
+ property :data, :base64 => true, as: 'data'
1320
+ property :type, as: 'type'
1321
+ end
1322
+ end
1323
+
1324
+ class GooglePrivacyDlpV2CancelDlpJobRequest
1325
+ # @private
1326
+ class Representation < Google::Apis::Core::JsonRepresentation
1327
+ end
1328
+ end
1329
+
1330
+ class GooglePrivacyDlpV2CategoricalStatsConfig
1331
+ # @private
1332
+ class Representation < Google::Apis::Core::JsonRepresentation
1333
+ property :field, as: 'field', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1334
+
1335
+ end
1336
+ end
1337
+
1338
+ class GooglePrivacyDlpV2CategoricalStatsHistogramBucket
1339
+ # @private
1340
+ class Representation < Google::Apis::Core::JsonRepresentation
1341
+ property :bucket_size, :numeric_string => true, as: 'bucketSize'
1342
+ property :bucket_value_count, :numeric_string => true, as: 'bucketValueCount'
1343
+ collection :bucket_values, as: 'bucketValues', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ValueFrequency, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ValueFrequency::Representation
1344
+
1345
+ property :value_frequency_lower_bound, :numeric_string => true, as: 'valueFrequencyLowerBound'
1346
+ property :value_frequency_upper_bound, :numeric_string => true, as: 'valueFrequencyUpperBound'
1347
+ end
1348
+ end
1349
+
1350
+ class GooglePrivacyDlpV2CategoricalStatsResult
1351
+ # @private
1352
+ class Representation < Google::Apis::Core::JsonRepresentation
1353
+ collection :value_frequency_histogram_buckets, as: 'valueFrequencyHistogramBuckets', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsHistogramBucket, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsHistogramBucket::Representation
1354
+
1355
+ end
1356
+ end
1357
+
1358
+ class GooglePrivacyDlpV2CharacterMaskConfig
1359
+ # @private
1360
+ class Representation < Google::Apis::Core::JsonRepresentation
1361
+ collection :characters_to_ignore, as: 'charactersToIgnore', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CharsToIgnore, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CharsToIgnore::Representation
1362
+
1363
+ property :masking_character, as: 'maskingCharacter'
1364
+ property :number_to_mask, as: 'numberToMask'
1365
+ property :reverse_order, as: 'reverseOrder'
1366
+ end
1367
+ end
1368
+
1369
+ class GooglePrivacyDlpV2CharsToIgnore
1370
+ # @private
1371
+ class Representation < Google::Apis::Core::JsonRepresentation
1372
+ property :characters_to_skip, as: 'charactersToSkip'
1373
+ property :common_characters_to_ignore, as: 'commonCharactersToIgnore'
1374
+ end
1375
+ end
1376
+
1377
+ class GooglePrivacyDlpV2CloudStorageFileSet
1378
+ # @private
1379
+ class Representation < Google::Apis::Core::JsonRepresentation
1380
+ property :url, as: 'url'
1381
+ end
1382
+ end
1383
+
1384
+ class GooglePrivacyDlpV2CloudStorageOptions
1385
+ # @private
1386
+ class Representation < Google::Apis::Core::JsonRepresentation
1387
+ property :bytes_limit_per_file, :numeric_string => true, as: 'bytesLimitPerFile'
1388
+ property :bytes_limit_per_file_percent, as: 'bytesLimitPerFilePercent'
1389
+ property :file_set, as: 'fileSet', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileSet, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileSet::Representation
1390
+
1391
+ collection :file_types, as: 'fileTypes'
1392
+ property :files_limit_percent, as: 'filesLimitPercent'
1393
+ property :sample_method, as: 'sampleMethod'
1394
+ end
1395
+ end
1396
+
1397
+ class GooglePrivacyDlpV2CloudStoragePath
1398
+ # @private
1399
+ class Representation < Google::Apis::Core::JsonRepresentation
1400
+ property :path, as: 'path'
1401
+ end
1402
+ end
1403
+
1404
+ class GooglePrivacyDlpV2CloudStorageRegexFileSet
1405
+ # @private
1406
+ class Representation < Google::Apis::Core::JsonRepresentation
1407
+ property :bucket_name, as: 'bucketName'
1408
+ collection :exclude_regex, as: 'excludeRegex'
1409
+ collection :include_regex, as: 'includeRegex'
1410
+ end
1411
+ end
1412
+
1413
+ class GooglePrivacyDlpV2Color
1414
+ # @private
1415
+ class Representation < Google::Apis::Core::JsonRepresentation
1416
+ property :blue, as: 'blue'
1417
+ property :green, as: 'green'
1418
+ property :red, as: 'red'
1419
+ end
1420
+ end
1421
+
1422
+ class GooglePrivacyDlpV2Condition
1423
+ # @private
1424
+ class Representation < Google::Apis::Core::JsonRepresentation
1425
+ property :field, as: 'field', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1426
+
1427
+ property :operator, as: 'operator'
1428
+ property :value, as: 'value', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
1429
+
1430
+ end
1431
+ end
1432
+
1433
+ class GooglePrivacyDlpV2Conditions
1434
+ # @private
1435
+ class Representation < Google::Apis::Core::JsonRepresentation
1436
+ collection :conditions, as: 'conditions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Condition, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Condition::Representation
1437
+
1438
+ end
1439
+ end
1440
+
1441
+ class GooglePrivacyDlpV2Container
1442
+ # @private
1443
+ class Representation < Google::Apis::Core::JsonRepresentation
1444
+ property :full_path, as: 'fullPath'
1445
+ property :project_id, as: 'projectId'
1446
+ property :relative_path, as: 'relativePath'
1447
+ property :root_path, as: 'rootPath'
1448
+ property :type, as: 'type'
1449
+ property :update_time, as: 'updateTime'
1450
+ property :version, as: 'version'
1451
+ end
1452
+ end
1453
+
1454
+ class GooglePrivacyDlpV2ContentItem
1455
+ # @private
1456
+ class Representation < Google::Apis::Core::JsonRepresentation
1457
+ property :byte_item, as: 'byteItem', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem::Representation
1458
+
1459
+ property :table, as: 'table', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Table, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Table::Representation
1460
+
1461
+ property :value, as: 'value'
1462
+ end
1463
+ end
1464
+
1465
+ class GooglePrivacyDlpV2ContentLocation
1466
+ # @private
1467
+ class Representation < Google::Apis::Core::JsonRepresentation
1468
+ property :container_name, as: 'containerName'
1469
+ property :container_timestamp, as: 'containerTimestamp'
1470
+ property :container_version, as: 'containerVersion'
1471
+ property :document_location, as: 'documentLocation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DocumentLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DocumentLocation::Representation
1472
+
1473
+ property :image_location, as: 'imageLocation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageLocation::Representation
1474
+
1475
+ property :metadata_location, as: 'metadataLocation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2MetadataLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2MetadataLocation::Representation
1476
+
1477
+ property :record_location, as: 'recordLocation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordLocation::Representation
1478
+
1479
+ end
1480
+ end
1481
+
1482
+ class GooglePrivacyDlpV2CreateDeidentifyTemplateRequest
1483
+ # @private
1484
+ class Representation < Google::Apis::Core::JsonRepresentation
1485
+ property :deidentify_template, as: 'deidentifyTemplate', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyTemplate, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyTemplate::Representation
1486
+
1487
+ property :location_id, as: 'locationId'
1488
+ property :template_id, as: 'templateId'
1489
+ end
1490
+ end
1491
+
1492
+ class GooglePrivacyDlpV2CreateDlpJobRequest
1493
+ # @private
1494
+ class Representation < Google::Apis::Core::JsonRepresentation
1495
+ property :inspect_job, as: 'inspectJob', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig::Representation
1496
+
1497
+ property :job_id, as: 'jobId'
1498
+ property :location_id, as: 'locationId'
1499
+ property :risk_job, as: 'riskJob', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RiskAnalysisJobConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RiskAnalysisJobConfig::Representation
1500
+
1501
+ end
1502
+ end
1503
+
1504
+ class GooglePrivacyDlpV2CreateInspectTemplateRequest
1505
+ # @private
1506
+ class Representation < Google::Apis::Core::JsonRepresentation
1507
+ property :inspect_template, as: 'inspectTemplate', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectTemplate, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectTemplate::Representation
1508
+
1509
+ property :location_id, as: 'locationId'
1510
+ property :template_id, as: 'templateId'
1511
+ end
1512
+ end
1513
+
1514
+ class GooglePrivacyDlpV2CreateJobTriggerRequest
1515
+ # @private
1516
+ class Representation < Google::Apis::Core::JsonRepresentation
1517
+ property :job_trigger, as: 'jobTrigger', class: Google::Apis::DlpV2::GooglePrivacyDlpV2JobTrigger, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2JobTrigger::Representation
1518
+
1519
+ property :location_id, as: 'locationId'
1520
+ property :trigger_id, as: 'triggerId'
1521
+ end
1522
+ end
1523
+
1524
+ class GooglePrivacyDlpV2CreateStoredInfoTypeRequest
1525
+ # @private
1526
+ class Representation < Google::Apis::Core::JsonRepresentation
1527
+ property :config, as: 'config', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeConfig::Representation
1528
+
1529
+ property :location_id, as: 'locationId'
1530
+ property :stored_info_type_id, as: 'storedInfoTypeId'
1531
+ end
1532
+ end
1533
+
1534
+ class GooglePrivacyDlpV2CryptoDeterministicConfig
1535
+ # @private
1536
+ class Representation < Google::Apis::Core::JsonRepresentation
1537
+ property :context, as: 'context', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1538
+
1539
+ property :crypto_key, as: 'cryptoKey', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey::Representation
1540
+
1541
+ property :surrogate_info_type, as: 'surrogateInfoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
1542
+
1543
+ end
1544
+ end
1545
+
1546
+ class GooglePrivacyDlpV2CryptoHashConfig
1547
+ # @private
1548
+ class Representation < Google::Apis::Core::JsonRepresentation
1549
+ property :crypto_key, as: 'cryptoKey', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey::Representation
1550
+
1551
+ end
1552
+ end
1553
+
1554
+ class GooglePrivacyDlpV2CryptoKey
1555
+ # @private
1556
+ class Representation < Google::Apis::Core::JsonRepresentation
1557
+ property :kms_wrapped, as: 'kmsWrapped', class: Google::Apis::DlpV2::GooglePrivacyDlpV2KmsWrappedCryptoKey, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2KmsWrappedCryptoKey::Representation
1558
+
1559
+ property :transient, as: 'transient', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TransientCryptoKey, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TransientCryptoKey::Representation
1560
+
1561
+ property :unwrapped, as: 'unwrapped', class: Google::Apis::DlpV2::GooglePrivacyDlpV2UnwrappedCryptoKey, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2UnwrappedCryptoKey::Representation
1562
+
1563
+ end
1564
+ end
1565
+
1566
+ class GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig
1567
+ # @private
1568
+ class Representation < Google::Apis::Core::JsonRepresentation
1569
+ property :common_alphabet, as: 'commonAlphabet'
1570
+ property :context, as: 'context', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1571
+
1572
+ property :crypto_key, as: 'cryptoKey', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey::Representation
1573
+
1574
+ property :custom_alphabet, as: 'customAlphabet'
1575
+ property :radix, as: 'radix'
1576
+ property :surrogate_info_type, as: 'surrogateInfoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
1577
+
1578
+ end
1579
+ end
1580
+
1581
+ class GooglePrivacyDlpV2CustomInfoType
1582
+ # @private
1583
+ class Representation < Google::Apis::Core::JsonRepresentation
1584
+ collection :detection_rules, as: 'detectionRules', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DetectionRule, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DetectionRule::Representation
1585
+
1586
+ property :dictionary, as: 'dictionary', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Dictionary, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Dictionary::Representation
1587
+
1588
+ property :exclusion_type, as: 'exclusionType'
1589
+ property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
1590
+
1591
+ property :likelihood, as: 'likelihood'
1592
+ property :regex, as: 'regex', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Regex, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Regex::Representation
1593
+
1594
+ property :stored_type, as: 'storedType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredType::Representation
1595
+
1596
+ property :surrogate_type, as: 'surrogateType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SurrogateType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SurrogateType::Representation
1597
+
1598
+ end
1599
+ end
1600
+
1601
+ class GooglePrivacyDlpV2DatastoreKey
1602
+ # @private
1603
+ class Representation < Google::Apis::Core::JsonRepresentation
1604
+ property :entity_key, as: 'entityKey', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Key, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Key::Representation
1605
+
1606
+ end
1607
+ end
1608
+
1609
+ class GooglePrivacyDlpV2DatastoreOptions
1610
+ # @private
1611
+ class Representation < Google::Apis::Core::JsonRepresentation
1612
+ property :kind, as: 'kind', class: Google::Apis::DlpV2::GooglePrivacyDlpV2KindExpression, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2KindExpression::Representation
1613
+
1614
+ property :partition_id, as: 'partitionId', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PartitionId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PartitionId::Representation
1615
+
1616
+ end
1617
+ end
1618
+
1619
+ class GooglePrivacyDlpV2DateShiftConfig
1620
+ # @private
1621
+ class Representation < Google::Apis::Core::JsonRepresentation
1622
+ property :context, as: 'context', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1623
+
1624
+ property :crypto_key, as: 'cryptoKey', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey::Representation
1625
+
1626
+ property :lower_bound_days, as: 'lowerBoundDays'
1627
+ property :upper_bound_days, as: 'upperBoundDays'
1628
+ end
1629
+ end
1630
+
1631
+ class GooglePrivacyDlpV2DateTime
1632
+ # @private
1633
+ class Representation < Google::Apis::Core::JsonRepresentation
1634
+ property :date, as: 'date', class: Google::Apis::DlpV2::GoogleTypeDate, decorator: Google::Apis::DlpV2::GoogleTypeDate::Representation
1635
+
1636
+ property :day_of_week, as: 'dayOfWeek'
1637
+ property :time, as: 'time', class: Google::Apis::DlpV2::GoogleTypeTimeOfDay, decorator: Google::Apis::DlpV2::GoogleTypeTimeOfDay::Representation
1638
+
1639
+ property :time_zone, as: 'timeZone', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TimeZone, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TimeZone::Representation
1640
+
1641
+ end
1642
+ end
1643
+
1644
+ class GooglePrivacyDlpV2DeidentifyConfig
1645
+ # @private
1646
+ class Representation < Google::Apis::Core::JsonRepresentation
1647
+ property :info_type_transformations, as: 'infoTypeTransformations', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeTransformations, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeTransformations::Representation
1648
+
1649
+ property :record_transformations, as: 'recordTransformations', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordTransformations, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordTransformations::Representation
1650
+
1651
+ property :transformation_error_handling, as: 'transformationErrorHandling', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationErrorHandling, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationErrorHandling::Representation
1652
+
1653
+ end
1654
+ end
1655
+
1656
+ class GooglePrivacyDlpV2DeidentifyContentRequest
1657
+ # @private
1658
+ class Representation < Google::Apis::Core::JsonRepresentation
1659
+ property :deidentify_config, as: 'deidentifyConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyConfig::Representation
1660
+
1661
+ property :deidentify_template_name, as: 'deidentifyTemplateName'
1662
+ property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation
1663
+
1664
+ property :inspect_template_name, as: 'inspectTemplateName'
1665
+ property :item, as: 'item', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem::Representation
1666
+
1667
+ property :location_id, as: 'locationId'
1668
+ end
1669
+ end
1670
+
1671
+ class GooglePrivacyDlpV2DeidentifyContentResponse
1672
+ # @private
1673
+ class Representation < Google::Apis::Core::JsonRepresentation
1674
+ property :item, as: 'item', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem::Representation
1675
+
1676
+ property :overview, as: 'overview', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationOverview, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationOverview::Representation
1677
+
1678
+ end
1679
+ end
1680
+
1681
+ class GooglePrivacyDlpV2DeidentifyTemplate
1682
+ # @private
1683
+ class Representation < Google::Apis::Core::JsonRepresentation
1684
+ property :create_time, as: 'createTime'
1685
+ property :deidentify_config, as: 'deidentifyConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyConfig::Representation
1686
+
1687
+ property :description, as: 'description'
1688
+ property :display_name, as: 'displayName'
1689
+ property :name, as: 'name'
1690
+ property :update_time, as: 'updateTime'
1691
+ end
1692
+ end
1693
+
1694
+ class GooglePrivacyDlpV2DeltaPresenceEstimationConfig
1695
+ # @private
1696
+ class Representation < Google::Apis::Core::JsonRepresentation
1697
+ collection :auxiliary_tables, as: 'auxiliaryTables', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StatisticalTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StatisticalTable::Representation
1698
+
1699
+ collection :quasi_ids, as: 'quasiIds', class: Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiId::Representation
1700
+
1701
+ property :region_code, as: 'regionCode'
1702
+ end
1703
+ end
1704
+
1705
+ class GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket
1706
+ # @private
1707
+ class Representation < Google::Apis::Core::JsonRepresentation
1708
+ property :bucket_size, :numeric_string => true, as: 'bucketSize'
1709
+ property :bucket_value_count, :numeric_string => true, as: 'bucketValueCount'
1710
+ collection :bucket_values, as: 'bucketValues', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues::Representation
1711
+
1712
+ property :max_probability, as: 'maxProbability'
1713
+ property :min_probability, as: 'minProbability'
1714
+ end
1715
+ end
1716
+
1717
+ class GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues
1718
+ # @private
1719
+ class Representation < Google::Apis::Core::JsonRepresentation
1720
+ property :estimated_probability, as: 'estimatedProbability'
1721
+ collection :quasi_ids_values, as: 'quasiIdsValues', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
1722
+
1723
+ end
1724
+ end
1725
+
1726
+ class GooglePrivacyDlpV2DeltaPresenceEstimationResult
1727
+ # @private
1728
+ class Representation < Google::Apis::Core::JsonRepresentation
1729
+ collection :delta_presence_estimation_histogram, as: 'deltaPresenceEstimationHistogram', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket::Representation
1730
+
1731
+ end
1732
+ end
1733
+
1734
+ class GooglePrivacyDlpV2DetectionRule
1735
+ # @private
1736
+ class Representation < Google::Apis::Core::JsonRepresentation
1737
+ property :hotword_rule, as: 'hotwordRule', class: Google::Apis::DlpV2::GooglePrivacyDlpV2HotwordRule, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2HotwordRule::Representation
1738
+
1739
+ end
1740
+ end
1741
+
1742
+ class GooglePrivacyDlpV2Dictionary
1743
+ # @private
1744
+ class Representation < Google::Apis::Core::JsonRepresentation
1745
+ property :cloud_storage_path, as: 'cloudStoragePath', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStoragePath, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStoragePath::Representation
1746
+
1747
+ property :word_list, as: 'wordList', class: Google::Apis::DlpV2::GooglePrivacyDlpV2WordList, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2WordList::Representation
1748
+
1749
+ end
1750
+ end
1751
+
1752
+ class GooglePrivacyDlpV2DlpJob
1753
+ # @private
1754
+ class Representation < Google::Apis::Core::JsonRepresentation
1755
+ property :create_time, as: 'createTime'
1756
+ property :end_time, as: 'endTime'
1757
+ collection :errors, as: 'errors', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Error, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Error::Representation
1758
+
1759
+ property :inspect_details, as: 'inspectDetails', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectDataSourceDetails, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectDataSourceDetails::Representation
1760
+
1761
+ property :job_trigger_name, as: 'jobTriggerName'
1762
+ property :name, as: 'name'
1763
+ property :risk_details, as: 'riskDetails', class: Google::Apis::DlpV2::GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails::Representation
1764
+
1765
+ property :start_time, as: 'startTime'
1766
+ property :state, as: 'state'
1767
+ property :type, as: 'type'
1768
+ end
1769
+ end
1770
+
1771
+ class GooglePrivacyDlpV2DocumentLocation
1772
+ # @private
1773
+ class Representation < Google::Apis::Core::JsonRepresentation
1774
+ property :file_offset, :numeric_string => true, as: 'fileOffset'
1775
+ end
1776
+ end
1777
+
1778
+ class GooglePrivacyDlpV2EntityId
1779
+ # @private
1780
+ class Representation < Google::Apis::Core::JsonRepresentation
1781
+ property :field, as: 'field', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1782
+
1783
+ end
1784
+ end
1785
+
1786
+ class GooglePrivacyDlpV2Error
1787
+ # @private
1788
+ class Representation < Google::Apis::Core::JsonRepresentation
1789
+ property :details, as: 'details', class: Google::Apis::DlpV2::GoogleRpcStatus, decorator: Google::Apis::DlpV2::GoogleRpcStatus::Representation
1790
+
1791
+ collection :timestamps, as: 'timestamps'
1792
+ end
1793
+ end
1794
+
1795
+ class GooglePrivacyDlpV2ExcludeInfoTypes
1796
+ # @private
1797
+ class Representation < Google::Apis::Core::JsonRepresentation
1798
+ collection :info_types, as: 'infoTypes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
1799
+
1800
+ end
1801
+ end
1802
+
1803
+ class GooglePrivacyDlpV2ExclusionRule
1804
+ # @private
1805
+ class Representation < Google::Apis::Core::JsonRepresentation
1806
+ property :dictionary, as: 'dictionary', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Dictionary, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Dictionary::Representation
1807
+
1808
+ property :exclude_info_types, as: 'excludeInfoTypes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ExcludeInfoTypes, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ExcludeInfoTypes::Representation
1809
+
1810
+ property :matching_type, as: 'matchingType'
1811
+ property :regex, as: 'regex', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Regex, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Regex::Representation
1812
+
1813
+ end
1814
+ end
1815
+
1816
+ class GooglePrivacyDlpV2Expressions
1817
+ # @private
1818
+ class Representation < Google::Apis::Core::JsonRepresentation
1819
+ property :conditions, as: 'conditions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Conditions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Conditions::Representation
1820
+
1821
+ property :logical_operator, as: 'logicalOperator'
1822
+ end
1823
+ end
1824
+
1825
+ class GooglePrivacyDlpV2FieldId
1826
+ # @private
1827
+ class Representation < Google::Apis::Core::JsonRepresentation
1828
+ property :name, as: 'name'
1829
+ end
1830
+ end
1831
+
1832
+ class GooglePrivacyDlpV2FieldTransformation
1833
+ # @private
1834
+ class Representation < Google::Apis::Core::JsonRepresentation
1835
+ property :condition, as: 'condition', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition::Representation
1836
+
1837
+ collection :fields, as: 'fields', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
1838
+
1839
+ property :info_type_transformations, as: 'infoTypeTransformations', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeTransformations, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeTransformations::Representation
1840
+
1841
+ property :primitive_transformation, as: 'primitiveTransformation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PrimitiveTransformation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PrimitiveTransformation::Representation
1842
+
1843
+ end
1844
+ end
1845
+
1846
+ class GooglePrivacyDlpV2FileSet
1847
+ # @private
1848
+ class Representation < Google::Apis::Core::JsonRepresentation
1849
+ property :regex_file_set, as: 'regexFileSet', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageRegexFileSet, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageRegexFileSet::Representation
1850
+
1851
+ property :url, as: 'url'
1852
+ end
1853
+ end
1854
+
1855
+ class GooglePrivacyDlpV2Finding
1856
+ # @private
1857
+ class Representation < Google::Apis::Core::JsonRepresentation
1858
+ property :create_time, as: 'createTime'
1859
+ property :finding_id, as: 'findingId'
1860
+ property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
1861
+
1862
+ property :job_create_time, as: 'jobCreateTime'
1863
+ property :job_name, as: 'jobName'
1864
+ hash :labels, as: 'labels'
1865
+ property :likelihood, as: 'likelihood'
1866
+ property :location, as: 'location', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Location, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Location::Representation
1867
+
1868
+ property :name, as: 'name'
1869
+ property :quote, as: 'quote'
1870
+ property :quote_info, as: 'quoteInfo', class: Google::Apis::DlpV2::GooglePrivacyDlpV2QuoteInfo, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2QuoteInfo::Representation
1871
+
1872
+ property :resource_name, as: 'resourceName'
1873
+ property :trigger_name, as: 'triggerName'
1874
+ end
1875
+ end
1876
+
1877
+ class GooglePrivacyDlpV2FindingLimits
1878
+ # @private
1879
+ class Representation < Google::Apis::Core::JsonRepresentation
1880
+ collection :max_findings_per_info_type, as: 'maxFindingsPerInfoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeLimit, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeLimit::Representation
1881
+
1882
+ property :max_findings_per_item, as: 'maxFindingsPerItem'
1883
+ property :max_findings_per_request, as: 'maxFindingsPerRequest'
1884
+ end
1885
+ end
1886
+
1887
+ class GooglePrivacyDlpV2FinishDlpJobRequest
1888
+ # @private
1889
+ class Representation < Google::Apis::Core::JsonRepresentation
1890
+ end
1891
+ end
1892
+
1893
+ class GooglePrivacyDlpV2FixedSizeBucketingConfig
1894
+ # @private
1895
+ class Representation < Google::Apis::Core::JsonRepresentation
1896
+ property :bucket_size, as: 'bucketSize'
1897
+ property :lower_bound, as: 'lowerBound', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
1898
+
1899
+ property :upper_bound, as: 'upperBound', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
1900
+
1901
+ end
1902
+ end
1903
+
1904
+ class GooglePrivacyDlpV2HotwordRule
1905
+ # @private
1906
+ class Representation < Google::Apis::Core::JsonRepresentation
1907
+ property :hotword_regex, as: 'hotwordRegex', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Regex, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Regex::Representation
1908
+
1909
+ property :likelihood_adjustment, as: 'likelihoodAdjustment', class: Google::Apis::DlpV2::GooglePrivacyDlpV2LikelihoodAdjustment, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2LikelihoodAdjustment::Representation
1910
+
1911
+ property :proximity, as: 'proximity', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Proximity, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Proximity::Representation
1912
+
1913
+ end
1914
+ end
1915
+
1916
+ class GooglePrivacyDlpV2HybridContentItem
1917
+ # @private
1918
+ class Representation < Google::Apis::Core::JsonRepresentation
1919
+ property :finding_details, as: 'findingDetails', class: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridFindingDetails, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridFindingDetails::Representation
1920
+
1921
+ property :item, as: 'item', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem::Representation
1922
+
1923
+ end
1924
+ end
1925
+
1926
+ class GooglePrivacyDlpV2HybridFindingDetails
1927
+ # @private
1928
+ class Representation < Google::Apis::Core::JsonRepresentation
1929
+ property :container_details, as: 'containerDetails', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Container, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Container::Representation
1930
+
1931
+ property :file_offset, :numeric_string => true, as: 'fileOffset'
1932
+ hash :labels, as: 'labels'
1933
+ property :row_offset, :numeric_string => true, as: 'rowOffset'
1934
+ property :table_options, as: 'tableOptions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TableOptions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TableOptions::Representation
1935
+
1936
+ end
1937
+ end
1938
+
1939
+ class GooglePrivacyDlpV2HybridInspectDlpJobRequest
1940
+ # @private
1941
+ class Representation < Google::Apis::Core::JsonRepresentation
1942
+ property :hybrid_item, as: 'hybridItem', class: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridContentItem::Representation
1943
+
1944
+ end
1945
+ end
1946
+
1947
+ class GooglePrivacyDlpV2HybridInspectJobTriggerRequest
1948
+ # @private
1949
+ class Representation < Google::Apis::Core::JsonRepresentation
1950
+ property :hybrid_item, as: 'hybridItem', class: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridContentItem::Representation
1951
+
1952
+ end
1953
+ end
1954
+
1955
+ class GooglePrivacyDlpV2HybridInspectResponse
1956
+ # @private
1957
+ class Representation < Google::Apis::Core::JsonRepresentation
1958
+ end
1959
+ end
1960
+
1961
+ class GooglePrivacyDlpV2HybridInspectStatistics
1962
+ # @private
1963
+ class Representation < Google::Apis::Core::JsonRepresentation
1964
+ property :aborted_count, :numeric_string => true, as: 'abortedCount'
1965
+ property :pending_count, :numeric_string => true, as: 'pendingCount'
1966
+ property :processed_count, :numeric_string => true, as: 'processedCount'
1967
+ end
1968
+ end
1969
+
1970
+ class GooglePrivacyDlpV2HybridOptions
1971
+ # @private
1972
+ class Representation < Google::Apis::Core::JsonRepresentation
1973
+ property :description, as: 'description'
1974
+ hash :labels, as: 'labels'
1975
+ collection :required_finding_label_keys, as: 'requiredFindingLabelKeys'
1976
+ property :table_options, as: 'tableOptions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TableOptions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TableOptions::Representation
1977
+
1978
+ end
1979
+ end
1980
+
1981
+ class GooglePrivacyDlpV2ImageLocation
1982
+ # @private
1983
+ class Representation < Google::Apis::Core::JsonRepresentation
1984
+ collection :bounding_boxes, as: 'boundingBoxes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BoundingBox, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BoundingBox::Representation
1985
+
1986
+ end
1987
+ end
1988
+
1989
+ class GooglePrivacyDlpV2ImageRedactionConfig
1990
+ # @private
1991
+ class Representation < Google::Apis::Core::JsonRepresentation
1992
+ property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
1993
+
1994
+ property :redact_all_text, as: 'redactAllText'
1995
+ property :redaction_color, as: 'redactionColor', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Color, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Color::Representation
1996
+
1997
+ end
1998
+ end
1999
+
2000
+ class GooglePrivacyDlpV2InfoType
2001
+ # @private
2002
+ class Representation < Google::Apis::Core::JsonRepresentation
2003
+ property :name, as: 'name'
2004
+ end
2005
+ end
2006
+
2007
+ class GooglePrivacyDlpV2InfoTypeDescription
2008
+ # @private
2009
+ class Representation < Google::Apis::Core::JsonRepresentation
2010
+ property :description, as: 'description'
2011
+ property :display_name, as: 'displayName'
2012
+ property :name, as: 'name'
2013
+ collection :supported_by, as: 'supportedBy'
2014
+ end
2015
+ end
2016
+
2017
+ class GooglePrivacyDlpV2InfoTypeLimit
2018
+ # @private
2019
+ class Representation < Google::Apis::Core::JsonRepresentation
2020
+ property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
2021
+
2022
+ property :max_findings, as: 'maxFindings'
2023
+ end
2024
+ end
2025
+
2026
+ class GooglePrivacyDlpV2InfoTypeStats
2027
+ # @private
2028
+ class Representation < Google::Apis::Core::JsonRepresentation
2029
+ property :count, :numeric_string => true, as: 'count'
2030
+ property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
2031
+
2032
+ end
2033
+ end
2034
+
2035
+ class GooglePrivacyDlpV2InfoTypeTransformation
2036
+ # @private
2037
+ class Representation < Google::Apis::Core::JsonRepresentation
2038
+ collection :info_types, as: 'infoTypes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
2039
+
2040
+ property :primitive_transformation, as: 'primitiveTransformation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PrimitiveTransformation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PrimitiveTransformation::Representation
2041
+
2042
+ end
2043
+ end
2044
+
2045
+ class GooglePrivacyDlpV2InfoTypeTransformations
2046
+ # @private
2047
+ class Representation < Google::Apis::Core::JsonRepresentation
2048
+ collection :transformations, as: 'transformations', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeTransformation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeTransformation::Representation
2049
+
2050
+ end
2051
+ end
2052
+
2053
+ class GooglePrivacyDlpV2InspectConfig
2054
+ # @private
2055
+ class Representation < Google::Apis::Core::JsonRepresentation
2056
+ collection :content_options, as: 'contentOptions'
2057
+ collection :custom_info_types, as: 'customInfoTypes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CustomInfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CustomInfoType::Representation
2058
+
2059
+ property :exclude_info_types, as: 'excludeInfoTypes'
2060
+ property :include_quote, as: 'includeQuote'
2061
+ collection :info_types, as: 'infoTypes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
2062
+
2063
+ property :limits, as: 'limits', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FindingLimits, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FindingLimits::Representation
2064
+
2065
+ property :min_likelihood, as: 'minLikelihood'
2066
+ collection :rule_set, as: 'ruleSet', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectionRuleSet, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectionRuleSet::Representation
2067
+
2068
+ end
2069
+ end
2070
+
2071
+ class GooglePrivacyDlpV2InspectContentRequest
2072
+ # @private
2073
+ class Representation < Google::Apis::Core::JsonRepresentation
2074
+ property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation
2075
+
2076
+ property :inspect_template_name, as: 'inspectTemplateName'
2077
+ property :item, as: 'item', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem::Representation
2078
+
2079
+ property :location_id, as: 'locationId'
2080
+ end
2081
+ end
2082
+
2083
+ class GooglePrivacyDlpV2InspectContentResponse
2084
+ # @private
2085
+ class Representation < Google::Apis::Core::JsonRepresentation
2086
+ property :result, as: 'result', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult::Representation
2087
+
2088
+ end
2089
+ end
2090
+
2091
+ class GooglePrivacyDlpV2InspectDataSourceDetails
2092
+ # @private
2093
+ class Representation < Google::Apis::Core::JsonRepresentation
2094
+ property :requested_options, as: 'requestedOptions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedOptions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedOptions::Representation
2095
+
2096
+ property :result, as: 'result', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Result, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Result::Representation
2097
+
2098
+ end
2099
+ end
2100
+
2101
+ class GooglePrivacyDlpV2InspectJobConfig
2102
+ # @private
2103
+ class Representation < Google::Apis::Core::JsonRepresentation
2104
+ collection :actions, as: 'actions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Action, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Action::Representation
2105
+
2106
+ property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation
2107
+
2108
+ property :inspect_template_name, as: 'inspectTemplateName'
2109
+ property :storage_config, as: 'storageConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StorageConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StorageConfig::Representation
2110
+
2111
+ end
2112
+ end
2113
+
2114
+ class GooglePrivacyDlpV2InspectResult
2115
+ # @private
2116
+ class Representation < Google::Apis::Core::JsonRepresentation
2117
+ collection :findings, as: 'findings', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Finding, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Finding::Representation
2118
+
2119
+ property :findings_truncated, as: 'findingsTruncated'
2120
+ end
2121
+ end
2122
+
2123
+ class GooglePrivacyDlpV2InspectTemplate
2124
+ # @private
2125
+ class Representation < Google::Apis::Core::JsonRepresentation
2126
+ property :create_time, as: 'createTime'
2127
+ property :description, as: 'description'
2128
+ property :display_name, as: 'displayName'
2129
+ property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation
2130
+
2131
+ property :name, as: 'name'
2132
+ property :update_time, as: 'updateTime'
2133
+ end
2134
+ end
2135
+
2136
+ class GooglePrivacyDlpV2InspectionRule
2137
+ # @private
2138
+ class Representation < Google::Apis::Core::JsonRepresentation
2139
+ property :exclusion_rule, as: 'exclusionRule', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ExclusionRule, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ExclusionRule::Representation
2140
+
2141
+ property :hotword_rule, as: 'hotwordRule', class: Google::Apis::DlpV2::GooglePrivacyDlpV2HotwordRule, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2HotwordRule::Representation
2142
+
2143
+ end
2144
+ end
2145
+
2146
+ class GooglePrivacyDlpV2InspectionRuleSet
2147
+ # @private
2148
+ class Representation < Google::Apis::Core::JsonRepresentation
2149
+ collection :info_types, as: 'infoTypes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
2150
+
2151
+ collection :rules, as: 'rules', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectionRule, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectionRule::Representation
2152
+
2153
+ end
2154
+ end
2155
+
2156
+ class GooglePrivacyDlpV2JobNotificationEmails
2157
+ # @private
2158
+ class Representation < Google::Apis::Core::JsonRepresentation
2159
+ end
2160
+ end
2161
+
2162
+ class GooglePrivacyDlpV2JobTrigger
2163
+ # @private
2164
+ class Representation < Google::Apis::Core::JsonRepresentation
2165
+ property :create_time, as: 'createTime'
2166
+ property :description, as: 'description'
2167
+ property :display_name, as: 'displayName'
2168
+ collection :errors, as: 'errors', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Error, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Error::Representation
2169
+
2170
+ property :inspect_job, as: 'inspectJob', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig::Representation
2171
+
2172
+ property :last_run_time, as: 'lastRunTime'
2173
+ property :name, as: 'name'
2174
+ property :status, as: 'status'
2175
+ collection :triggers, as: 'triggers', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Trigger, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Trigger::Representation
2176
+
2177
+ property :update_time, as: 'updateTime'
2178
+ end
2179
+ end
2180
+
2181
+ class GooglePrivacyDlpV2KAnonymityConfig
2182
+ # @private
2183
+ class Representation < Google::Apis::Core::JsonRepresentation
2184
+ property :entity_id, as: 'entityId', class: Google::Apis::DlpV2::GooglePrivacyDlpV2EntityId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2EntityId::Representation
2185
+
2186
+ collection :quasi_ids, as: 'quasiIds', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2187
+
2188
+ end
2189
+ end
2190
+
2191
+ class GooglePrivacyDlpV2KAnonymityEquivalenceClass
2192
+ # @private
2193
+ class Representation < Google::Apis::Core::JsonRepresentation
2194
+ property :equivalence_class_size, :numeric_string => true, as: 'equivalenceClassSize'
2195
+ collection :quasi_ids_values, as: 'quasiIdsValues', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
2196
+
2197
+ end
2198
+ end
2199
+
2200
+ class GooglePrivacyDlpV2KAnonymityHistogramBucket
2201
+ # @private
2202
+ class Representation < Google::Apis::Core::JsonRepresentation
2203
+ property :bucket_size, :numeric_string => true, as: 'bucketSize'
2204
+ property :bucket_value_count, :numeric_string => true, as: 'bucketValueCount'
2205
+ collection :bucket_values, as: 'bucketValues', class: Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityEquivalenceClass, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityEquivalenceClass::Representation
2206
+
2207
+ property :equivalence_class_size_lower_bound, :numeric_string => true, as: 'equivalenceClassSizeLowerBound'
2208
+ property :equivalence_class_size_upper_bound, :numeric_string => true, as: 'equivalenceClassSizeUpperBound'
2209
+ end
2210
+ end
2211
+
2212
+ class GooglePrivacyDlpV2KAnonymityResult
2213
+ # @private
2214
+ class Representation < Google::Apis::Core::JsonRepresentation
2215
+ collection :equivalence_class_histogram_buckets, as: 'equivalenceClassHistogramBuckets', class: Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityHistogramBucket, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityHistogramBucket::Representation
2216
+
2217
+ end
2218
+ end
2219
+
2220
+ class GooglePrivacyDlpV2KMapEstimationConfig
2221
+ # @private
2222
+ class Representation < Google::Apis::Core::JsonRepresentation
2223
+ collection :auxiliary_tables, as: 'auxiliaryTables', class: Google::Apis::DlpV2::GooglePrivacyDlpV2AuxiliaryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2AuxiliaryTable::Representation
2224
+
2225
+ collection :quasi_ids, as: 'quasiIds', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TaggedField, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TaggedField::Representation
2226
+
2227
+ property :region_code, as: 'regionCode'
2228
+ end
2229
+ end
2230
+
2231
+ class GooglePrivacyDlpV2KMapEstimationHistogramBucket
2232
+ # @private
2233
+ class Representation < Google::Apis::Core::JsonRepresentation
2234
+ property :bucket_size, :numeric_string => true, as: 'bucketSize'
2235
+ property :bucket_value_count, :numeric_string => true, as: 'bucketValueCount'
2236
+ collection :bucket_values, as: 'bucketValues', class: Google::Apis::DlpV2::GooglePrivacyDlpV2KMapEstimationQuasiIdValues, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2KMapEstimationQuasiIdValues::Representation
2237
+
2238
+ property :max_anonymity, :numeric_string => true, as: 'maxAnonymity'
2239
+ property :min_anonymity, :numeric_string => true, as: 'minAnonymity'
2240
+ end
2241
+ end
2242
+
2243
+ class GooglePrivacyDlpV2KMapEstimationQuasiIdValues
2244
+ # @private
2245
+ class Representation < Google::Apis::Core::JsonRepresentation
2246
+ property :estimated_anonymity, :numeric_string => true, as: 'estimatedAnonymity'
2247
+ collection :quasi_ids_values, as: 'quasiIdsValues', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
2248
+
2249
+ end
2250
+ end
2251
+
2252
+ class GooglePrivacyDlpV2KMapEstimationResult
2253
+ # @private
2254
+ class Representation < Google::Apis::Core::JsonRepresentation
2255
+ collection :k_map_estimation_histogram, as: 'kMapEstimationHistogram', class: Google::Apis::DlpV2::GooglePrivacyDlpV2KMapEstimationHistogramBucket, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2KMapEstimationHistogramBucket::Representation
2256
+
2257
+ end
2258
+ end
2259
+
2260
+ class GooglePrivacyDlpV2Key
2261
+ # @private
2262
+ class Representation < Google::Apis::Core::JsonRepresentation
2263
+ property :partition_id, as: 'partitionId', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PartitionId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PartitionId::Representation
2264
+
2265
+ collection :path, as: 'path', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PathElement, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PathElement::Representation
2266
+
2267
+ end
2268
+ end
2269
+
2270
+ class GooglePrivacyDlpV2KindExpression
2271
+ # @private
2272
+ class Representation < Google::Apis::Core::JsonRepresentation
2273
+ property :name, as: 'name'
2274
+ end
2275
+ end
2276
+
2277
+ class GooglePrivacyDlpV2KmsWrappedCryptoKey
2278
+ # @private
2279
+ class Representation < Google::Apis::Core::JsonRepresentation
2280
+ property :crypto_key_name, as: 'cryptoKeyName'
2281
+ property :wrapped_key, :base64 => true, as: 'wrappedKey'
2282
+ end
2283
+ end
2284
+
2285
+ class GooglePrivacyDlpV2LDiversityConfig
2286
+ # @private
2287
+ class Representation < Google::Apis::Core::JsonRepresentation
2288
+ collection :quasi_ids, as: 'quasiIds', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2289
+
2290
+ property :sensitive_attribute, as: 'sensitiveAttribute', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2291
+
2292
+ end
2293
+ end
2294
+
2295
+ class GooglePrivacyDlpV2LDiversityEquivalenceClass
2296
+ # @private
2297
+ class Representation < Google::Apis::Core::JsonRepresentation
2298
+ property :equivalence_class_size, :numeric_string => true, as: 'equivalenceClassSize'
2299
+ property :num_distinct_sensitive_values, :numeric_string => true, as: 'numDistinctSensitiveValues'
2300
+ collection :quasi_ids_values, as: 'quasiIdsValues', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
2301
+
2302
+ collection :top_sensitive_values, as: 'topSensitiveValues', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ValueFrequency, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ValueFrequency::Representation
2303
+
2304
+ end
2305
+ end
2306
+
2307
+ class GooglePrivacyDlpV2LDiversityHistogramBucket
2308
+ # @private
2309
+ class Representation < Google::Apis::Core::JsonRepresentation
2310
+ property :bucket_size, :numeric_string => true, as: 'bucketSize'
2311
+ property :bucket_value_count, :numeric_string => true, as: 'bucketValueCount'
2312
+ collection :bucket_values, as: 'bucketValues', class: Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityEquivalenceClass, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityEquivalenceClass::Representation
2313
+
2314
+ property :sensitive_value_frequency_lower_bound, :numeric_string => true, as: 'sensitiveValueFrequencyLowerBound'
2315
+ property :sensitive_value_frequency_upper_bound, :numeric_string => true, as: 'sensitiveValueFrequencyUpperBound'
2316
+ end
2317
+ end
2318
+
2319
+ class GooglePrivacyDlpV2LDiversityResult
2320
+ # @private
2321
+ class Representation < Google::Apis::Core::JsonRepresentation
2322
+ collection :sensitive_value_frequency_histogram_buckets, as: 'sensitiveValueFrequencyHistogramBuckets', class: Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityHistogramBucket, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityHistogramBucket::Representation
2323
+
2324
+ end
2325
+ end
2326
+
2327
+ class GooglePrivacyDlpV2LargeCustomDictionaryConfig
2328
+ # @private
2329
+ class Representation < Google::Apis::Core::JsonRepresentation
2330
+ property :big_query_field, as: 'bigQueryField', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryField, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryField::Representation
2331
+
2332
+ property :cloud_storage_file_set, as: 'cloudStorageFileSet', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageFileSet, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageFileSet::Representation
2333
+
2334
+ property :output_path, as: 'outputPath', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStoragePath, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStoragePath::Representation
2335
+
2336
+ end
2337
+ end
2338
+
2339
+ class GooglePrivacyDlpV2LargeCustomDictionaryStats
2340
+ # @private
2341
+ class Representation < Google::Apis::Core::JsonRepresentation
2342
+ property :approx_num_phrases, :numeric_string => true, as: 'approxNumPhrases'
2343
+ end
2344
+ end
2345
+
2346
+ class GooglePrivacyDlpV2LeaveUntransformed
2347
+ # @private
2348
+ class Representation < Google::Apis::Core::JsonRepresentation
2349
+ end
2350
+ end
2351
+
2352
+ class GooglePrivacyDlpV2LikelihoodAdjustment
2353
+ # @private
2354
+ class Representation < Google::Apis::Core::JsonRepresentation
2355
+ property :fixed_likelihood, as: 'fixedLikelihood'
2356
+ property :relative_likelihood, as: 'relativeLikelihood'
2357
+ end
2358
+ end
2359
+
2360
+ class GooglePrivacyDlpV2ListDeidentifyTemplatesResponse
2361
+ # @private
2362
+ class Representation < Google::Apis::Core::JsonRepresentation
2363
+ collection :deidentify_templates, as: 'deidentifyTemplates', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyTemplate, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyTemplate::Representation
2364
+
2365
+ property :next_page_token, as: 'nextPageToken'
2366
+ end
2367
+ end
2368
+
2369
+ class GooglePrivacyDlpV2ListDlpJobsResponse
2370
+ # @private
2371
+ class Representation < Google::Apis::Core::JsonRepresentation
2372
+ collection :jobs, as: 'jobs', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DlpJob, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DlpJob::Representation
2373
+
2374
+ property :next_page_token, as: 'nextPageToken'
2375
+ end
2376
+ end
2377
+
2378
+ class GooglePrivacyDlpV2ListInfoTypesResponse
2379
+ # @private
2380
+ class Representation < Google::Apis::Core::JsonRepresentation
2381
+ collection :info_types, as: 'infoTypes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeDescription, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeDescription::Representation
2382
+
2383
+ end
2384
+ end
2385
+
2386
+ class GooglePrivacyDlpV2ListInspectTemplatesResponse
2387
+ # @private
2388
+ class Representation < Google::Apis::Core::JsonRepresentation
2389
+ collection :inspect_templates, as: 'inspectTemplates', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectTemplate, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectTemplate::Representation
2390
+
2391
+ property :next_page_token, as: 'nextPageToken'
2392
+ end
2393
+ end
2394
+
2395
+ class GooglePrivacyDlpV2ListJobTriggersResponse
2396
+ # @private
2397
+ class Representation < Google::Apis::Core::JsonRepresentation
2398
+ collection :job_triggers, as: 'jobTriggers', class: Google::Apis::DlpV2::GooglePrivacyDlpV2JobTrigger, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2JobTrigger::Representation
2399
+
2400
+ property :next_page_token, as: 'nextPageToken'
2401
+ end
2402
+ end
2403
+
2404
+ class GooglePrivacyDlpV2ListStoredInfoTypesResponse
2405
+ # @private
2406
+ class Representation < Google::Apis::Core::JsonRepresentation
2407
+ property :next_page_token, as: 'nextPageToken'
2408
+ collection :stored_info_types, as: 'storedInfoTypes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoType::Representation
2409
+
2410
+ end
2411
+ end
2412
+
2413
+ class GooglePrivacyDlpV2Location
2414
+ # @private
2415
+ class Representation < Google::Apis::Core::JsonRepresentation
2416
+ property :byte_range, as: 'byteRange', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Range, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Range::Representation
2417
+
2418
+ property :codepoint_range, as: 'codepointRange', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Range, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Range::Representation
2419
+
2420
+ property :container, as: 'container', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Container, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Container::Representation
2421
+
2422
+ collection :content_locations, as: 'contentLocations', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentLocation::Representation
2423
+
2424
+ end
2425
+ end
2426
+
2427
+ class GooglePrivacyDlpV2Manual
2428
+ # @private
2429
+ class Representation < Google::Apis::Core::JsonRepresentation
2430
+ end
2431
+ end
2432
+
2433
+ class GooglePrivacyDlpV2MetadataLocation
2434
+ # @private
2435
+ class Representation < Google::Apis::Core::JsonRepresentation
2436
+ property :storage_label, as: 'storageLabel', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StorageMetadataLabel, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StorageMetadataLabel::Representation
2437
+
2438
+ property :type, as: 'type'
2439
+ end
2440
+ end
2441
+
2442
+ class GooglePrivacyDlpV2NumericalStatsConfig
2443
+ # @private
2444
+ class Representation < Google::Apis::Core::JsonRepresentation
2445
+ property :field, as: 'field', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2446
+
2447
+ end
2448
+ end
2449
+
2450
+ class GooglePrivacyDlpV2NumericalStatsResult
2451
+ # @private
2452
+ class Representation < Google::Apis::Core::JsonRepresentation
2453
+ property :max_value, as: 'maxValue', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
2454
+
2455
+ property :min_value, as: 'minValue', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
2456
+
2457
+ collection :quantile_values, as: 'quantileValues', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
2458
+
2459
+ end
2460
+ end
2461
+
2462
+ class GooglePrivacyDlpV2OutputStorageConfig
2463
+ # @private
2464
+ class Representation < Google::Apis::Core::JsonRepresentation
2465
+ property :output_schema, as: 'outputSchema'
2466
+ property :table, as: 'table', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable::Representation
2467
+
2468
+ end
2469
+ end
2470
+
2471
+ class GooglePrivacyDlpV2PartitionId
2472
+ # @private
2473
+ class Representation < Google::Apis::Core::JsonRepresentation
2474
+ property :namespace_id, as: 'namespaceId'
2475
+ property :project_id, as: 'projectId'
2476
+ end
2477
+ end
2478
+
2479
+ class GooglePrivacyDlpV2PathElement
2480
+ # @private
2481
+ class Representation < Google::Apis::Core::JsonRepresentation
2482
+ property :id, :numeric_string => true, as: 'id'
2483
+ property :kind, as: 'kind'
2484
+ property :name, as: 'name'
2485
+ end
2486
+ end
2487
+
2488
+ class GooglePrivacyDlpV2PrimitiveTransformation
2489
+ # @private
2490
+ class Representation < Google::Apis::Core::JsonRepresentation
2491
+ property :bucketing_config, as: 'bucketingConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BucketingConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BucketingConfig::Representation
2492
+
2493
+ property :character_mask_config, as: 'characterMaskConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CharacterMaskConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CharacterMaskConfig::Representation
2494
+
2495
+ property :crypto_deterministic_config, as: 'cryptoDeterministicConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoDeterministicConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoDeterministicConfig::Representation
2496
+
2497
+ property :crypto_hash_config, as: 'cryptoHashConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoHashConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoHashConfig::Representation
2498
+
2499
+ property :crypto_replace_ffx_fpe_config, as: 'cryptoReplaceFfxFpeConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig::Representation
2500
+
2501
+ property :date_shift_config, as: 'dateShiftConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DateShiftConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DateShiftConfig::Representation
2502
+
2503
+ property :fixed_size_bucketing_config, as: 'fixedSizeBucketingConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FixedSizeBucketingConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FixedSizeBucketingConfig::Representation
2504
+
2505
+ property :redact_config, as: 'redactConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RedactConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RedactConfig::Representation
2506
+
2507
+ property :replace_config, as: 'replaceConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ReplaceValueConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ReplaceValueConfig::Representation
2508
+
2509
+ property :replace_with_info_type_config, as: 'replaceWithInfoTypeConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ReplaceWithInfoTypeConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ReplaceWithInfoTypeConfig::Representation
2510
+
2511
+ property :time_part_config, as: 'timePartConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TimePartConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TimePartConfig::Representation
2512
+
2513
+ end
2514
+ end
2515
+
2516
+ class GooglePrivacyDlpV2PrivacyMetric
2517
+ # @private
2518
+ class Representation < Google::Apis::Core::JsonRepresentation
2519
+ property :categorical_stats_config, as: 'categoricalStatsConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsConfig::Representation
2520
+
2521
+ property :delta_presence_estimation_config, as: 'deltaPresenceEstimationConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeltaPresenceEstimationConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DeltaPresenceEstimationConfig::Representation
2522
+
2523
+ property :k_anonymity_config, as: 'kAnonymityConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityConfig::Representation
2524
+
2525
+ property :k_map_estimation_config, as: 'kMapEstimationConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2KMapEstimationConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2KMapEstimationConfig::Representation
2526
+
2527
+ property :l_diversity_config, as: 'lDiversityConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityConfig::Representation
2528
+
2529
+ property :numerical_stats_config, as: 'numericalStatsConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2NumericalStatsConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2NumericalStatsConfig::Representation
2530
+
2531
+ end
2532
+ end
2533
+
2534
+ class GooglePrivacyDlpV2Proximity
2535
+ # @private
2536
+ class Representation < Google::Apis::Core::JsonRepresentation
2537
+ property :window_after, as: 'windowAfter'
2538
+ property :window_before, as: 'windowBefore'
2539
+ end
2540
+ end
2541
+
2542
+ class GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog
2543
+ # @private
2544
+ class Representation < Google::Apis::Core::JsonRepresentation
2545
+ end
2546
+ end
2547
+
2548
+ class GooglePrivacyDlpV2PublishSummaryToCscc
2549
+ # @private
2550
+ class Representation < Google::Apis::Core::JsonRepresentation
2551
+ end
2552
+ end
2553
+
2554
+ class GooglePrivacyDlpV2PublishToPubSub
2555
+ # @private
2556
+ class Representation < Google::Apis::Core::JsonRepresentation
2557
+ property :topic, as: 'topic'
2558
+ end
2559
+ end
2560
+
2561
+ class GooglePrivacyDlpV2PublishToStackdriver
2562
+ # @private
2563
+ class Representation < Google::Apis::Core::JsonRepresentation
2564
+ end
2565
+ end
2566
+
2567
+ class GooglePrivacyDlpV2QuasiId
2568
+ # @private
2569
+ class Representation < Google::Apis::Core::JsonRepresentation
2570
+ property :custom_tag, as: 'customTag'
2571
+ property :field, as: 'field', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2572
+
2573
+ property :inferred, as: 'inferred', class: Google::Apis::DlpV2::GoogleProtobufEmpty, decorator: Google::Apis::DlpV2::GoogleProtobufEmpty::Representation
2574
+
2575
+ property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
2576
+
2577
+ end
2578
+ end
2579
+
2580
+ class GooglePrivacyDlpV2QuasiIdField
2581
+ # @private
2582
+ class Representation < Google::Apis::Core::JsonRepresentation
2583
+ property :custom_tag, as: 'customTag'
2584
+ property :field, as: 'field', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2585
+
2586
+ end
2587
+ end
2588
+
2589
+ class GooglePrivacyDlpV2QuasiIdentifierField
2590
+ # @private
2591
+ class Representation < Google::Apis::Core::JsonRepresentation
2592
+ property :custom_tag, as: 'customTag'
2593
+ property :field, as: 'field', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2594
+
2595
+ end
2596
+ end
2597
+
2598
+ class GooglePrivacyDlpV2QuoteInfo
2599
+ # @private
2600
+ class Representation < Google::Apis::Core::JsonRepresentation
2601
+ property :date_time, as: 'dateTime', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DateTime, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DateTime::Representation
2602
+
2603
+ end
2604
+ end
2605
+
2606
+ class GooglePrivacyDlpV2Range
2607
+ # @private
2608
+ class Representation < Google::Apis::Core::JsonRepresentation
2609
+ property :end, :numeric_string => true, as: 'end'
2610
+ property :start, :numeric_string => true, as: 'start'
2611
+ end
2612
+ end
2613
+
2614
+ class GooglePrivacyDlpV2RecordCondition
2615
+ # @private
2616
+ class Representation < Google::Apis::Core::JsonRepresentation
2617
+ property :expressions, as: 'expressions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Expressions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Expressions::Representation
2618
+
2619
+ end
2620
+ end
2621
+
2622
+ class GooglePrivacyDlpV2RecordKey
2623
+ # @private
2624
+ class Representation < Google::Apis::Core::JsonRepresentation
2625
+ property :big_query_key, as: 'bigQueryKey', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryKey, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryKey::Representation
2626
+
2627
+ property :datastore_key, as: 'datastoreKey', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DatastoreKey, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DatastoreKey::Representation
2628
+
2629
+ collection :id_values, as: 'idValues'
2630
+ end
2631
+ end
2632
+
2633
+ class GooglePrivacyDlpV2RecordLocation
2634
+ # @private
2635
+ class Representation < Google::Apis::Core::JsonRepresentation
2636
+ property :field_id, as: 'fieldId', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2637
+
2638
+ property :record_key, as: 'recordKey', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordKey, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordKey::Representation
2639
+
2640
+ property :table_location, as: 'tableLocation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TableLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TableLocation::Representation
2641
+
2642
+ end
2643
+ end
2644
+
2645
+ class GooglePrivacyDlpV2RecordSuppression
2646
+ # @private
2647
+ class Representation < Google::Apis::Core::JsonRepresentation
2648
+ property :condition, as: 'condition', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition::Representation
2649
+
2650
+ end
2651
+ end
2652
+
2653
+ class GooglePrivacyDlpV2RecordTransformations
2654
+ # @private
2655
+ class Representation < Google::Apis::Core::JsonRepresentation
2656
+ collection :field_transformations, as: 'fieldTransformations', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldTransformation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldTransformation::Representation
2657
+
2658
+ collection :record_suppressions, as: 'recordSuppressions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression::Representation
2659
+
2660
+ end
2661
+ end
2662
+
2663
+ class GooglePrivacyDlpV2RedactConfig
2664
+ # @private
2665
+ class Representation < Google::Apis::Core::JsonRepresentation
2666
+ end
2667
+ end
2668
+
2669
+ class GooglePrivacyDlpV2RedactImageRequest
2670
+ # @private
2671
+ class Representation < Google::Apis::Core::JsonRepresentation
2672
+ property :byte_item, as: 'byteItem', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem::Representation
2673
+
2674
+ collection :image_redaction_configs, as: 'imageRedactionConfigs', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageRedactionConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageRedactionConfig::Representation
2675
+
2676
+ property :include_findings, as: 'includeFindings'
2677
+ property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation
2678
+
2679
+ property :location_id, as: 'locationId'
2680
+ end
2681
+ end
2682
+
2683
+ class GooglePrivacyDlpV2RedactImageResponse
2684
+ # @private
2685
+ class Representation < Google::Apis::Core::JsonRepresentation
2686
+ property :extracted_text, as: 'extractedText'
2687
+ property :inspect_result, as: 'inspectResult', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult::Representation
2688
+
2689
+ property :redacted_image, :base64 => true, as: 'redactedImage'
2690
+ end
2691
+ end
2692
+
2693
+ class GooglePrivacyDlpV2Regex
2694
+ # @private
2695
+ class Representation < Google::Apis::Core::JsonRepresentation
2696
+ collection :group_indexes, as: 'groupIndexes'
2697
+ property :pattern, as: 'pattern'
2698
+ end
2699
+ end
2700
+
2701
+ class GooglePrivacyDlpV2ReidentifyContentRequest
2702
+ # @private
2703
+ class Representation < Google::Apis::Core::JsonRepresentation
2704
+ property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation
2705
+
2706
+ property :inspect_template_name, as: 'inspectTemplateName'
2707
+ property :item, as: 'item', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem::Representation
2708
+
2709
+ property :location_id, as: 'locationId'
2710
+ property :reidentify_config, as: 'reidentifyConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyConfig::Representation
2711
+
2712
+ property :reidentify_template_name, as: 'reidentifyTemplateName'
2713
+ end
2714
+ end
2715
+
2716
+ class GooglePrivacyDlpV2ReidentifyContentResponse
2717
+ # @private
2718
+ class Representation < Google::Apis::Core::JsonRepresentation
2719
+ property :item, as: 'item', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem::Representation
2720
+
2721
+ property :overview, as: 'overview', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationOverview, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationOverview::Representation
2722
+
2723
+ end
2724
+ end
2725
+
2726
+ class GooglePrivacyDlpV2ReplaceValueConfig
2727
+ # @private
2728
+ class Representation < Google::Apis::Core::JsonRepresentation
2729
+ property :new_value, as: 'newValue', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
2730
+
2731
+ end
2732
+ end
2733
+
2734
+ class GooglePrivacyDlpV2ReplaceWithInfoTypeConfig
2735
+ # @private
2736
+ class Representation < Google::Apis::Core::JsonRepresentation
2737
+ end
2738
+ end
2739
+
2740
+ class GooglePrivacyDlpV2RequestedOptions
2741
+ # @private
2742
+ class Representation < Google::Apis::Core::JsonRepresentation
2743
+ property :job_config, as: 'jobConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig::Representation
2744
+
2745
+ property :snapshot_inspect_template, as: 'snapshotInspectTemplate', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectTemplate, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectTemplate::Representation
2746
+
2747
+ end
2748
+ end
2749
+
2750
+ class GooglePrivacyDlpV2RequestedRiskAnalysisOptions
2751
+ # @private
2752
+ class Representation < Google::Apis::Core::JsonRepresentation
2753
+ property :job_config, as: 'jobConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RiskAnalysisJobConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RiskAnalysisJobConfig::Representation
2754
+
2755
+ end
2756
+ end
2757
+
2758
+ class GooglePrivacyDlpV2Result
2759
+ # @private
2760
+ class Representation < Google::Apis::Core::JsonRepresentation
2761
+ property :hybrid_stats, as: 'hybridStats', class: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridInspectStatistics, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridInspectStatistics::Representation
2762
+
2763
+ collection :info_type_stats, as: 'infoTypeStats', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeStats, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeStats::Representation
2764
+
2765
+ property :processed_bytes, :numeric_string => true, as: 'processedBytes'
2766
+ property :total_estimated_bytes, :numeric_string => true, as: 'totalEstimatedBytes'
2767
+ end
2768
+ end
2769
+
2770
+ class GooglePrivacyDlpV2RiskAnalysisJobConfig
2771
+ # @private
2772
+ class Representation < Google::Apis::Core::JsonRepresentation
2773
+ collection :actions, as: 'actions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Action, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Action::Representation
2774
+
2775
+ property :privacy_metric, as: 'privacyMetric', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PrivacyMetric, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PrivacyMetric::Representation
2776
+
2777
+ property :source_table, as: 'sourceTable', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable::Representation
2778
+
2779
+ end
2780
+ end
2781
+
2782
+ class GooglePrivacyDlpV2Row
2783
+ # @private
2784
+ class Representation < Google::Apis::Core::JsonRepresentation
2785
+ collection :values, as: 'values', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
2786
+
2787
+ end
2788
+ end
2789
+
2790
+ class GooglePrivacyDlpV2SaveFindings
2791
+ # @private
2792
+ class Representation < Google::Apis::Core::JsonRepresentation
2793
+ property :output_config, as: 'outputConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2OutputStorageConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2OutputStorageConfig::Representation
2794
+
2795
+ end
2796
+ end
2797
+
2798
+ class GooglePrivacyDlpV2Schedule
2799
+ # @private
2800
+ class Representation < Google::Apis::Core::JsonRepresentation
2801
+ property :recurrence_period_duration, as: 'recurrencePeriodDuration'
2802
+ end
2803
+ end
2804
+
2805
+ class GooglePrivacyDlpV2StatisticalTable
2806
+ # @private
2807
+ class Representation < Google::Apis::Core::JsonRepresentation
2808
+ collection :quasi_ids, as: 'quasiIds', class: Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiIdentifierField, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiIdentifierField::Representation
2809
+
2810
+ property :relative_frequency, as: 'relativeFrequency', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2811
+
2812
+ property :table, as: 'table', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTable::Representation
2813
+
2814
+ end
2815
+ end
2816
+
2817
+ class GooglePrivacyDlpV2StorageConfig
2818
+ # @private
2819
+ class Representation < Google::Apis::Core::JsonRepresentation
2820
+ property :big_query_options, as: 'bigQueryOptions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryOptions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryOptions::Representation
2821
+
2822
+ property :cloud_storage_options, as: 'cloudStorageOptions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageOptions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageOptions::Representation
2823
+
2824
+ property :datastore_options, as: 'datastoreOptions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DatastoreOptions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DatastoreOptions::Representation
2825
+
2826
+ property :hybrid_options, as: 'hybridOptions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridOptions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridOptions::Representation
2827
+
2828
+ property :timespan_config, as: 'timespanConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TimespanConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TimespanConfig::Representation
2829
+
2830
+ end
2831
+ end
2832
+
2833
+ class GooglePrivacyDlpV2StorageMetadataLabel
2834
+ # @private
2835
+ class Representation < Google::Apis::Core::JsonRepresentation
2836
+ property :key, as: 'key'
2837
+ end
2838
+ end
2839
+
2840
+ class GooglePrivacyDlpV2StoredInfoType
2841
+ # @private
2842
+ class Representation < Google::Apis::Core::JsonRepresentation
2843
+ property :current_version, as: 'currentVersion', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeVersion, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeVersion::Representation
2844
+
2845
+ property :name, as: 'name'
2846
+ collection :pending_versions, as: 'pendingVersions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeVersion, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeVersion::Representation
2847
+
2848
+ end
2849
+ end
2850
+
2851
+ class GooglePrivacyDlpV2StoredInfoTypeConfig
2852
+ # @private
2853
+ class Representation < Google::Apis::Core::JsonRepresentation
2854
+ property :description, as: 'description'
2855
+ property :dictionary, as: 'dictionary', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Dictionary, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Dictionary::Representation
2856
+
2857
+ property :display_name, as: 'displayName'
2858
+ property :large_custom_dictionary, as: 'largeCustomDictionary', class: Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryConfig::Representation
2859
+
2860
+ property :regex, as: 'regex', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Regex, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Regex::Representation
2861
+
2862
+ end
2863
+ end
2864
+
2865
+ class GooglePrivacyDlpV2StoredInfoTypeStats
2866
+ # @private
2867
+ class Representation < Google::Apis::Core::JsonRepresentation
2868
+ property :large_custom_dictionary, as: 'largeCustomDictionary', class: Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryStats, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryStats::Representation
2869
+
2870
+ end
2871
+ end
2872
+
2873
+ class GooglePrivacyDlpV2StoredInfoTypeVersion
2874
+ # @private
2875
+ class Representation < Google::Apis::Core::JsonRepresentation
2876
+ property :config, as: 'config', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeConfig::Representation
2877
+
2878
+ property :create_time, as: 'createTime'
2879
+ collection :errors, as: 'errors', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Error, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Error::Representation
2880
+
2881
+ property :state, as: 'state'
2882
+ property :stats, as: 'stats', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeStats, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeStats::Representation
2883
+
2884
+ end
2885
+ end
2886
+
2887
+ class GooglePrivacyDlpV2StoredType
2888
+ # @private
2889
+ class Representation < Google::Apis::Core::JsonRepresentation
2890
+ property :create_time, as: 'createTime'
2891
+ property :name, as: 'name'
2892
+ end
2893
+ end
2894
+
2895
+ class GooglePrivacyDlpV2SummaryResult
2896
+ # @private
2897
+ class Representation < Google::Apis::Core::JsonRepresentation
2898
+ property :code, as: 'code'
2899
+ property :count, :numeric_string => true, as: 'count'
2900
+ property :details, as: 'details'
2901
+ end
2902
+ end
2903
+
2904
+ class GooglePrivacyDlpV2SurrogateType
2905
+ # @private
2906
+ class Representation < Google::Apis::Core::JsonRepresentation
2907
+ end
2908
+ end
2909
+
2910
+ class GooglePrivacyDlpV2Table
2911
+ # @private
2912
+ class Representation < Google::Apis::Core::JsonRepresentation
2913
+ collection :headers, as: 'headers', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2914
+
2915
+ collection :rows, as: 'rows', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Row, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Row::Representation
2916
+
2917
+ end
2918
+ end
2919
+
2920
+ class GooglePrivacyDlpV2TableLocation
2921
+ # @private
2922
+ class Representation < Google::Apis::Core::JsonRepresentation
2923
+ property :row_index, :numeric_string => true, as: 'rowIndex'
2924
+ end
2925
+ end
2926
+
2927
+ class GooglePrivacyDlpV2TableOptions
2928
+ # @private
2929
+ class Representation < Google::Apis::Core::JsonRepresentation
2930
+ collection :identifying_fields, as: 'identifyingFields', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2931
+
2932
+ end
2933
+ end
2934
+
2935
+ class GooglePrivacyDlpV2TaggedField
2936
+ # @private
2937
+ class Representation < Google::Apis::Core::JsonRepresentation
2938
+ property :custom_tag, as: 'customTag'
2939
+ property :field, as: 'field', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2940
+
2941
+ property :inferred, as: 'inferred', class: Google::Apis::DlpV2::GoogleProtobufEmpty, decorator: Google::Apis::DlpV2::GoogleProtobufEmpty::Representation
2942
+
2943
+ property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
2944
+
2945
+ end
2946
+ end
2947
+
2948
+ class GooglePrivacyDlpV2ThrowError
2949
+ # @private
2950
+ class Representation < Google::Apis::Core::JsonRepresentation
2951
+ end
2952
+ end
2953
+
2954
+ class GooglePrivacyDlpV2TimePartConfig
2955
+ # @private
2956
+ class Representation < Google::Apis::Core::JsonRepresentation
2957
+ property :part_to_extract, as: 'partToExtract'
2958
+ end
2959
+ end
2960
+
2961
+ class GooglePrivacyDlpV2TimeZone
2962
+ # @private
2963
+ class Representation < Google::Apis::Core::JsonRepresentation
2964
+ property :offset_minutes, as: 'offsetMinutes'
2965
+ end
2966
+ end
2967
+
2968
+ class GooglePrivacyDlpV2TimespanConfig
2969
+ # @private
2970
+ class Representation < Google::Apis::Core::JsonRepresentation
2971
+ property :enable_auto_population_of_timespan_config, as: 'enableAutoPopulationOfTimespanConfig'
2972
+ property :end_time, as: 'endTime'
2973
+ property :start_time, as: 'startTime'
2974
+ property :timestamp_field, as: 'timestampField', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
2975
+
2976
+ end
2977
+ end
2978
+
2979
+ class GooglePrivacyDlpV2TransformationErrorHandling
2980
+ # @private
2981
+ class Representation < Google::Apis::Core::JsonRepresentation
2982
+ property :leave_untransformed, as: 'leaveUntransformed', class: Google::Apis::DlpV2::GooglePrivacyDlpV2LeaveUntransformed, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2LeaveUntransformed::Representation
2983
+
2984
+ property :throw_error, as: 'throwError', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ThrowError, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ThrowError::Representation
2985
+
2986
+ end
2987
+ end
2988
+
2989
+ class GooglePrivacyDlpV2TransformationOverview
2990
+ # @private
2991
+ class Representation < Google::Apis::Core::JsonRepresentation
2992
+ collection :transformation_summaries, as: 'transformationSummaries', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationSummary, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationSummary::Representation
2993
+
2994
+ property :transformed_bytes, :numeric_string => true, as: 'transformedBytes'
2995
+ end
2996
+ end
2997
+
2998
+ class GooglePrivacyDlpV2TransformationSummary
2999
+ # @private
3000
+ class Representation < Google::Apis::Core::JsonRepresentation
3001
+ property :field, as: 'field', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId::Representation
3002
+
3003
+ collection :field_transformations, as: 'fieldTransformations', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldTransformation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FieldTransformation::Representation
3004
+
3005
+ property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
3006
+
3007
+ property :record_suppress, as: 'recordSuppress', class: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression::Representation
3008
+
3009
+ collection :results, as: 'results', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SummaryResult, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SummaryResult::Representation
3010
+
3011
+ property :transformation, as: 'transformation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PrimitiveTransformation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PrimitiveTransformation::Representation
3012
+
3013
+ property :transformed_bytes, :numeric_string => true, as: 'transformedBytes'
3014
+ end
3015
+ end
3016
+
3017
+ class GooglePrivacyDlpV2TransientCryptoKey
3018
+ # @private
3019
+ class Representation < Google::Apis::Core::JsonRepresentation
3020
+ property :name, as: 'name'
3021
+ end
3022
+ end
3023
+
3024
+ class GooglePrivacyDlpV2Trigger
3025
+ # @private
3026
+ class Representation < Google::Apis::Core::JsonRepresentation
3027
+ property :manual, as: 'manual', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Manual, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Manual::Representation
3028
+
3029
+ property :schedule, as: 'schedule', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Schedule, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Schedule::Representation
3030
+
3031
+ end
3032
+ end
3033
+
3034
+ class GooglePrivacyDlpV2UnwrappedCryptoKey
3035
+ # @private
3036
+ class Representation < Google::Apis::Core::JsonRepresentation
3037
+ property :key, :base64 => true, as: 'key'
3038
+ end
3039
+ end
3040
+
3041
+ class GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest
3042
+ # @private
3043
+ class Representation < Google::Apis::Core::JsonRepresentation
3044
+ property :deidentify_template, as: 'deidentifyTemplate', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyTemplate, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyTemplate::Representation
3045
+
3046
+ property :update_mask, as: 'updateMask'
3047
+ end
3048
+ end
3049
+
3050
+ class GooglePrivacyDlpV2UpdateInspectTemplateRequest
3051
+ # @private
3052
+ class Representation < Google::Apis::Core::JsonRepresentation
3053
+ property :inspect_template, as: 'inspectTemplate', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectTemplate, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectTemplate::Representation
3054
+
3055
+ property :update_mask, as: 'updateMask'
3056
+ end
3057
+ end
3058
+
3059
+ class GooglePrivacyDlpV2UpdateJobTriggerRequest
3060
+ # @private
3061
+ class Representation < Google::Apis::Core::JsonRepresentation
3062
+ property :job_trigger, as: 'jobTrigger', class: Google::Apis::DlpV2::GooglePrivacyDlpV2JobTrigger, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2JobTrigger::Representation
3063
+
3064
+ property :update_mask, as: 'updateMask'
3065
+ end
3066
+ end
3067
+
3068
+ class GooglePrivacyDlpV2UpdateStoredInfoTypeRequest
3069
+ # @private
3070
+ class Representation < Google::Apis::Core::JsonRepresentation
3071
+ property :config, as: 'config', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeConfig::Representation
3072
+
3073
+ property :update_mask, as: 'updateMask'
3074
+ end
3075
+ end
3076
+
3077
+ class GooglePrivacyDlpV2Value
3078
+ # @private
3079
+ class Representation < Google::Apis::Core::JsonRepresentation
3080
+ property :boolean_value, as: 'booleanValue'
3081
+ property :date_value, as: 'dateValue', class: Google::Apis::DlpV2::GoogleTypeDate, decorator: Google::Apis::DlpV2::GoogleTypeDate::Representation
3082
+
3083
+ property :day_of_week_value, as: 'dayOfWeekValue'
3084
+ property :float_value, as: 'floatValue'
3085
+ property :integer_value, :numeric_string => true, as: 'integerValue'
3086
+ property :string_value, as: 'stringValue'
3087
+ property :time_value, as: 'timeValue', class: Google::Apis::DlpV2::GoogleTypeTimeOfDay, decorator: Google::Apis::DlpV2::GoogleTypeTimeOfDay::Representation
3088
+
3089
+ property :timestamp_value, as: 'timestampValue'
3090
+ end
3091
+ end
3092
+
3093
+ class GooglePrivacyDlpV2ValueFrequency
3094
+ # @private
3095
+ class Representation < Google::Apis::Core::JsonRepresentation
3096
+ property :count, :numeric_string => true, as: 'count'
3097
+ property :value, as: 'value', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
3098
+
3099
+ end
3100
+ end
3101
+
3102
+ class GooglePrivacyDlpV2WordList
3103
+ # @private
3104
+ class Representation < Google::Apis::Core::JsonRepresentation
3105
+ collection :words, as: 'words'
3106
+ end
3107
+ end
3108
+
3109
+ class GoogleProtobufEmpty
3110
+ # @private
3111
+ class Representation < Google::Apis::Core::JsonRepresentation
3112
+ end
3113
+ end
3114
+
3115
+ class GoogleRpcStatus
3116
+ # @private
3117
+ class Representation < Google::Apis::Core::JsonRepresentation
3118
+ property :code, as: 'code'
3119
+ collection :details, as: 'details'
3120
+ property :message, as: 'message'
3121
+ end
3122
+ end
3123
+
3124
+ class GoogleTypeDate
3125
+ # @private
3126
+ class Representation < Google::Apis::Core::JsonRepresentation
3127
+ property :day, as: 'day'
3128
+ property :month, as: 'month'
3129
+ property :year, as: 'year'
3130
+ end
3131
+ end
3132
+
3133
+ class GoogleTypeTimeOfDay
3134
+ # @private
3135
+ class Representation < Google::Apis::Core::JsonRepresentation
3136
+ property :hours, as: 'hours'
3137
+ property :minutes, as: 'minutes'
3138
+ property :nanos, as: 'nanos'
3139
+ property :seconds, as: 'seconds'
3140
+ end
3141
+ end
3142
+ end
3143
+ end
3144
+ end