google-apis-cloudkms_v1 0.15.0 → 0.16.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: ce1244f1efea2c5807f4df0bc7847d6d1696cee2e556081b8bc3847145f82597
4
- data.tar.gz: f5be8bc097879267d3a81420a2be844248abce2a6f40dee2b3c3669b9438f2e0
3
+ metadata.gz: bc057de24245cd7eb971987a78baf5c5675d840e662c5dc1a260b07c69ecfdad
4
+ data.tar.gz: '009ee70c362b987c4a82a2e1228558f4dd2defc49af4618d32d2e9a3c26376d4'
5
5
  SHA512:
6
- metadata.gz: f7e6a15ab9a1694e5f7c9cd604573727f524a5a50be49a81ceb82880411560f0035402781696ad57806a64285e85fe7c215926f94ba5f6b758efb7cfa667a830
7
- data.tar.gz: 3c4abdd1d32b6eb076e3ba521217675d135912daeebbd348c4f78c9550a567513da3d0aa3da2690eb87aa548825d8781a95df83b1fbb512231ed563b9ab5f044
6
+ metadata.gz: d20c9437983d3f997dec4d3d62317cce3611b9ccbdeaecc93a2da0e3ef035a9a1d793145340a83152ef101c0a0c2bf95a6f5bdfffe8d9d36a3f249dab299bc66
7
+ data.tar.gz: e46b89d687f90234e58bb804d112f0a8646b11172fb0b82611f10f7d2ba6b35dad0f8ebc74a216ff1e7799ed5c5f632c030e6a359c754d09b9d4ce6020b8088d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudkms_v1
2
2
 
3
+ ### v0.16.0 (2022-01-08)
4
+
5
+ * Regenerated from discovery document revision 20220104
6
+ * Unspecified changes
7
+
3
8
  ### v0.15.0 (2021-12-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20211130
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/cloudkms_v1"
51
51
  client = Google::Apis::CloudkmsV1::CloudKMSService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -1050,8 +1050,8 @@ module Google
1050
1050
  # @return [Fixnum]
1051
1051
  attr_accessor :length_bytes
1052
1052
 
1053
- # The ProtectionLevel to use when generating the random data. Defaults to
1054
- # SOFTWARE.
1053
+ # The ProtectionLevel to use when generating the random data. Currently, only
1054
+ # HSM protection level is supported.
1055
1055
  # Corresponds to the JSON property `protectionLevel`
1056
1056
  # @return [String]
1057
1057
  attr_accessor :protection_level
@@ -1133,13 +1133,13 @@ module Google
1133
1133
  # Wrapped key material produced with RSA_OAEP_3072_SHA1_AES_256 or
1134
1134
  # RSA_OAEP_4096_SHA1_AES_256. This field contains the concatenation of two
1135
1135
  # wrapped keys: 1. An ephemeral AES-256 wrapping key wrapped with the public_key
1136
- # using RSAES-OAEP with SHA-1, MGF1 with SHA-1, and an empty label. 2. The key
1137
- # to be imported, wrapped with the ephemeral AES-256 key using AES-KWP (RFC 5649)
1138
- # . If importing symmetric key material, it is expected that the unwrapped key
1139
- # contains plain bytes. If importing asymmetric key material, it is expected
1140
- # that the unwrapped key is in PKCS#8-encoded DER format (the PrivateKeyInfo
1141
- # structure from RFC 5208). This format is the same as the format produced by
1142
- # PKCS#11 mechanism CKM_RSA_AES_KEY_WRAP.
1136
+ # using RSAES-OAEP with SHA-1/SHA-256, MGF1 with SHA-1/SHA-256, and an empty
1137
+ # label. 2. The key to be imported, wrapped with the ephemeral AES-256 key using
1138
+ # AES-KWP (RFC 5649). If importing symmetric key material, it is expected that
1139
+ # the unwrapped key contains plain bytes. If importing asymmetric key material,
1140
+ # it is expected that the unwrapped key is in PKCS#8-encoded DER format (the
1141
+ # PrivateKeyInfo structure from RFC 5208). This format is the same as the format
1142
+ # produced by PKCS#11 mechanism CKM_RSA_AES_KEY_WRAP.
1143
1143
  # Corresponds to the JSON property `rsaAesWrappedKey`
1144
1144
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1145
1145
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudkmsV1
18
18
  # Version of the google-apis-cloudkms_v1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211130"
25
+ REVISION = "20220104"
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-cloudkms_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-12-13 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Key Management Service (KMS) API V1