google-apis-dlp_v2 0.87.0 → 0.88.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: c50b8b44ca7c657f07dfdc6b83ac6a6517dc1c52e5e7f0118bb35feb7f5a45b5
4
- data.tar.gz: fafc3eb7fd8de87e1d3070d67bebe9dbe690e4b374a1f18e13935001626637fb
3
+ metadata.gz: 8fe2fd61efc2118d003ee83d73cfc2a0d9f6d93594bd01970eff5415321b2cb5
4
+ data.tar.gz: 9b7ed66aee63ae1fb2970749698288da274a2a60e4af8c70c59b841b48393276
5
5
  SHA512:
6
- metadata.gz: 95d3e276ce1e7284e18e10ac754819bc78112d786da41163423f82815b36d8fdf33b800477908cb821736e85a86a73cbb735b3deff8962528d2f182cd12f1f06
7
- data.tar.gz: 38170f9edc66f5b86ce63ba9a5dce6123cee77673e4067311d989df28285acdef95590e656c948068d29ec4e75dd282d175de9f0316512fb3832f43d401bc747
6
+ metadata.gz: 29f1cdecc520762331f8c9247ed3140e3dca6dd931206fc369b480f797fb75e193cb6f56080e550826ae9c78c884dbfdd3b139da725e9cebbf642d99bafa22aa
7
+ data.tar.gz: 24d3ff63a35048b498cf5634f9e0718c02b36854f279d90ef1d618bd8d05447c17bd58455f43baa97ee2f4b7e54cce057f656e89aa8858eef561b78a23a96bc1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.88.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250518
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.87.0 (2025-05-18)
4
9
 
5
10
  * Regenerated from discovery document revision 20250511
@@ -2551,11 +2551,22 @@ module Google
2551
2551
  # @return [String]
2552
2552
  attr_accessor :data_profile_resource_name
2553
2553
 
2554
+ # Message used to identify the type of resource being profiled.
2555
+ # Corresponds to the JSON property `dataSourceType`
2556
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType]
2557
+ attr_accessor :data_source_type
2558
+
2554
2559
  # A unique identifier for the finding.
2555
2560
  # Corresponds to the JSON property `findingId`
2556
2561
  # @return [String]
2557
2562
  attr_accessor :finding_id
2558
2563
 
2564
+ # The [full resource name](https://cloud.google.com/apis/design/resource_names#
2565
+ # full_resource_name) of the resource profiled for this finding.
2566
+ # Corresponds to the JSON property `fullResourceName`
2567
+ # @return [String]
2568
+ attr_accessor :full_resource_name
2569
+
2559
2570
  # Type of information detected by the API.
2560
2571
  # Corresponds to the JSON property `infotype`
2561
2572
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType]
@@ -2595,7 +2606,9 @@ module Google
2595
2606
  # Update properties of this object
2596
2607
  def update!(**args)
2597
2608
  @data_profile_resource_name = args[:data_profile_resource_name] if args.key?(:data_profile_resource_name)
2609
+ @data_source_type = args[:data_source_type] if args.key?(:data_source_type)
2598
2610
  @finding_id = args[:finding_id] if args.key?(:finding_id)
2611
+ @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
2599
2612
  @infotype = args[:infotype] if args.key?(:infotype)
2600
2613
  @location = args[:location] if args.key?(:location)
2601
2614
  @quote = args[:quote] if args.key?(:quote)
@@ -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.87.0"
19
+ GEM_VERSION = "0.88.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250511"
25
+ REVISION = "20250518"
26
26
  end
27
27
  end
28
28
  end
@@ -2745,7 +2745,10 @@ module Google
2745
2745
  # @private
2746
2746
  class Representation < Google::Apis::Core::JsonRepresentation
2747
2747
  property :data_profile_resource_name, as: 'dataProfileResourceName'
2748
+ property :data_source_type, as: 'dataSourceType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType::Representation
2749
+
2748
2750
  property :finding_id, as: 'findingId'
2751
+ property :full_resource_name, as: 'fullResourceName'
2749
2752
  property :infotype, as: 'infotype', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
2750
2753
 
2751
2754
  property :location, as: 'location', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileFindingLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileFindingLocation::Representation
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.87.0
4
+ version: 0.88.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.87.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.88.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Sensitive Data Protection (DLP) V2
79
79
  test_files: []