google-cloud-kms-inventory-v1 0.3.0 → 0.4.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: d29a59bc696c02da3cbd1016d4ce7922f7937649a7e520afb5a506a8d6c237f4
4
- data.tar.gz: 3ff49b91231b8560cc9b9da2b7b962d2650ae7fef41c9f43837ddeef9c94a729
3
+ metadata.gz: 3d399520b026714db57a0c9ed91c55dcaff07a276d9a560b4cabe631f76b8561
4
+ data.tar.gz: 137992d11fa0590484095ac9e4bb9aa1f1fd54b81f4e2f9602374deaceb23ed1
5
5
  SHA512:
6
- metadata.gz: 4c8effe8fdd5f2ac529eb80f9788d59b1f0740fe3234358223e5a410f75d1ea74b8e0d880dfb68a9b25b93d82b0cfce7faa14e28ded59e2cb47972b86c6fb521
7
- data.tar.gz: 385d6e5b8f9241cf317afe016491c561e8f9ed29203abec6130056a73736010969c09e3fb38126c414c05b9471d75f81ee8e60db42e7b9aa2e8cfcfa8f99b42a
6
+ metadata.gz: 8439a38d345543c6378bdc2be704c59aac2c44e481a2dc867ffbc006ab2b924f1bdc954e3a98c533562acb85ae8d6843ad50a3ed457d47298a03d882c156436c
7
+ data.tar.gz: 0cc2e4710ef1d7497ee1cbd3d83be4c4701bee68255b20eae3e622913fcf03550f9a159841a8d41f82a6becfd913e00ef554dd0d26a69fcaa73edc7f970f188c
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.3.0"
25
+ VERSION = "0.4.0"
26
26
  end
27
27
  end
28
28
  end
@@ -178,6 +178,13 @@ module Google
178
178
  # [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
179
179
  ASYMMETRIC_DECRYPT = 6
180
180
 
181
+ # {::Google::Cloud::Kms::V1::CryptoKey CryptoKeys} with this purpose may be used
182
+ # with [RawEncrypt][google.cloud.kms.v1.KeyManagementService.RawEncrypt]
183
+ # and [RawDecrypt][google.cloud.kms.v1.KeyManagementService.RawDecrypt].
184
+ # This purpose is meant to be used for interoperable symmetric
185
+ # encryption and does not support automatic CryptoKey rotation.
186
+ RAW_ENCRYPT_DECRYPT = 7
187
+
181
188
  # {::Google::Cloud::Kms::V1::CryptoKey CryptoKeys} with this purpose may be used
182
189
  # with [MacSign][google.cloud.kms.v1.KeyManagementService.MacSign].
183
190
  MAC = 9
@@ -421,6 +428,12 @@ module Google
421
428
  # Creates symmetric encryption keys.
422
429
  GOOGLE_SYMMETRIC_ENCRYPTION = 1
423
430
 
431
+ # AES-GCM (Galois Counter Mode) using 128-bit keys.
432
+ AES_128_GCM = 41
433
+
434
+ # AES-GCM (Galois Counter Mode) using 256-bit keys.
435
+ AES_256_GCM = 19
436
+
424
437
  # RSASSA-PSS 2048 bit key with a SHA256 digest.
425
438
  RSA_SIGN_PSS_2048_SHA256 = 2
426
439
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms-inventory-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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: 2023-06-06 00:00:00.000000000 Z
11
+ date: 2023-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common