google-apis-datamanager_v1 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5e9445500c0ae7a61e92c07d8c1a7dd48a5003fbb352cb0d5c9e2bc3ef36006
4
- data.tar.gz: 518eee7f25883ff651fad9f8f00e927a53f3b3cf026443d74a8586a29a9af88e
3
+ metadata.gz: ac18438143ba27a8a026a91a72abbadea06b89f94030a51bae097b2ba9a5635d
4
+ data.tar.gz: 42db4ed3e7850d11a3dffaacd7469ac30090509769261064602c2fff09312a52
5
5
  SHA512:
6
- metadata.gz: 926e0ada2192f3eeb5ee00d0c5c1483270f53f9ce549d566c3a0ff7926a5e0bd89731e5b591a6307abcdae61ae35c22128cc3cc4be8e0f19bbccf599b1e191dc
7
- data.tar.gz: 241a37556de37bb8b3ae46a14c33c61fc0ff6eae1dca0aa292046b122f6c080719f90a231110d3d190e0487c17eebaf7486a6e11bdf0f694a6ba7abb43fb5577
6
+ metadata.gz: 67b0c8af456d68838cebc346a18070d12166a6db238f9d79ae0c787c94bd7d6026e7f420dcff40dde29cf0f15b9f57e93825b9e284c4e7d3518779fd58d6a688
7
+ data.tar.gz: 97f6747d4c753a8510a40a4f7cd0478768a1b032499dd91accf716d1523a9972bad0c1946ad4c887dafe8ca78e8d269ec451b4b089582eff1d18e0e87642161d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamanager_v1
2
2
 
3
+ ### v0.3.0 (2025-11-23)
4
+
5
+ * Regenerated from discovery document revision 20251115
6
+
3
7
  ### v0.2.0 (2025-11-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20251105
@@ -162,7 +162,8 @@ module Google
162
162
  attr_accessor :encrypted_dek
163
163
 
164
164
  # Required. The URI of the AWS KMS key used to decrypt the DEK. Should be in the
165
- # format of "arn:`partition`:kms:`region`:`account_id`:key/`key_id`"
165
+ # format of `arn:`partition`:kms:`region`:`account_id`:key/`key_id`` or `aws-kms:
166
+ # //arn:`partition`:kms:`region`:`account_id`:key/`key_id``
166
167
  # Corresponds to the JSON property `kekUri`
167
168
  # @return [String]
168
169
  attr_accessor :kek_uri
@@ -173,8 +174,8 @@ module Google
173
174
  attr_accessor :key_type
174
175
 
175
176
  # Required. The Amazon Resource Name of the IAM Role to assume for KMS
176
- # decryption access. Should be in the format of "arn:`partition`:iam::`
177
- # account_id`:role/`role_name`"
177
+ # decryption access. Should be in the format of `arn:`partition`:iam::`
178
+ # account_id`:role/`role_name``
178
179
  # Corresponds to the JSON property `roleArn`
179
180
  # @return [String]
180
181
  attr_accessor :role_arn
@@ -646,8 +647,10 @@ module Google
646
647
  attr_accessor :encrypted_dek
647
648
 
648
649
  # Required. Google Cloud Platform [Cloud Key Management Service resource ID](//
649
- # cloud.google.com/kms/docs/getting-resource-ids). Should be in the format of "
650
- # projects/`project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`key`".
650
+ # cloud.google.com/kms/docs/getting-resource-ids). Should be in the format of `
651
+ # projects/`project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`key``
652
+ # or `gcp-kms://projects/`project`/locations/`location`/keyRings/`key_ring`/
653
+ # cryptoKeys/`key``
651
654
  # Corresponds to the JSON property `kekUri`
652
655
  # @return [String]
653
656
  attr_accessor :kek_uri
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatamanagerV1
18
18
  # Version of the google-apis-datamanager_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251105"
25
+ REVISION = "20251115"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datamanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamanager_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datamanager_v1/v0.2.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamanager_v1/v0.3.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamanager_v1
62
62
  rdoc_options: []
63
63
  require_paths: