google-apis-dlp_v2 0.88.0 → 0.89.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: 8fe2fd61efc2118d003ee83d73cfc2a0d9f6d93594bd01970eff5415321b2cb5
4
- data.tar.gz: 9b7ed66aee63ae1fb2970749698288da274a2a60e4af8c70c59b841b48393276
3
+ metadata.gz: 7db638a368c1feddcbf1c6e8026631fa5e5271b42ba6be0122874740f8b13151
4
+ data.tar.gz: 3ede9f8933298e3dc8fc9a66285b6d02fecbd09310644c8edd35dd4b59d3ea49
5
5
  SHA512:
6
- metadata.gz: 29f1cdecc520762331f8c9247ed3140e3dca6dd931206fc369b480f797fb75e193cb6f56080e550826ae9c78c884dbfdd3b139da725e9cebbf642d99bafa22aa
7
- data.tar.gz: 24d3ff63a35048b498cf5634f9e0718c02b36854f279d90ef1d618bd8d05447c17bd58455f43baa97ee2f4b7e54cce057f656e89aa8858eef561b78a23a96bc1
6
+ metadata.gz: a63e0c3504fffc7af2f93678b2a4eaa998417763ccba8490d93244d741b491614ad1972aeac7c857c6433890e3a0aea16ebffa04f6f2d24f0b3c1a44ecd6b4b7
7
+ data.tar.gz: 0767dab6eeecd9e802bcc775a1f9cfbe1e18a07d32e90c2d142b05325b644229def441d681d6e63a60bfcba78a7d840d37962103d866bef0d888fab2e3b46e26
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.89.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250525
6
+
3
7
  ### v0.88.0 (2025-05-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20250518
@@ -2427,6 +2427,13 @@ module Google
2427
2427
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToChronicle]
2428
2428
  attr_accessor :publish_to_chronicle
2429
2429
 
2430
+ # Create Dataplex Catalog aspects for profiled resources with the aspect type
2431
+ # Sensitive Data Protection Profile. To learn more about aspects, see https://
2432
+ # cloud.google.com/sensitive-data-protection/docs/add-aspects.
2433
+ # Corresponds to the JSON property `publishToDataplexCatalog`
2434
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToDataplexCatalog]
2435
+ attr_accessor :publish_to_dataplex_catalog
2436
+
2430
2437
  # If set, a summary finding will be created or updated in Security Command
2431
2438
  # Center for each profile.
2432
2439
  # Corresponds to the JSON property `publishToScc`
@@ -2451,6 +2458,7 @@ module Google
2451
2458
  @export_data = args[:export_data] if args.key?(:export_data)
2452
2459
  @pub_sub_notification = args[:pub_sub_notification] if args.key?(:pub_sub_notification)
2453
2460
  @publish_to_chronicle = args[:publish_to_chronicle] if args.key?(:publish_to_chronicle)
2461
+ @publish_to_dataplex_catalog = args[:publish_to_dataplex_catalog] if args.key?(:publish_to_dataplex_catalog)
2454
2462
  @publish_to_scc = args[:publish_to_scc] if args.key?(:publish_to_scc)
2455
2463
  @tag_resources = args[:tag_resources] if args.key?(:tag_resources)
2456
2464
  end
@@ -8450,6 +8458,32 @@ module Google
8450
8458
  end
8451
8459
  end
8452
8460
 
8461
+ # Create Dataplex Catalog aspects for profiled resources with the aspect type
8462
+ # Sensitive Data Protection Profile. To learn more about aspects, see https://
8463
+ # cloud.google.com/sensitive-data-protection/docs/add-aspects.
8464
+ class GooglePrivacyDlpV2PublishToDataplexCatalog
8465
+ include Google::Apis::Core::Hashable
8466
+
8467
+ # Whether creating a Dataplex Catalog aspect for a profiled resource should
8468
+ # lower the risk of the profile for that resource. This also lowers the data
8469
+ # risk of resources at the lower levels of the resource hierarchy. For example,
8470
+ # reducing the data risk of a table data profile also reduces the data risk of
8471
+ # the constituent column data profiles.
8472
+ # Corresponds to the JSON property `lowerDataRiskToLow`
8473
+ # @return [Boolean]
8474
+ attr_accessor :lower_data_risk_to_low
8475
+ alias_method :lower_data_risk_to_low?, :lower_data_risk_to_low
8476
+
8477
+ def initialize(**args)
8478
+ update!(**args)
8479
+ end
8480
+
8481
+ # Update properties of this object
8482
+ def update!(**args)
8483
+ @lower_data_risk_to_low = args[:lower_data_risk_to_low] if args.key?(:lower_data_risk_to_low)
8484
+ end
8485
+ end
8486
+
8453
8487
  # Publish a message into a given Pub/Sub topic when DlpJob has completed. The
8454
8488
  # message contains a single field, `DlpJobName`, which is equal to the finished
8455
8489
  # job's [`DlpJob.name`](https://cloud.google.com/sensitive-data-protection/docs/
@@ -10094,6 +10128,13 @@ module Google
10094
10128
  # @return [String]
10095
10129
  attr_accessor :dataset_id
10096
10130
 
10131
+ # The Google Cloud project ID of the project containing the table. If omitted,
10132
+ # the project ID is inferred from the parent project. This field is required if
10133
+ # the parent resource is an organization.
10134
+ # Corresponds to the JSON property `projectId`
10135
+ # @return [String]
10136
+ attr_accessor :project_id
10137
+
10097
10138
  # Name of the table.
10098
10139
  # Corresponds to the JSON property `tableId`
10099
10140
  # @return [String]
@@ -10106,6 +10147,7 @@ module Google
10106
10147
  # Update properties of this object
10107
10148
  def update!(**args)
10108
10149
  @dataset_id = args[:dataset_id] if args.key?(:dataset_id)
10150
+ @project_id = args[:project_id] if args.key?(:project_id)
10109
10151
  @table_id = args[:table_id] if args.key?(:table_id)
10110
10152
  end
10111
10153
  end
@@ -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.88.0"
19
+ GEM_VERSION = "0.89.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 = "20250518"
25
+ REVISION = "20250525"
26
26
  end
27
27
  end
28
28
  end
@@ -1462,6 +1462,12 @@ module Google
1462
1462
  include Google::Apis::Core::JsonObjectSupport
1463
1463
  end
1464
1464
 
1465
+ class GooglePrivacyDlpV2PublishToDataplexCatalog
1466
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1467
+
1468
+ include Google::Apis::Core::JsonObjectSupport
1469
+ end
1470
+
1465
1471
  class GooglePrivacyDlpV2PublishToPubSub
1466
1472
  class Representation < Google::Apis::Core::JsonRepresentation; end
1467
1473
 
@@ -2708,6 +2714,8 @@ module Google
2708
2714
 
2709
2715
  property :publish_to_chronicle, as: 'publishToChronicle', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToChronicle, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToChronicle::Representation
2710
2716
 
2717
+ property :publish_to_dataplex_catalog, as: 'publishToDataplexCatalog', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToDataplexCatalog, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToDataplexCatalog::Representation
2718
+
2711
2719
  property :publish_to_scc, as: 'publishToScc', class: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToSecurityCommandCenter, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToSecurityCommandCenter::Representation
2712
2720
 
2713
2721
  property :tag_resources, as: 'tagResources', class: Google::Apis::DlpV2::GooglePrivacyDlpV2TagResources, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2TagResources::Representation
@@ -4528,6 +4536,13 @@ module Google
4528
4536
  end
4529
4537
  end
4530
4538
 
4539
+ class GooglePrivacyDlpV2PublishToDataplexCatalog
4540
+ # @private
4541
+ class Representation < Google::Apis::Core::JsonRepresentation
4542
+ property :lower_data_risk_to_low, as: 'lowerDataRiskToLow'
4543
+ end
4544
+ end
4545
+
4531
4546
  class GooglePrivacyDlpV2PublishToPubSub
4532
4547
  # @private
4533
4548
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5048,6 +5063,7 @@ module Google
5048
5063
  # @private
5049
5064
  class Representation < Google::Apis::Core::JsonRepresentation
5050
5065
  property :dataset_id, as: 'datasetId'
5066
+ property :project_id, as: 'projectId'
5051
5067
  property :table_id, as: 'tableId'
5052
5068
  end
5053
5069
  end
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.88.0
4
+ version: 0.89.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.88.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.89.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: