google-apis-dlp_v2 0.7.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20aff1ec165b0e14243811e8b3efe862d32ae64d36e79f314e8a66ae30c897dd
4
- data.tar.gz: 660c520f185e8ad05201d3eb82c35799d0fe08b2e8e0ee0f32c52b0de65b740a
3
+ metadata.gz: de531b5fb151d6da27538331205c79279b0a77a1a0b4aff0cffa9c572dda15ac
4
+ data.tar.gz: 0151ae789fda93215eb2b5df42d39b2fc180e993582e9541c5524d643fade0cb
5
5
  SHA512:
6
- metadata.gz: d1382b78bf500a86395515f2be660ab4c4e62956ac9cd52a014f03961610cddee63777ff3f64e5c6857ae957813c8e1251608695ceb1d8816984168fc8d92dc2
7
- data.tar.gz: 33f477bda17a71ddfd36feab3e0f02f301e475ccc73765157d094f29871eedae047a20d0a6f0481caa54f5b8e4d018880c3b279ff034edb478c433f203326edd
6
+ metadata.gz: cd2e17e3cfd132882cca2b37d04ce7417a1695d9f8721f627317049175463721dbe96a7f86168b4dbc3daac3de10500e04259ef9cbe73f84451f357cf37cab80
7
+ data.tar.gz: 639b59da9c25b35da4fdac1de53cef00d04ce70487e3f0e8bb5924f86c01c8b3fabca89725d91577c640687730e681be2d5e6349483d1e6266f37b86195bcd2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.11.0 (2021-07-28)
4
+
5
+ * Regenerated from discovery document revision 20210723
6
+
7
+ ### v0.10.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.9.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.8.0 (2021-06-09)
16
+
17
+ * Regenerated from discovery document revision 20210604
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.7.0 (2021-05-25)
4
21
 
5
22
  * Regenerated from discovery document revision 20210522
@@ -1295,9 +1295,9 @@ module Google
1295
1295
  attr_accessor :context
1296
1296
 
1297
1297
  # This is a data encryption key (DEK) (as opposed to a key encryption key (KEK)
1298
- # stored by KMS). When using KMS to wrap/unwrap DEKs, be sure to set an
1299
- # appropriate IAM policy on the KMS CryptoKey (KEK) to ensure an attacker cannot
1300
- # unwrap the data crypto key.
1298
+ # stored by Cloud Key Management Service (Cloud KMS). When using Cloud KMS to
1299
+ # wrap or unwrap a DEK, be sure to set an appropriate IAM policy on the KEK to
1300
+ # ensure an attacker cannot unwrap the DEK.
1301
1301
  # Corresponds to the JSON property `cryptoKey`
1302
1302
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey]
1303
1303
  attr_accessor :crypto_key
@@ -1329,9 +1329,9 @@ module Google
1329
1329
  include Google::Apis::Core::Hashable
1330
1330
 
1331
1331
  # This is a data encryption key (DEK) (as opposed to a key encryption key (KEK)
1332
- # stored by KMS). When using KMS to wrap/unwrap DEKs, be sure to set an
1333
- # appropriate IAM policy on the KMS CryptoKey (KEK) to ensure an attacker cannot
1334
- # unwrap the data crypto key.
1332
+ # stored by Cloud Key Management Service (Cloud KMS). When using Cloud KMS to
1333
+ # wrap or unwrap a DEK, be sure to set an appropriate IAM policy on the KEK to
1334
+ # ensure an attacker cannot unwrap the DEK.
1335
1335
  # Corresponds to the JSON property `cryptoKey`
1336
1336
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey]
1337
1337
  attr_accessor :crypto_key
@@ -1347,16 +1347,19 @@ module Google
1347
1347
  end
1348
1348
 
1349
1349
  # This is a data encryption key (DEK) (as opposed to a key encryption key (KEK)
1350
- # stored by KMS). When using KMS to wrap/unwrap DEKs, be sure to set an
1351
- # appropriate IAM policy on the KMS CryptoKey (KEK) to ensure an attacker cannot
1352
- # unwrap the data crypto key.
1350
+ # stored by Cloud Key Management Service (Cloud KMS). When using Cloud KMS to
1351
+ # wrap or unwrap a DEK, be sure to set an appropriate IAM policy on the KEK to
1352
+ # ensure an attacker cannot unwrap the DEK.
1353
1353
  class GooglePrivacyDlpV2CryptoKey
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). Note:
1361
+ # When you use Cloud KMS for cryptographic operations, [charges apply](https://
1362
+ # cloud.google.com/kms/pricing).
1360
1363
  # Corresponds to the JSON property `kmsWrapped`
1361
1364
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2KmsWrappedCryptoKey]
1362
1365
  attr_accessor :kms_wrapped
@@ -1410,9 +1413,9 @@ module Google
1410
1413
  attr_accessor :context
1411
1414
 
1412
1415
  # This is a data encryption key (DEK) (as opposed to a key encryption key (KEK)
1413
- # stored by KMS). When using KMS to wrap/unwrap DEKs, be sure to set an
1414
- # appropriate IAM policy on the KMS CryptoKey (KEK) to ensure an attacker cannot
1415
- # unwrap the data crypto key.
1416
+ # stored by Cloud Key Management Service (Cloud KMS). When using Cloud KMS to
1417
+ # wrap or unwrap a DEK, be sure to set an appropriate IAM policy on the KEK to
1418
+ # ensure an attacker cannot unwrap the DEK.
1416
1419
  # Corresponds to the JSON property `cryptoKey`
1417
1420
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey]
1418
1421
  attr_accessor :crypto_key
@@ -1603,9 +1606,9 @@ module Google
1603
1606
  attr_accessor :context
1604
1607
 
1605
1608
  # This is a data encryption key (DEK) (as opposed to a key encryption key (KEK)
1606
- # stored by KMS). When using KMS to wrap/unwrap DEKs, be sure to set an
1607
- # appropriate IAM policy on the KMS CryptoKey (KEK) to ensure an attacker cannot
1608
- # unwrap the data crypto key.
1609
+ # stored by Cloud Key Management Service (Cloud KMS). When using Cloud KMS to
1610
+ # wrap or unwrap a DEK, be sure to set an appropriate IAM policy on the KEK to
1611
+ # ensure an attacker cannot unwrap the DEK.
1609
1612
  # Corresponds to the JSON property `cryptoKey`
1610
1613
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey]
1611
1614
  attr_accessor :crypto_key
@@ -2581,12 +2584,12 @@ module Google
2581
2584
  # provide all of this functionality, but requires more configuration. This
2582
2585
  # message is provided as a convenience to the user for simple bucketing
2583
2586
  # 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.
2587
+ # `upper_bound`. For example, if lower_bound = 10 and upper_bound = 20, all
2588
+ # values that are within this bucket will be replaced with "10-20". This can be
2589
+ # used on data of type: double, long. If the bound Value type differs from the
2590
+ # type of data being transformed, we will first attempt converting the type of
2591
+ # the data to be transformed to match the type of the bound before comparing.
2592
+ # See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more.
2590
2593
  class GooglePrivacyDlpV2FixedSizeBucketingConfig
2591
2594
  include Google::Apis::Core::Hashable
2592
2595
 
@@ -3846,9 +3849,12 @@ module Google
3846
3849
  end
3847
3850
 
3848
3851
  # 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
3852
+ # must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM
3850
3853
  # permissions when sending a request to perform a crypto transformation using a
3851
- # kms-wrapped crypto key: dlp.kms.encrypt
3854
+ # KMS-wrapped crypto key: dlp.kms.encrypt For more information, see [Creating a
3855
+ # wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key). Note:
3856
+ # When you use Cloud KMS for cryptographic operations, [charges apply](https://
3857
+ # cloud.google.com/kms/pricing).
3852
3858
  class GooglePrivacyDlpV2KmsWrappedCryptoKey
3853
3859
  include Google::Apis::Core::Hashable
3854
3860
 
@@ -4555,12 +4561,12 @@ module Google
4555
4561
  # provide all of this functionality, but requires more configuration. This
4556
4562
  # message is provided as a convenience to the user for simple bucketing
4557
4563
  # 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.
4564
+ # `upper_bound`. For example, if lower_bound = 10 and upper_bound = 20, all
4565
+ # values that are within this bucket will be replaced with "10-20". This can be
4566
+ # used on data of type: double, long. If the bound Value type differs from the
4567
+ # type of data being transformed, we will first attempt converting the type of
4568
+ # the data to be transformed to match the type of the bound before comparing.
4569
+ # See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more.
4564
4570
  # Corresponds to the JSON property `fixedSizeBucketingConfig`
4565
4571
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FixedSizeBucketingConfig]
4566
4572
  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.11.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210522"
25
+ REVISION = "20210723"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
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.11.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-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Data Loss Prevention (DLP) API
28
34
  V2. Simple REST clients are Ruby client libraries that provide access to Google
29
35
  services via their HTTP REST API endpoints. These libraries are generated and updated
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dlp_v2
57
63
  post_install_message:
58
64
  rdoc_options: []