google-apis-dlp_v2 0.86.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: dac09019b2ea90f40391743c47fbf7d1fa85d1d172356ccc06aed70b87f7d368
4
- data.tar.gz: 5d9602691b62a7ed132d6b1492d424f657fa6cf45fcdd7847731452aca95e00c
3
+ metadata.gz: 8fe2fd61efc2118d003ee83d73cfc2a0d9f6d93594bd01970eff5415321b2cb5
4
+ data.tar.gz: 9b7ed66aee63ae1fb2970749698288da274a2a60e4af8c70c59b841b48393276
5
5
  SHA512:
6
- metadata.gz: 2bcceddcd29e1ac62061762ac6379c2edfebe3ce7ada11dc93a41b3e0548e393964f403caa3c68d7c520808e36ae2ebe46afca2630909253728f0bca03d7e10f
7
- data.tar.gz: 849d572cd5a4671065e66d576579368197623c2e289e08ba8d6523aa2750747d463c2c87c5f6951b615393a7857ffb8e6b646552a5b66f9370a2048fb300630e
6
+ metadata.gz: 29f1cdecc520762331f8c9247ed3140e3dca6dd931206fc369b480f797fb75e193cb6f56080e550826ae9c78c884dbfdd3b139da725e9cebbf642d99bafa22aa
7
+ data.tar.gz: 24d3ff63a35048b498cf5634f9e0718c02b36854f279d90ef1d618bd8d05447c17bd58455f43baa97ee2f4b7e54cce057f656e89aa8858eef561b78a23a96bc1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
8
+ ### v0.87.0 (2025-05-18)
9
+
10
+ * Regenerated from discovery document revision 20250511
11
+ * Regenerated using generator version 0.17.0
12
+
3
13
  ### v0.86.0 (2025-03-30)
4
14
 
5
15
  * Regenerated from discovery document revision 20250323
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/sensitive-data-protection/d
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -27,16 +27,9 @@ module Google
27
27
  class GooglePrivacyDlpV2Action
28
28
  include Google::Apis::Core::Hashable
29
29
 
30
- # Create a de-identified copy of the requested table or files. A
31
- # TransformationDetail will be created for each transformation. If any rows in
32
- # BigQuery are skipped during de-identification (transformation errors or row
33
- # size exceeds BigQuery insert API limits) they are placed in the failure output
34
- # table. If the original row exceeds the BigQuery insert API limit it will be
35
- # truncated when written to the failure output table. The failure output table
36
- # can be set in the action.deidentify.output.big_query_output.
37
- # deidentified_failure_output_table field, if no table is set, a table will be
38
- # automatically created in the same project and dataset as the original table.
39
- # Compatible with: Inspect
30
+ # Create a de-identified copy of a storage bucket. Only compatible with Cloud
31
+ # Storage buckets. A TransformationDetail will be created for each
32
+ # transformation. Compatible with: Inspection of Cloud Storage
40
33
  # Corresponds to the JSON property `deidentify`
41
34
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Deidentify]
42
35
  attr_accessor :deidentify
@@ -2558,11 +2551,22 @@ module Google
2558
2551
  # @return [String]
2559
2552
  attr_accessor :data_profile_resource_name
2560
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
+
2561
2559
  # A unique identifier for the finding.
2562
2560
  # Corresponds to the JSON property `findingId`
2563
2561
  # @return [String]
2564
2562
  attr_accessor :finding_id
2565
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
+
2566
2570
  # Type of information detected by the API.
2567
2571
  # Corresponds to the JSON property `infotype`
2568
2572
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType]
@@ -2602,7 +2606,9 @@ module Google
2602
2606
  # Update properties of this object
2603
2607
  def update!(**args)
2604
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)
2605
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)
2606
2612
  @infotype = args[:infotype] if args.key?(:infotype)
2607
2613
  @location = args[:location] if args.key?(:location)
2608
2614
  @quote = args[:quote] if args.key?(:quote)
@@ -3101,16 +3107,9 @@ module Google
3101
3107
  end
3102
3108
  end
3103
3109
 
3104
- # Create a de-identified copy of the requested table or files. A
3105
- # TransformationDetail will be created for each transformation. If any rows in
3106
- # BigQuery are skipped during de-identification (transformation errors or row
3107
- # size exceeds BigQuery insert API limits) they are placed in the failure output
3108
- # table. If the original row exceeds the BigQuery insert API limit it will be
3109
- # truncated when written to the failure output table. The failure output table
3110
- # can be set in the action.deidentify.output.big_query_output.
3111
- # deidentified_failure_output_table field, if no table is set, a table will be
3112
- # automatically created in the same project and dataset as the original table.
3113
- # Compatible with: Inspect
3110
+ # Create a de-identified copy of a storage bucket. Only compatible with Cloud
3111
+ # Storage buckets. A TransformationDetail will be created for each
3112
+ # transformation. Compatible with: Inspection of Cloud Storage
3114
3113
  class GooglePrivacyDlpV2Deidentify
3115
3114
  include Google::Apis::Core::Hashable
3116
3115
 
@@ -5028,8 +5027,8 @@ module Google
5028
5027
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreInfoTypeSummary>]
5029
5028
  attr_accessor :file_store_info_type_summaries
5030
5029
 
5031
- # The file store does not have any files. If the profiling failed, this will be
5032
- # false.
5030
+ # The file store does not have any files. If the profiling operation failed,
5031
+ # this is false.
5033
5032
  # Corresponds to the JSON property `fileStoreIsEmpty`
5034
5033
  # @return [Boolean]
5035
5034
  attr_accessor :file_store_is_empty
@@ -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.86.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.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250323"
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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dlp_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.86.0
4
+ version: 0.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.86.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
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: []