google-apis-dlp_v2 0.8.0 → 0.12.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: 6962e9fcaa18894071ee14ae1bd5a50fae4521460d4f4a5a123c106212b66cdc
4
- data.tar.gz: 4e6a4d2fe67a52c4ae192e8c03bc982ebf22b0e549e563d913c17b389b16b59b
3
+ metadata.gz: ce403a38f019b078a631b9e2ed1cc174d948ab31d1023897e9a5d1037a553f9a
4
+ data.tar.gz: 41e179238c4aa1cd5fdb8cb30085b446b20eb68a4e86c89e6ad159ab06293769
5
5
  SHA512:
6
- metadata.gz: 3f72d389997fd1f47e4b29c48aef0502df94be799bc4e286bcccf20d6f8a4fe5abeba90a2449de14ea679b8d02099f8f174a1ddc33452153634a9a9561602482
7
- data.tar.gz: 021d61d4f8bcad3b5c4825cd71d445b9f44279ee50c15670183b4cb6c49e6397e02e163d8e5f2115efc41738471a3636fc8e6700e91863971538700cc8228930
6
+ metadata.gz: f9fa9d694a721fdf0a36465e9e47ca8f8fe0e2e6f01f7f39159727ca3bc52f190c1e224846d8d450cdc2b3eb4a5a3c09c05b41aa9ff274a19d11832e1801895b
7
+ data.tar.gz: 5a6b603ebe1c80c4db809a0b9242de8c669dd780b00890d874fd245fe2259d771aeee43b8a717ab57f02868729adbe8a8277c6bdccf075ed277ed783a8e03ea9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.12.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210806
6
+
7
+ ### v0.11.0 (2021-07-28)
8
+
9
+ * Regenerated from discovery document revision 20210723
10
+
11
+ ### v0.10.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.9.0 (2021-06-24)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.8.0 (2021-06-09)
4
20
 
5
21
  * Regenerated from discovery document revision 20210604
@@ -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,9 +1347,9 @@ 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
 
@@ -1357,7 +1357,9 @@ module Google
1357
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
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
+ # 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).
1361
1363
  # Corresponds to the JSON property `kmsWrapped`
1362
1364
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2KmsWrappedCryptoKey]
1363
1365
  attr_accessor :kms_wrapped
@@ -1411,9 +1413,9 @@ module Google
1411
1413
  attr_accessor :context
1412
1414
 
1413
1415
  # This is a data encryption key (DEK) (as opposed to a key encryption key (KEK)
1414
- # stored by KMS). When using KMS to wrap/unwrap DEKs, be sure to set an
1415
- # appropriate IAM policy on the KMS CryptoKey (KEK) to ensure an attacker cannot
1416
- # 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.
1417
1419
  # Corresponds to the JSON property `cryptoKey`
1418
1420
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey]
1419
1421
  attr_accessor :crypto_key
@@ -1604,9 +1606,9 @@ module Google
1604
1606
  attr_accessor :context
1605
1607
 
1606
1608
  # This is a data encryption key (DEK) (as opposed to a key encryption key (KEK)
1607
- # stored by KMS). When using KMS to wrap/unwrap DEKs, be sure to set an
1608
- # appropriate IAM policy on the KMS CryptoKey (KEK) to ensure an attacker cannot
1609
- # 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.
1610
1612
  # Corresponds to the JSON property `cryptoKey`
1611
1613
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey]
1612
1614
  attr_accessor :crypto_key
@@ -3850,7 +3852,9 @@ module Google
3850
3852
  # must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM
3851
3853
  # permissions when sending a request to perform a crypto transformation using a
3852
3854
  # 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).
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).
3854
3858
  class GooglePrivacyDlpV2KmsWrappedCryptoKey
3855
3859
  include Google::Apis::Core::Hashable
3856
3860
 
@@ -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.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210604"
25
+ REVISION = "20210806"
26
26
  end
27
27
  end
28
28
  end
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V2'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
  end
37
37
  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.8.0
4
+ version: 0.12.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-06-14 00:00:00.000000000 Z
11
+ date: 2021-09-06 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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.12.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: []