google-apis-cloudkms_v1 0.27.0 → 0.30.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: 1fc4823a7298034d62e8f4554ceed8198643d3c5b34d32aa0ce5b3bb6fe2fdc3
4
- data.tar.gz: 8ff5b49d0b83a090b1037ff0dc29acb43ac67596f932f84e23a97f5331b8f856
3
+ metadata.gz: d19d0c2628f090cc3cf964e143d189696f0a27a9ff163bc2b53f55c6575335a3
4
+ data.tar.gz: cec26b708264a20393eec784daa1cc2b19a302e3491fe252c63929de773ec681
5
5
  SHA512:
6
- metadata.gz: 7d64c3543f10b84b8483b9adf0b734e1d138078bfd2e6a6002a69c63e6c24e771d8a6adff1d1207ea5269608881c9c24ef9e3de3c9c47b53171d061d747a8f96
7
- data.tar.gz: 792ae8109be1002cb293d1c47cfd07921df59673b6b799c4c8605b2109414ec22862bf3b87d03c3691a89bf715ed66219ddbeb469dcbb7c04f5e64f1fba5f81b
6
+ metadata.gz: 44735e10c73e154dd785d4fcb68eea219980ad91b3a57442c51fa45c7f6c4d67854743ea1e485724d89526976870d84929b73ef998879fa1a8b3be8807107548
7
+ data.tar.gz: 46857904135b039496a11eaba1b3615d9c3f0848bec26fe385e4e9a87a722b0f2499a9d206eb7b9a978c4ed4f941c771a2e63c205392c1c216f2a61656348839
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudkms_v1
2
2
 
3
+ ### v0.30.0 (2022-08-25)
4
+
5
+ * Regenerated from discovery document revision 20220819
6
+
7
+ ### v0.29.0 (2022-07-08)
8
+
9
+ * Regenerated from discovery document revision 20220701
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.28.0 (2022-07-01)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.27.0 (2022-06-24)
4
17
 
5
18
  * Regenerated from discovery document revision 20220617
@@ -349,25 +349,28 @@ module Google
349
349
  # anyone who is authenticated with a Google account or a service account. * `
350
350
  # user:`emailid``: An email address that represents a specific Google account.
351
351
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
352
- # address that represents a service account. For example, `my-other-app@appspot.
353
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
354
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
355
- # `uniqueid``: An email address (plus unique identifier) representing a user
356
- # that has been recently deleted. For example, `alice@example.com?uid=
357
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
358
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
359
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
360
- # identifier) representing a service account that has been recently deleted. For
361
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
362
- # If the service account is undeleted, this value reverts to `serviceAccount:`
363
- # emailid`` and the undeleted service account retains the role in the binding. *
364
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
365
- # identifier) representing a Google group that has been recently deleted. For
366
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
367
- # recovered, this value reverts to `group:`emailid`` and the recovered group
368
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
369
- # primary) that represents all the users of that domain. For example, `google.
370
- # com` or `example.com`.
352
+ # address that represents a Google service account. For example, `my-other-app@
353
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
354
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
355
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
356
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
357
+ # . * `group:`emailid``: An email address that represents a Google group. For
358
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
359
+ # email address (plus unique identifier) representing a user that has been
360
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
361
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
362
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
363
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
364
+ # representing a service account that has been recently deleted. For example, `
365
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
366
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
367
+ # and the undeleted service account retains the role in the binding. * `deleted:
368
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
369
+ # representing a Google group that has been recently deleted. For example, `
370
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
371
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
372
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
373
+ # all the users of that domain. For example, `google.com` or `example.com`.
371
374
  # Corresponds to the JSON property `members`
372
375
  # @return [Array<String>]
373
376
  attr_accessor :members
@@ -1271,36 +1274,29 @@ module Google
1271
1274
  # @return [String]
1272
1275
  attr_accessor :import_job
1273
1276
 
1274
- # Optional. Wrapped key material produced with RSA_OAEP_3072_SHA1_AES_256 or
1275
- # RSA_OAEP_4096_SHA1_AES_256 or RSA_OAEP_3072_SHA256_AES_256 or
1276
- # RSA_OAEP_4096_SHA256_AES_256. This field contains the concatenation of two
1277
- # wrapped keys: 1. An ephemeral AES-256 wrapping key wrapped with the public_key
1278
- # using RSAES-OAEP with SHA-1/SHA-256, MGF1 with SHA-1/SHA-256, and an empty
1279
- # label. 2. The key to be imported, wrapped with the ephemeral AES-256 key using
1280
- # AES-KWP (RFC 5649). If importing symmetric key material, it is expected that
1281
- # the unwrapped key contains plain bytes. If importing asymmetric key material,
1282
- # it is expected that the unwrapped key is in PKCS#8-encoded DER format (the
1283
- # PrivateKeyInfo structure from RFC 5208). This format is the same as the format
1284
- # produced by PKCS#11 mechanism CKM_RSA_AES_KEY_WRAP.
1277
+ # Optional. This field has the same meaning as wrapped_key. Prefer to use that
1278
+ # field in new work. Either that field or this field (but not both) must be
1279
+ # specified.
1285
1280
  # Corresponds to the JSON property `rsaAesWrappedKey`
1286
1281
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1287
1282
  # @return [String]
1288
1283
  attr_accessor :rsa_aes_wrapped_key
1289
1284
 
1290
- # Optional. Wrapped key material produced with (RSA_OAEP_3072_SHA1_AES_256 or
1291
- # RSA_OAEP_4096_SHA1_AES_256 or RSA_OAEP_3072_SHA256_AES_256 or
1292
- # RSA_OAEP_4096_SHA256_AES_256) for which, this field contains the concatenation
1293
- # of: 1. An ephemeral AES-256 wrapping key wrapped with the public_key using
1294
- # RSAES-OAEP with SHA-1/SHA-256, MGF1 with SHA-1/SHA-256, and an empty label. 2.
1295
- # The key to be imported, wrapped with the ephemeral AES-256 key using AES-KWP (
1296
- # RFC 5649), or (RSA_OAEP_3072_SHA256 or RSA_OAEP_4096_SHA256) for which, this
1297
- # field contains the key to be imported, wrapped with the public_key using RSAES-
1298
- # OAEP with SHA-256, MGF1 with SHA-256, and an empty label. If importing
1299
- # symmetric key material, it is expected that the unwrapped key contains plain
1300
- # bytes. If importing asymmetric key material, it is expected that the unwrapped
1301
- # key is in PKCS#8-encoded DER format (the PrivateKeyInfo structure from RFC
1302
- # 5208). This format is the same as the format produced by PKCS#11 mechanism
1303
- # CKM_RSA_AES_KEY_WRAP.
1285
+ # Optional. The wrapped key material to import. Before wrapping, key material
1286
+ # must be formatted. If importing symmetric key material, the expected key
1287
+ # material format is plain bytes. If importing asymmetric key material, the
1288
+ # expected key material format is PKCS#8-encoded DER (the PrivateKeyInfo
1289
+ # structure from RFC 5208). When wrapping with import methods (
1290
+ # RSA_OAEP_3072_SHA1_AES_256 or RSA_OAEP_4096_SHA1_AES_256 or
1291
+ # RSA_OAEP_3072_SHA256_AES_256 or RSA_OAEP_4096_SHA256_AES_256), this field must
1292
+ # contain the concatenation of: 1. An ephemeral AES-256 wrapping key wrapped
1293
+ # with the public_key using RSAES-OAEP with SHA-1/SHA-256, MGF1 with SHA-1/SHA-
1294
+ # 256, and an empty label. 2. The formatted key to be imported, wrapped with the
1295
+ # ephemeral AES-256 key using AES-KWP (RFC 5649). This format is the same as the
1296
+ # format produced by PKCS#11 mechanism CKM_RSA_AES_KEY_WRAP. When wrapping with
1297
+ # import methods (RSA_OAEP_3072_SHA256 or RSA_OAEP_4096_SHA256), this field must
1298
+ # contain the formatted key to be imported, wrapped with the public_key using
1299
+ # RSAES-OAEP with SHA-256, MGF1 with SHA-256, and an empty label.
1304
1300
  # Corresponds to the JSON property `wrappedKey`
1305
1301
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1306
1302
  # @return [String]
@@ -1543,7 +1539,7 @@ module Google
1543
1539
  end
1544
1540
  end
1545
1541
 
1546
- # Response message for KeyManagementService.ListEkmConnections.
1542
+ # Response message for EkmService.ListEkmConnections.
1547
1543
  class ListEkmConnectionsResponse
1548
1544
  include Google::Apis::Core::Hashable
1549
1545
 
@@ -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.27.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220617"
25
+ REVISION = "20220819"
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.27.0
4
+ version: 0.30.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: 2022-06-27 00:00:00.000000000 Z
11
+ date: 2022-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.30.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: []