google-apis-dlp_v2 0.7.0 → 0.8.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: 20aff1ec165b0e14243811e8b3efe862d32ae64d36e79f314e8a66ae30c897dd
4
- data.tar.gz: 660c520f185e8ad05201d3eb82c35799d0fe08b2e8e0ee0f32c52b0de65b740a
3
+ metadata.gz: 6962e9fcaa18894071ee14ae1bd5a50fae4521460d4f4a5a123c106212b66cdc
4
+ data.tar.gz: 4e6a4d2fe67a52c4ae192e8c03bc982ebf22b0e549e563d913c17b389b16b59b
5
5
  SHA512:
6
- metadata.gz: d1382b78bf500a86395515f2be660ab4c4e62956ac9cd52a014f03961610cddee63777ff3f64e5c6857ae957813c8e1251608695ceb1d8816984168fc8d92dc2
7
- data.tar.gz: 33f477bda17a71ddfd36feab3e0f02f301e475ccc73765157d094f29871eedae047a20d0a6f0481caa54f5b8e4d018880c3b279ff034edb478c433f203326edd
6
+ metadata.gz: 3f72d389997fd1f47e4b29c48aef0502df94be799bc4e286bcccf20d6f8a4fe5abeba90a2449de14ea679b8d02099f8f174a1ddc33452153634a9a9561602482
7
+ data.tar.gz: 021d61d4f8bcad3b5c4825cd71d445b9f44279ee50c15670183b4cb6c49e6397e02e163d8e5f2115efc41738471a3636fc8e6700e91863971538700cc8228930
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.8.0 (2021-06-09)
4
+
5
+ * Regenerated from discovery document revision 20210604
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.7.0 (2021-05-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20210522
@@ -1354,9 +1354,10 @@ module Google
1354
1354
  include Google::Apis::Core::Hashable
1355
1355
 
1356
1356
  # Include to use an existing data crypto key wrapped by KMS. The wrapped key
1357
- # must be a 128/192/256 bit key. Authorization requires the following IAM
1357
+ # must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM
1358
1358
  # permissions when sending a request to perform a crypto transformation using a
1359
- # kms-wrapped crypto key: dlp.kms.encrypt
1359
+ # KMS-wrapped crypto key: dlp.kms.encrypt For more information, see [Creating a
1360
+ # wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key).
1360
1361
  # Corresponds to the JSON property `kmsWrapped`
1361
1362
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2KmsWrappedCryptoKey]
1362
1363
  attr_accessor :kms_wrapped
@@ -2581,12 +2582,12 @@ module Google
2581
2582
  # provide all of this functionality, but requires more configuration. This
2582
2583
  # message is provided as a convenience to the user for simple bucketing
2583
2584
  # strategies. The transformed value will be a hyphenated string of `lower_bound`-
2584
- # `upper_bound`, i.e if lower_bound = 10 and upper_bound = 20 all values that
2585
- # are within this bucket will be replaced with "10-20". This can be used on data
2586
- # of type: double, long. If the bound Value type differs from the type of data
2587
- # being transformed, we will first attempt converting the type of the data to be
2588
- # transformed to match the type of the bound before comparing. See https://cloud.
2589
- # google.com/dlp/docs/concepts-bucketing to learn more.
2585
+ # `upper_bound`. For example, if lower_bound = 10 and upper_bound = 20, all
2586
+ # values that are within this bucket will be replaced with "10-20". This can be
2587
+ # used on data of type: double, long. If the bound Value type differs from the
2588
+ # type of data being transformed, we will first attempt converting the type of
2589
+ # the data to be transformed to match the type of the bound before comparing.
2590
+ # See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more.
2590
2591
  class GooglePrivacyDlpV2FixedSizeBucketingConfig
2591
2592
  include Google::Apis::Core::Hashable
2592
2593
 
@@ -3846,9 +3847,10 @@ module Google
3846
3847
  end
3847
3848
 
3848
3849
  # Include to use an existing data crypto key wrapped by KMS. The wrapped key
3849
- # must be a 128/192/256 bit key. Authorization requires the following IAM
3850
+ # must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM
3850
3851
  # permissions when sending a request to perform a crypto transformation using a
3851
- # kms-wrapped crypto key: dlp.kms.encrypt
3852
+ # KMS-wrapped crypto key: dlp.kms.encrypt For more information, see [Creating a
3853
+ # wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key).
3852
3854
  class GooglePrivacyDlpV2KmsWrappedCryptoKey
3853
3855
  include Google::Apis::Core::Hashable
3854
3856
 
@@ -4555,12 +4557,12 @@ module Google
4555
4557
  # provide all of this functionality, but requires more configuration. This
4556
4558
  # message is provided as a convenience to the user for simple bucketing
4557
4559
  # strategies. The transformed value will be a hyphenated string of `lower_bound`-
4558
- # `upper_bound`, i.e if lower_bound = 10 and upper_bound = 20 all values that
4559
- # are within this bucket will be replaced with "10-20". This can be used on data
4560
- # of type: double, long. If the bound Value type differs from the type of data
4561
- # being transformed, we will first attempt converting the type of the data to be
4562
- # transformed to match the type of the bound before comparing. See https://cloud.
4563
- # google.com/dlp/docs/concepts-bucketing to learn more.
4560
+ # `upper_bound`. For example, if lower_bound = 10 and upper_bound = 20, all
4561
+ # values that are within this bucket will be replaced with "10-20". This can be
4562
+ # used on data of type: double, long. If the bound Value type differs from the
4563
+ # type of data being transformed, we will first attempt converting the type of
4564
+ # the data to be transformed to match the type of the bound before comparing.
4565
+ # See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more.
4564
4566
  # Corresponds to the JSON property `fixedSizeBucketingConfig`
4565
4567
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FixedSizeBucketingConfig]
4566
4568
  attr_accessor :fixed_size_bucketing_config
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210522"
25
+ REVISION = "20210604"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dlp_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-31 00:00:00.000000000 Z
11
+ date: 2021-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dlp_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dlp_v2
57
57
  post_install_message:
58
58
  rdoc_options: []