google-apis-dlp_v2 0.91.0 → 0.92.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 12870a9f9c38951b850cd92f1450ae708c0dd6d1b0ea28263f8640ff79566a9d
4
- data.tar.gz: d9cb43640e4253b9d0425db3bea9823eba8fe9834245673698fdd789dbc7852a
3
+ metadata.gz: c4299962888840a2b06f42626c5d2abdb149db37ee61c8e4e83752203eeccee6
4
+ data.tar.gz: c6b5eb805a0e97f62fd83de7a50c9d1fdf364bc3c24084cf27300fd6d21ddeb5
5
5
  SHA512:
6
- metadata.gz: 7789bbe0b639239d6f6af6bcd84d755ecd2bc983c73905b09b37031d908a726bf671e4a21d62052be65bcc435ef1d58889b72acd5ace7d87d866d351907d01dd
7
- data.tar.gz: c03a996e7f2e2201777a01137aa11fd563a26cd5dd04a3cbe8a38ae5fabc8c6feff4f366c9581d43f579ebe3bcf4c2127f77c0dcc57812d7362af9ffd94d75b2
6
+ metadata.gz: 29cb0b23bdd70729ad5eb5098f7f02fdff2a6c506b20dde75b567233e79924855428d7b661aa977ea906558b8ec3fbaa5ba68d91c9c513dccc88b0200b81ee50
7
+ data.tar.gz: 81559432061090600d1466278188beeef2b4837f4a0710bd5b7c632f623e38ed73fb2036af0da4cdad655f1d2f949b860867574e160723eaa27f05ade49895da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.92.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250629
6
+
3
7
  ### v0.91.0 (2025-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20250615
@@ -4520,6 +4520,31 @@ module Google
4520
4520
  end
4521
4521
  end
4522
4522
 
4523
+ # A domain represents a thematic category that a data profile can fall under.
4524
+ class GooglePrivacyDlpV2Domain
4525
+ include Google::Apis::Core::Hashable
4526
+
4527
+ # A domain category that this profile is related to.
4528
+ # Corresponds to the JSON property `category`
4529
+ # @return [String]
4530
+ attr_accessor :category
4531
+
4532
+ # The collection of signals that influenced selection of the category.
4533
+ # Corresponds to the JSON property `signals`
4534
+ # @return [Array<String>]
4535
+ attr_accessor :signals
4536
+
4537
+ def initialize(**args)
4538
+ update!(**args)
4539
+ end
4540
+
4541
+ # Update properties of this object
4542
+ def update!(**args)
4543
+ @category = args[:category] if args.key?(:category)
4544
+ @signals = args[:signals] if args.key?(:signals)
4545
+ end
4546
+ end
4547
+
4523
4548
  # An entity in a dataset is a field or set of fields that correspond to a single
4524
4549
  # person. For example, in medical records the `EntityId` might be a patient
4525
4550
  # identifier, or for financial records it might be an account identifier. This
@@ -5025,6 +5050,11 @@ module Google
5025
5050
  # @return [Array<String>]
5026
5051
  attr_accessor :data_storage_locations
5027
5052
 
5053
+ # Domains associated with the profile.
5054
+ # Corresponds to the JSON property `domains`
5055
+ # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Domain>]
5056
+ attr_accessor :domains
5057
+
5028
5058
  # FileClusterSummary per each cluster.
5029
5059
  # Corresponds to the JSON property `fileClusterSummaries`
5030
5060
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FileClusterSummary>]
@@ -5159,6 +5189,7 @@ module Google
5159
5189
  @data_risk_level = args[:data_risk_level] if args.key?(:data_risk_level)
5160
5190
  @data_source_type = args[:data_source_type] if args.key?(:data_source_type)
5161
5191
  @data_storage_locations = args[:data_storage_locations] if args.key?(:data_storage_locations)
5192
+ @domains = args[:domains] if args.key?(:domains)
5162
5193
  @file_cluster_summaries = args[:file_cluster_summaries] if args.key?(:file_cluster_summaries)
5163
5194
  @file_store_info_type_summaries = args[:file_store_info_type_summaries] if args.key?(:file_store_info_type_summaries)
5164
5195
  @file_store_is_empty = args[:file_store_is_empty] if args.key?(:file_store_is_empty)
@@ -9938,6 +9969,11 @@ module Google
9938
9969
  # @return [String]
9939
9970
  attr_accessor :dataset_project_id
9940
9971
 
9972
+ # Domains associated with the profile.
9973
+ # Corresponds to the JSON property `domains`
9974
+ # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Domain>]
9975
+ attr_accessor :domains
9976
+
9941
9977
  # How the table is encrypted.
9942
9978
  # Corresponds to the JSON property `encryptionStatus`
9943
9979
  # @return [String]
@@ -10034,7 +10070,8 @@ module Google
10034
10070
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore]
10035
10071
  attr_accessor :sensitivity_score
10036
10072
 
10037
- # State of a profile.
10073
+ # State of a profile. This will always be set to DONE when the table data
10074
+ # profile is written to another service like BigQuery or Pub/Sub.
10038
10075
  # Corresponds to the JSON property `state`
10039
10076
  # @return [String]
10040
10077
  attr_accessor :state
@@ -10069,6 +10106,7 @@ module Google
10069
10106
  @dataset_id = args[:dataset_id] if args.key?(:dataset_id)
10070
10107
  @dataset_location = args[:dataset_location] if args.key?(:dataset_location)
10071
10108
  @dataset_project_id = args[:dataset_project_id] if args.key?(:dataset_project_id)
10109
+ @domains = args[:domains] if args.key?(:domains)
10072
10110
  @encryption_status = args[:encryption_status] if args.key?(:encryption_status)
10073
10111
  @expiration_time = args[:expiration_time] if args.key?(:expiration_time)
10074
10112
  @failed_column_count = args[:failed_column_count] if args.key?(:failed_column_count)
@@ -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.91.0"
19
+ GEM_VERSION = "0.92.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250615"
25
+ REVISION = "20250629"
26
26
  end
27
27
  end
28
28
  end
@@ -760,6 +760,12 @@ module Google
760
760
  include Google::Apis::Core::JsonObjectSupport
761
761
  end
762
762
 
763
+ class GooglePrivacyDlpV2Domain
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
763
769
  class GooglePrivacyDlpV2EntityId
764
770
  class Representation < Google::Apis::Core::JsonRepresentation; end
765
771
 
@@ -3342,6 +3348,14 @@ module Google
3342
3348
  end
3343
3349
  end
3344
3350
 
3351
+ class GooglePrivacyDlpV2Domain
3352
+ # @private
3353
+ class Representation < Google::Apis::Core::JsonRepresentation
3354
+ property :category, as: 'category'
3355
+ collection :signals, as: 'signals'
3356
+ end
3357
+ end
3358
+
3345
3359
  class GooglePrivacyDlpV2EntityId
3346
3360
  # @private
3347
3361
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3496,6 +3510,8 @@ module Google
3496
3510
  property :data_source_type, as: 'dataSourceType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType::Representation
3497
3511
 
3498
3512
  collection :data_storage_locations, as: 'dataStorageLocations'
3513
+ collection :domains, as: 'domains', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Domain, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Domain::Representation
3514
+
3499
3515
  collection :file_cluster_summaries, as: 'fileClusterSummaries', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileClusterSummary, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileClusterSummary::Representation
3500
3516
 
3501
3517
  collection :file_store_info_type_summaries, as: 'fileStoreInfoTypeSummaries', class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreInfoTypeSummary, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreInfoTypeSummary::Representation
@@ -5026,6 +5042,8 @@ module Google
5026
5042
  property :dataset_id, as: 'datasetId'
5027
5043
  property :dataset_location, as: 'datasetLocation'
5028
5044
  property :dataset_project_id, as: 'datasetProjectId'
5045
+ collection :domains, as: 'domains', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Domain, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Domain::Representation
5046
+
5029
5047
  property :encryption_status, as: 'encryptionStatus'
5030
5048
  property :expiration_time, as: 'expirationTime'
5031
5049
  property :failed_column_count, :numeric_string => true, as: 'failedColumnCount'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dlp_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.91.0
4
+ version: 0.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.91.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.92.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
62
62
  rdoc_options: []
63
63
  require_paths: