google-apis-dlp_v2 0.67.0 → 0.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/dlp_v2/classes.rb +686 -6
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/representations.rb +314 -0
- data/lib/google/apis/dlp_v2/service.rb +286 -26
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DlpV2
|
18
18
|
# Version of the google-apis-dlp_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.69.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240707"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -58,6 +58,12 @@ module Google
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
59
59
|
end
|
60
60
|
|
61
|
+
class GooglePrivacyDlpV2AllOtherResources
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
61
67
|
class GooglePrivacyDlpV2AllText
|
62
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
69
|
|
@@ -208,6 +214,12 @@ module Google
|
|
208
214
|
include Google::Apis::Core::JsonObjectSupport
|
209
215
|
end
|
210
216
|
|
217
|
+
class GooglePrivacyDlpV2CloudStorageDiscoveryTarget
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
211
223
|
class GooglePrivacyDlpV2CloudStorageFileSet
|
212
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
225
|
|
@@ -226,12 +238,24 @@ module Google
|
|
226
238
|
include Google::Apis::Core::JsonObjectSupport
|
227
239
|
end
|
228
240
|
|
241
|
+
class GooglePrivacyDlpV2CloudStorageRegex
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
229
247
|
class GooglePrivacyDlpV2CloudStorageRegexFileSet
|
230
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
249
|
|
232
250
|
include Google::Apis::Core::JsonObjectSupport
|
233
251
|
end
|
234
252
|
|
253
|
+
class GooglePrivacyDlpV2CloudStorageResourceReference
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
235
259
|
class GooglePrivacyDlpV2Color
|
236
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
261
|
|
@@ -568,18 +592,48 @@ module Google
|
|
568
592
|
include Google::Apis::Core::JsonObjectSupport
|
569
593
|
end
|
570
594
|
|
595
|
+
class GooglePrivacyDlpV2DiscoveryCloudStorageConditions
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class GooglePrivacyDlpV2DiscoveryCloudStorageFilter
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
571
613
|
class GooglePrivacyDlpV2DiscoveryConfig
|
572
614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
615
|
|
574
616
|
include Google::Apis::Core::JsonObjectSupport
|
575
617
|
end
|
576
618
|
|
619
|
+
class GooglePrivacyDlpV2DiscoveryFileStoreConditions
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
577
625
|
class GooglePrivacyDlpV2DiscoveryGenerationCadence
|
578
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
627
|
|
580
628
|
include Google::Apis::Core::JsonObjectSupport
|
581
629
|
end
|
582
630
|
|
631
|
+
class GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
583
637
|
class GooglePrivacyDlpV2DiscoverySchemaModifiedCadence
|
584
638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
639
|
|
@@ -670,12 +724,60 @@ module Google
|
|
670
724
|
include Google::Apis::Core::JsonObjectSupport
|
671
725
|
end
|
672
726
|
|
727
|
+
class GooglePrivacyDlpV2FileClusterSummary
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
733
|
+
class GooglePrivacyDlpV2FileClusterType
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
739
|
+
class GooglePrivacyDlpV2FileExtensionInfo
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
673
745
|
class GooglePrivacyDlpV2FileSet
|
674
746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
747
|
|
676
748
|
include Google::Apis::Core::JsonObjectSupport
|
677
749
|
end
|
678
750
|
|
751
|
+
class GooglePrivacyDlpV2FileStoreCollection
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
757
|
+
class GooglePrivacyDlpV2FileStoreDataProfile
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
763
|
+
class GooglePrivacyDlpV2FileStoreInfoTypeSummary
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
769
|
+
class GooglePrivacyDlpV2FileStoreRegex
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
775
|
+
class GooglePrivacyDlpV2FileStoreRegexes
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
679
781
|
class GooglePrivacyDlpV2Finding
|
680
782
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
783
|
|
@@ -1036,6 +1138,12 @@ module Google
|
|
1036
1138
|
include Google::Apis::Core::JsonObjectSupport
|
1037
1139
|
end
|
1038
1140
|
|
1141
|
+
class GooglePrivacyDlpV2ListFileStoreDataProfilesResponse
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
|
+
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
1145
|
+
end
|
1146
|
+
|
1039
1147
|
class GooglePrivacyDlpV2ListInfoTypesResponse
|
1040
1148
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
1149
|
|
@@ -1742,6 +1850,12 @@ module Google
|
|
1742
1850
|
end
|
1743
1851
|
end
|
1744
1852
|
|
1853
|
+
class GooglePrivacyDlpV2AllOtherResources
|
1854
|
+
# @private
|
1855
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1856
|
+
end
|
1857
|
+
end
|
1858
|
+
|
1745
1859
|
class GooglePrivacyDlpV2AllText
|
1746
1860
|
# @private
|
1747
1861
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1999,6 +2113,20 @@ module Google
|
|
1999
2113
|
end
|
2000
2114
|
end
|
2001
2115
|
|
2116
|
+
class GooglePrivacyDlpV2CloudStorageDiscoveryTarget
|
2117
|
+
# @private
|
2118
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2119
|
+
property :conditions, as: 'conditions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryFileStoreConditions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryFileStoreConditions::Representation
|
2120
|
+
|
2121
|
+
property :disabled, as: 'disabled', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Disabled, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Disabled::Representation
|
2122
|
+
|
2123
|
+
property :filter, as: 'filter', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryCloudStorageFilter, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryCloudStorageFilter::Representation
|
2124
|
+
|
2125
|
+
property :generation_cadence, as: 'generationCadence', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence::Representation
|
2126
|
+
|
2127
|
+
end
|
2128
|
+
end
|
2129
|
+
|
2002
2130
|
class GooglePrivacyDlpV2CloudStorageFileSet
|
2003
2131
|
# @private
|
2004
2132
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2026,6 +2154,14 @@ module Google
|
|
2026
2154
|
end
|
2027
2155
|
end
|
2028
2156
|
|
2157
|
+
class GooglePrivacyDlpV2CloudStorageRegex
|
2158
|
+
# @private
|
2159
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2160
|
+
property :bucket_name_regex, as: 'bucketNameRegex'
|
2161
|
+
property :project_id_regex, as: 'projectIdRegex'
|
2162
|
+
end
|
2163
|
+
end
|
2164
|
+
|
2029
2165
|
class GooglePrivacyDlpV2CloudStorageRegexFileSet
|
2030
2166
|
# @private
|
2031
2167
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2035,6 +2171,14 @@ module Google
|
|
2035
2171
|
end
|
2036
2172
|
end
|
2037
2173
|
|
2174
|
+
class GooglePrivacyDlpV2CloudStorageResourceReference
|
2175
|
+
# @private
|
2176
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2177
|
+
property :bucket_name, as: 'bucketName'
|
2178
|
+
property :project_id, as: 'projectId'
|
2179
|
+
end
|
2180
|
+
end
|
2181
|
+
|
2038
2182
|
class GooglePrivacyDlpV2Color
|
2039
2183
|
# @private
|
2040
2184
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2300,6 +2444,8 @@ module Google
|
|
2300
2444
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2301
2445
|
property :column_profile, as: 'columnProfile', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ColumnDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ColumnDataProfile::Representation
|
2302
2446
|
|
2447
|
+
property :file_store_profile, as: 'fileStoreProfile', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreDataProfile::Representation
|
2448
|
+
|
2303
2449
|
property :table_profile, as: 'tableProfile', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TableDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TableDataProfile::Representation
|
2304
2450
|
|
2305
2451
|
end
|
@@ -2351,6 +2497,8 @@ module Google
|
|
2351
2497
|
# @private
|
2352
2498
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2353
2499
|
property :event, as: 'event'
|
2500
|
+
property :file_store_profile, as: 'fileStoreProfile', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreDataProfile::Representation
|
2501
|
+
|
2354
2502
|
property :profile, as: 'profile', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TableDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TableDataProfile::Representation
|
2355
2503
|
|
2356
2504
|
end
|
@@ -2649,6 +2797,35 @@ module Google
|
|
2649
2797
|
end
|
2650
2798
|
end
|
2651
2799
|
|
2800
|
+
class GooglePrivacyDlpV2DiscoveryCloudStorageConditions
|
2801
|
+
# @private
|
2802
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2803
|
+
collection :included_bucket_attributes, as: 'includedBucketAttributes'
|
2804
|
+
collection :included_object_attributes, as: 'includedObjectAttributes'
|
2805
|
+
end
|
2806
|
+
end
|
2807
|
+
|
2808
|
+
class GooglePrivacyDlpV2DiscoveryCloudStorageFilter
|
2809
|
+
# @private
|
2810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2811
|
+
property :cloud_storage_resource_reference, as: 'cloudStorageResourceReference', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageResourceReference, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageResourceReference::Representation
|
2812
|
+
|
2813
|
+
property :collection, as: 'collection', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreCollection, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreCollection::Representation
|
2814
|
+
|
2815
|
+
property :others, as: 'others', class: Google::Apis::DlpV2::GooglePrivacyDlpV2AllOtherResources, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2AllOtherResources::Representation
|
2816
|
+
|
2817
|
+
end
|
2818
|
+
end
|
2819
|
+
|
2820
|
+
class GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence
|
2821
|
+
# @private
|
2822
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2823
|
+
property :inspect_template_modified_cadence, as: 'inspectTemplateModifiedCadence', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence::Representation
|
2824
|
+
|
2825
|
+
property :refresh_frequency, as: 'refreshFrequency'
|
2826
|
+
end
|
2827
|
+
end
|
2828
|
+
|
2652
2829
|
class GooglePrivacyDlpV2DiscoveryConfig
|
2653
2830
|
# @private
|
2654
2831
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2670,9 +2847,21 @@ module Google
|
|
2670
2847
|
end
|
2671
2848
|
end
|
2672
2849
|
|
2850
|
+
class GooglePrivacyDlpV2DiscoveryFileStoreConditions
|
2851
|
+
# @private
|
2852
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2853
|
+
property :cloud_storage_conditions, as: 'cloudStorageConditions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryCloudStorageConditions, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryCloudStorageConditions::Representation
|
2854
|
+
|
2855
|
+
property :created_after, as: 'createdAfter'
|
2856
|
+
property :min_age, as: 'minAge'
|
2857
|
+
end
|
2858
|
+
end
|
2859
|
+
|
2673
2860
|
class GooglePrivacyDlpV2DiscoveryGenerationCadence
|
2674
2861
|
# @private
|
2675
2862
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2863
|
+
property :inspect_template_modified_cadence, as: 'inspectTemplateModifiedCadence', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence::Representation
|
2864
|
+
|
2676
2865
|
property :schema_modified_cadence, as: 'schemaModifiedCadence', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoverySchemaModifiedCadence, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoverySchemaModifiedCadence::Representation
|
2677
2866
|
|
2678
2867
|
property :table_modified_cadence, as: 'tableModifiedCadence', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryTableModifiedCadence, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryTableModifiedCadence::Representation
|
@@ -2680,6 +2869,13 @@ module Google
|
|
2680
2869
|
end
|
2681
2870
|
end
|
2682
2871
|
|
2872
|
+
class GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence
|
2873
|
+
# @private
|
2874
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2875
|
+
property :frequency, as: 'frequency'
|
2876
|
+
end
|
2877
|
+
end
|
2878
|
+
|
2683
2879
|
class GooglePrivacyDlpV2DiscoverySchemaModifiedCadence
|
2684
2880
|
# @private
|
2685
2881
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2711,6 +2907,8 @@ module Google
|
|
2711
2907
|
|
2712
2908
|
property :cloud_sql_target, as: 'cloudSqlTarget', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudSqlDiscoveryTarget, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudSqlDiscoveryTarget::Representation
|
2713
2909
|
|
2910
|
+
property :cloud_storage_target, as: 'cloudStorageTarget', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageDiscoveryTarget, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageDiscoveryTarget::Representation
|
2911
|
+
|
2714
2912
|
property :secrets_target, as: 'secretsTarget', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SecretsDiscoveryTarget, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SecretsDiscoveryTarget::Representation
|
2715
2913
|
|
2716
2914
|
end
|
@@ -2758,6 +2956,7 @@ module Google
|
|
2758
2956
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2759
2957
|
property :details, as: 'details', class: Google::Apis::DlpV2::GoogleRpcStatus, decorator: Google::Apis::DlpV2::GoogleRpcStatus::Representation
|
2760
2958
|
|
2959
|
+
property :extra_info, as: 'extraInfo'
|
2761
2960
|
collection :timestamps, as: 'timestamps'
|
2762
2961
|
end
|
2763
2962
|
end
|
@@ -2833,6 +3032,41 @@ module Google
|
|
2833
3032
|
end
|
2834
3033
|
end
|
2835
3034
|
|
3035
|
+
class GooglePrivacyDlpV2FileClusterSummary
|
3036
|
+
# @private
|
3037
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3038
|
+
property :data_risk_level, as: 'dataRiskLevel', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel::Representation
|
3039
|
+
|
3040
|
+
collection :errors, as: 'errors', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Error, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Error::Representation
|
3041
|
+
|
3042
|
+
property :file_cluster_type, as: 'fileClusterType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileClusterType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileClusterType::Representation
|
3043
|
+
|
3044
|
+
collection :file_extensions_scanned, as: 'fileExtensionsScanned', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileExtensionInfo, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileExtensionInfo::Representation
|
3045
|
+
|
3046
|
+
collection :file_extensions_seen, as: 'fileExtensionsSeen', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileExtensionInfo, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileExtensionInfo::Representation
|
3047
|
+
|
3048
|
+
collection :file_store_info_type_summaries, as: 'fileStoreInfoTypeSummaries', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreInfoTypeSummary, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreInfoTypeSummary::Representation
|
3049
|
+
|
3050
|
+
property :no_files_exist, as: 'noFilesExist'
|
3051
|
+
property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore::Representation
|
3052
|
+
|
3053
|
+
end
|
3054
|
+
end
|
3055
|
+
|
3056
|
+
class GooglePrivacyDlpV2FileClusterType
|
3057
|
+
# @private
|
3058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3059
|
+
property :cluster, as: 'cluster'
|
3060
|
+
end
|
3061
|
+
end
|
3062
|
+
|
3063
|
+
class GooglePrivacyDlpV2FileExtensionInfo
|
3064
|
+
# @private
|
3065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3066
|
+
property :file_extension, as: 'fileExtension'
|
3067
|
+
end
|
3068
|
+
end
|
3069
|
+
|
2836
3070
|
class GooglePrivacyDlpV2FileSet
|
2837
3071
|
# @private
|
2838
3072
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2842,6 +3076,75 @@ module Google
|
|
2842
3076
|
end
|
2843
3077
|
end
|
2844
3078
|
|
3079
|
+
class GooglePrivacyDlpV2FileStoreCollection
|
3080
|
+
# @private
|
3081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3082
|
+
property :include_regexes, as: 'includeRegexes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreRegexes, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreRegexes::Representation
|
3083
|
+
|
3084
|
+
end
|
3085
|
+
end
|
3086
|
+
|
3087
|
+
class GooglePrivacyDlpV2FileStoreDataProfile
|
3088
|
+
# @private
|
3089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3090
|
+
property :config_snapshot, as: 'configSnapshot', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileConfigSnapshot, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileConfigSnapshot::Representation
|
3091
|
+
|
3092
|
+
property :create_time, as: 'createTime'
|
3093
|
+
property :data_risk_level, as: 'dataRiskLevel', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel::Representation
|
3094
|
+
|
3095
|
+
property :data_source_type, as: 'dataSourceType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType::Representation
|
3096
|
+
|
3097
|
+
collection :data_storage_locations, as: 'dataStorageLocations'
|
3098
|
+
collection :file_cluster_summaries, as: 'fileClusterSummaries', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileClusterSummary, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileClusterSummary::Representation
|
3099
|
+
|
3100
|
+
collection :file_store_info_type_summaries, as: 'fileStoreInfoTypeSummaries', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreInfoTypeSummary, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreInfoTypeSummary::Representation
|
3101
|
+
|
3102
|
+
property :file_store_is_empty, as: 'fileStoreIsEmpty'
|
3103
|
+
property :file_store_location, as: 'fileStoreLocation'
|
3104
|
+
property :file_store_path, as: 'fileStorePath'
|
3105
|
+
property :full_resource, as: 'fullResource'
|
3106
|
+
property :last_modified_time, as: 'lastModifiedTime'
|
3107
|
+
property :location_type, as: 'locationType'
|
3108
|
+
property :name, as: 'name'
|
3109
|
+
property :profile_last_generated, as: 'profileLastGenerated'
|
3110
|
+
property :profile_status, as: 'profileStatus', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus::Representation
|
3111
|
+
|
3112
|
+
property :project_data_profile, as: 'projectDataProfile'
|
3113
|
+
property :project_id, as: 'projectId'
|
3114
|
+
hash :resource_attributes, as: 'resourceAttributes', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Value, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Value::Representation
|
3115
|
+
|
3116
|
+
hash :resource_labels, as: 'resourceLabels'
|
3117
|
+
property :resource_visibility, as: 'resourceVisibility'
|
3118
|
+
property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore::Representation
|
3119
|
+
|
3120
|
+
property :state, as: 'state'
|
3121
|
+
end
|
3122
|
+
end
|
3123
|
+
|
3124
|
+
class GooglePrivacyDlpV2FileStoreInfoTypeSummary
|
3125
|
+
# @private
|
3126
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3127
|
+
property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
|
3128
|
+
|
3129
|
+
end
|
3130
|
+
end
|
3131
|
+
|
3132
|
+
class GooglePrivacyDlpV2FileStoreRegex
|
3133
|
+
# @private
|
3134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3135
|
+
property :cloud_storage_regex, as: 'cloudStorageRegex', class: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageRegex, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2CloudStorageRegex::Representation
|
3136
|
+
|
3137
|
+
end
|
3138
|
+
end
|
3139
|
+
|
3140
|
+
class GooglePrivacyDlpV2FileStoreRegexes
|
3141
|
+
# @private
|
3142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3143
|
+
collection :patterns, as: 'patterns', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreRegex, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreRegex::Representation
|
3144
|
+
|
3145
|
+
end
|
3146
|
+
end
|
3147
|
+
|
2845
3148
|
class GooglePrivacyDlpV2Finding
|
2846
3149
|
# @private
|
2847
3150
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3452,6 +3755,15 @@ module Google
|
|
3452
3755
|
end
|
3453
3756
|
end
|
3454
3757
|
|
3758
|
+
class GooglePrivacyDlpV2ListFileStoreDataProfilesResponse
|
3759
|
+
# @private
|
3760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3761
|
+
collection :file_store_data_profiles, as: 'fileStoreDataProfiles', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreDataProfile, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreDataProfile::Representation
|
3762
|
+
|
3763
|
+
property :next_page_token, as: 'nextPageToken'
|
3764
|
+
end
|
3765
|
+
end
|
3766
|
+
|
3455
3767
|
class GooglePrivacyDlpV2ListInfoTypesResponse
|
3456
3768
|
# @private
|
3457
3769
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3669,6 +3981,7 @@ module Google
|
|
3669
3981
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3670
3982
|
property :data_risk_level, as: 'dataRiskLevel', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel::Representation
|
3671
3983
|
|
3984
|
+
property :file_store_data_profile_count, :numeric_string => true, as: 'fileStoreDataProfileCount'
|
3672
3985
|
property :name, as: 'name'
|
3673
3986
|
property :profile_last_generated, as: 'profileLastGenerated'
|
3674
3987
|
property :profile_status, as: 'profileStatus', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus::Representation
|
@@ -3676,6 +3989,7 @@ module Google
|
|
3676
3989
|
property :project_id, as: 'projectId'
|
3677
3990
|
property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore::Representation
|
3678
3991
|
|
3992
|
+
property :table_data_profile_count, :numeric_string => true, as: 'tableDataProfileCount'
|
3679
3993
|
end
|
3680
3994
|
end
|
3681
3995
|
|