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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datamanager_v1/classes.rb +8 -5
- data/lib/google/apis/datamanager_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac18438143ba27a8a026a91a72abbadea06b89f94030a51bae097b2ba9a5635d
|
|
4
|
+
data.tar.gz: 42db4ed3e7850d11a3dffaacd7469ac30090509769261064602c2fff09312a52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67b0c8af456d68838cebc346a18070d12166a6db238f9d79ae0c787c94bd7d6026e7f420dcff40dde29cf0f15b9f57e93825b9e284c4e7d3518779fd58d6a688
|
|
7
|
+
data.tar.gz: 97f6747d4c753a8510a40a4f7cd0478768a1b032499dd91accf716d1523a9972bad0c1946ad4c887dafe8ca78e8d269ec451b4b089582eff1d18e0e87642161d
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|