google-apis-dlp_v2 0.92.0 → 0.94.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: c4299962888840a2b06f42626c5d2abdb149db37ee61c8e4e83752203eeccee6
4
- data.tar.gz: c6b5eb805a0e97f62fd83de7a50c9d1fdf364bc3c24084cf27300fd6d21ddeb5
3
+ metadata.gz: 9090b19d587d5a86391cf3b9199e718eac0b4ffee6e9eb836ff9bd5168b510fb
4
+ data.tar.gz: c3faf1ea49cd1fa07be45eb36ff2c9081e0b07c36674d1c7478638cbe513ce6e
5
5
  SHA512:
6
- metadata.gz: 29cb0b23bdd70729ad5eb5098f7f02fdff2a6c506b20dde75b567233e79924855428d7b661aa977ea906558b8ec3fbaa5ba68d91c9c513dccc88b0200b81ee50
7
- data.tar.gz: 81559432061090600d1466278188beeef2b4837f4a0710bd5b7c632f623e38ed73fb2036af0da4cdad655f1d2f949b860867574e160723eaa27f05ade49895da
6
+ metadata.gz: bb6b047f16bc45150c519ca065d9f8d1c6afde5dcdad017332e4adf2f6851d5ecff3aaf2a09ed572524304345e68d078ce5719a33d6c28e855e9ac58837bb839
7
+ data.tar.gz: 5c162083eded5a16cb42a4e2bda3b67eefe97ad3bab65ddd462ab476a202c51a340fe676c8f21d4466b8de89fd60875f01a430793b7abd97c4163dc4a5c03496
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.94.0 (2025-08-03)
4
+
5
+ * Regenerated from discovery document revision 20250727
6
+
7
+ ### v0.93.0 (2025-07-27)
8
+
9
+ * Regenerated from discovery document revision 20250720
10
+
3
11
  ### v0.92.0 (2025-07-06)
4
12
 
5
13
  * Regenerated from discovery document revision 20250629
@@ -3131,11 +3131,12 @@ module Google
3131
3131
  attr_accessor :cloud_storage_output
3132
3132
 
3133
3133
  # List of user-specified file type groups to transform. If specified, only the
3134
- # files with these file types will be transformed. If empty, all supported files
3135
- # will be transformed. Supported types may be automatically added over time. If
3136
- # a file type is set in this field that isn't supported by the Deidentify action
3137
- # then the job will fail and will not be successfully created/started. Currently
3138
- # the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.
3134
+ # files with these file types are transformed. If empty, all supported files are
3135
+ # transformed. Supported types may be automatically added over time. Any
3136
+ # unsupported file types that are set in this field are excluded from de-
3137
+ # identification. An error is recorded for each unsupported file in the
3138
+ # TransformationDetails output table. Currently the only file types supported
3139
+ # are: IMAGES, TEXT_FILES, CSV, TSV.
3139
3140
  # Corresponds to the JSON property `fileTypesToTransform`
3140
3141
  # @return [Array<String>]
3141
3142
  attr_accessor :file_types_to_transform
@@ -4500,6 +4501,33 @@ module Google
4500
4501
  end
4501
4502
  end
4502
4503
 
4504
+ # Configure document processing to fall back to any of the following processing
4505
+ # options if document processing is unavailable in the original request location.
4506
+ class GooglePrivacyDlpV2DocumentFallbackLocation
4507
+ include Google::Apis::Core::Hashable
4508
+
4509
+ # Processing occurs in the global region.
4510
+ # Corresponds to the JSON property `globalProcessing`
4511
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2GlobalProcessing]
4512
+ attr_accessor :global_processing
4513
+
4514
+ # Processing occurs in a multi-region that contains the current region if
4515
+ # available.
4516
+ # Corresponds to the JSON property `multiRegionProcessing`
4517
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2MultiRegionProcessing]
4518
+ attr_accessor :multi_region_processing
4519
+
4520
+ def initialize(**args)
4521
+ update!(**args)
4522
+ end
4523
+
4524
+ # Update properties of this object
4525
+ def update!(**args)
4526
+ @global_processing = args[:global_processing] if args.key?(:global_processing)
4527
+ @multi_region_processing = args[:multi_region_processing] if args.key?(:multi_region_processing)
4528
+ end
4529
+ end
4530
+
4503
4531
  # Location of a finding within a document.
4504
4532
  class GooglePrivacyDlpV2DocumentLocation
4505
4533
  include Google::Apis::Core::Hashable
@@ -5487,7 +5515,7 @@ module Google
5487
5515
  end
5488
5516
  end
5489
5517
 
5490
- # Processing will happen in the global region.
5518
+ # Processing occurs in the global region.
5491
5519
  class GooglePrivacyDlpV2GlobalProcessing
5492
5520
  include Google::Apis::Core::Hashable
5493
5521
 
@@ -5750,17 +5778,17 @@ module Google
5750
5778
  end
5751
5779
  end
5752
5780
 
5753
- # Configure image processing to fall back to the configured processing option
5754
- # below if unavailable in the request location.
5781
+ # Configure image processing to fall back to any of the following processing
5782
+ # options if image processing is unavailable in the original request location.
5755
5783
  class GooglePrivacyDlpV2ImageFallbackLocation
5756
5784
  include Google::Apis::Core::Hashable
5757
5785
 
5758
- # Processing will happen in the global region.
5786
+ # Processing occurs in the global region.
5759
5787
  # Corresponds to the JSON property `globalProcessing`
5760
5788
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2GlobalProcessing]
5761
5789
  attr_accessor :global_processing
5762
5790
 
5763
- # Processing will happen in a multi-region that contains the current region if
5791
+ # Processing occurs in a multi-region that contains the current region if
5764
5792
  # available.
5765
5793
  # Corresponds to the JSON property `multiRegionProcessing`
5766
5794
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2MultiRegionProcessing]
@@ -6344,7 +6372,7 @@ module Google
6344
6372
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedOptions]
6345
6373
  attr_accessor :requested_options
6346
6374
 
6347
- # All result fields mentioned below are updated while the job is processing.
6375
+ # All Result fields are updated while the job is processing.
6348
6376
  # Corresponds to the JSON property `result`
6349
6377
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Result]
6350
6378
  attr_accessor :result
@@ -7595,7 +7623,7 @@ module Google
7595
7623
  end
7596
7624
  end
7597
7625
 
7598
- # Processing will happen in a multi-region that contains the current region if
7626
+ # Processing occurs in a multi-region that contains the current region if
7599
7627
  # available.
7600
7628
  class GooglePrivacyDlpV2MultiRegionProcessing
7601
7629
  include Google::Apis::Core::Hashable
@@ -8200,8 +8228,14 @@ module Google
8200
8228
  class GooglePrivacyDlpV2ProcessingLocation
8201
8229
  include Google::Apis::Core::Hashable
8202
8230
 
8203
- # Configure image processing to fall back to the configured processing option
8204
- # below if unavailable in the request location.
8231
+ # Configure document processing to fall back to any of the following processing
8232
+ # options if document processing is unavailable in the original request location.
8233
+ # Corresponds to the JSON property `documentFallbackLocation`
8234
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DocumentFallbackLocation]
8235
+ attr_accessor :document_fallback_location
8236
+
8237
+ # Configure image processing to fall back to any of the following processing
8238
+ # options if image processing is unavailable in the original request location.
8205
8239
  # Corresponds to the JSON property `imageFallbackLocation`
8206
8240
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ImageFallbackLocation]
8207
8241
  attr_accessor :image_fallback_location
@@ -8212,6 +8246,7 @@ module Google
8212
8246
 
8213
8247
  # Update properties of this object
8214
8248
  def update!(**args)
8249
+ @document_fallback_location = args[:document_fallback_location] if args.key?(:document_fallback_location)
8215
8250
  @image_fallback_location = args[:image_fallback_location] if args.key?(:image_fallback_location)
8216
8251
  end
8217
8252
  end
@@ -8576,7 +8611,7 @@ module Google
8576
8611
 
8577
8612
  # A column can be tagged with a custom tag. In this case, the user must indicate
8578
8613
  # an auxiliary table that contains statistical information on the possible
8579
- # values of this column (below).
8614
+ # values of this column.
8580
8615
  # Corresponds to the JSON property `customTag`
8581
8616
  # @return [String]
8582
8617
  attr_accessor :custom_tag
@@ -8645,7 +8680,7 @@ module Google
8645
8680
 
8646
8681
  # A column can be tagged with a custom tag. In this case, the user must indicate
8647
8682
  # an auxiliary table that contains statistical information on the possible
8648
- # values of this column (below).
8683
+ # values of this column.
8649
8684
  # Corresponds to the JSON property `customTag`
8650
8685
  # @return [String]
8651
8686
  attr_accessor :custom_tag
@@ -9236,7 +9271,7 @@ module Google
9236
9271
  end
9237
9272
  end
9238
9273
 
9239
- # All result fields mentioned below are updated while the job is processing.
9274
+ # All Result fields are updated while the job is processing.
9240
9275
  class GooglePrivacyDlpV2Result
9241
9276
  include Google::Apis::Core::Hashable
9242
9277
 
@@ -10348,7 +10383,7 @@ module Google
10348
10383
 
10349
10384
  # A column can be tagged with a custom tag. In this case, the user must indicate
10350
10385
  # an auxiliary table that contains statistical information on the possible
10351
- # values of this column (below).
10386
+ # values of this column.
10352
10387
  # Corresponds to the JSON property `customTag`
10353
10388
  # @return [String]
10354
10389
  attr_accessor :custom_tag
@@ -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.92.0"
19
+ GEM_VERSION = "0.94.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 = "20250629"
25
+ REVISION = "20250727"
26
26
  end
27
27
  end
28
28
  end
@@ -754,6 +754,12 @@ module Google
754
754
  include Google::Apis::Core::JsonObjectSupport
755
755
  end
756
756
 
757
+ class GooglePrivacyDlpV2DocumentFallbackLocation
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
757
763
  class GooglePrivacyDlpV2DocumentLocation
758
764
  class Representation < Google::Apis::Core::JsonRepresentation; end
759
765
 
@@ -3341,6 +3347,16 @@ module Google
3341
3347
  end
3342
3348
  end
3343
3349
 
3350
+ class GooglePrivacyDlpV2DocumentFallbackLocation
3351
+ # @private
3352
+ class Representation < Google::Apis::Core::JsonRepresentation
3353
+ property :global_processing, as: 'globalProcessing', class: Google::Apis::DlpV2::GooglePrivacyDlpV2GlobalProcessing, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2GlobalProcessing::Representation
3354
+
3355
+ property :multi_region_processing, as: 'multiRegionProcessing', class: Google::Apis::DlpV2::GooglePrivacyDlpV2MultiRegionProcessing, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2MultiRegionProcessing::Representation
3356
+
3357
+ end
3358
+ end
3359
+
3344
3360
  class GooglePrivacyDlpV2DocumentLocation
3345
3361
  # @private
3346
3362
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4473,6 +4489,8 @@ module Google
4473
4489
  class GooglePrivacyDlpV2ProcessingLocation
4474
4490
  # @private
4475
4491
  class Representation < Google::Apis::Core::JsonRepresentation
4492
+ property :document_fallback_location, as: 'documentFallbackLocation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DocumentFallbackLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DocumentFallbackLocation::Representation
4493
+
4476
4494
  property :image_fallback_location, as: 'imageFallbackLocation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageFallbackLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageFallbackLocation::Representation
4477
4495
 
4478
4496
  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.92.0
4
+ version: 0.94.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.92.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.94.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: